Colin B. Macdonald

Results 109 issues of Colin B. Macdonald

Presumably this just calls `atan2` and `hypot`... Could also investigate whether upstream Octave can be improved to make these "just work" on any class that has `atan2` and `hypot`.

enhancement
help wanted
good first issue

It has mostly the same semantics as Matrix but can contain more general things. There might be some issues about different shapes of empties though... WIP on a fix for...

I think there is a new `pkg test ...` feature upstream. We should use it, speed up the deprecation of `octsympy_tests`. I'd like to see it used in our CI....

upstream

See #1188. And http://hg.savannah.gnu.org/hgweb/octave/rev/6cfc7af8eacc Can we "just" use Octave's `python` command in `python_ipc_system`, provided Octave >= 7.2.0?

longterm

> `sudo apt-get install octave liboctave-dev python-sympy.` Is that so? I suspect it only needs `apt install octave`...

> its `pkg unload`'s fault for not giving us a hook Not sure what exactly you need. But the `PKG_DEL` scripts might do something similar. See: https://docs.octave.org/latest/Creating-Packages.html Essentially, these scripts...

I looked at this: https://github.com/gnu-octave/packages/blob/main/CONTRIBUTING.md Still todo: - [x] learn connection if any between old octave-forge and new site - [ ] #1166 - [x] update the how to release...

yaml file in gnu-octave/packages refers to https://octave.sourceforge.io/pkg_icon/symbolic.png We should probably pull that in-tree. Who made it? credit? Perhaps it dates back to the old GiNaC-based package? See #1155.

``` fatal: unsafe repository ('/home/jovyan/octsympy' is owned by someone else) To add an exception for this directory, call: git config --global --add safe.directory /home/jovyan/octsympy ``` Maybe we need to `git...

upstream