Carlos A. Michelén Ströfer
Carlos A. Michelén Ströfer
Would an AbstractAxisArray make sense? I would personally like to create my own custom types that have fixed dimension and axis names. And create plot recipes and other functions on...
It would be cool if Factorization could be a representation of an abstract integer so that one could do arithmetics with them, etc. ```Julia f1e2 = factor(100) f1e4 = f100...
I have not been able to install capytaine from PyPI using `pip` on my mac (default Fortran compiler does not work and haven't figured out a workaround). It installs with...
It would be helpful if the results Included units as attributes for the different data variables and coordinates, e.g. , for `ds.added_mass`, `ds.omega`, etc.
Capytaine and Nemoh use the following convention for time-frequency domain: $x(t) = R(Xe^{-i\omega t})$ This is different from what is done in most codes and textbooks (positive, rather than negative...
Hi, Is there a reason `dims` is ordered differently than the multi-dimensional arrays? I have to do: ```julia julia> x=1:3 julia> y=1:5 julia> Z = randn(3, 5) julia> integrate(x, Z;...
Is there a reason the `filter` keyword does not accept substitutions? I am trying to define a filter for all doctests (e.g. for comparing floating point numbers only consider up...
When I try `pip install pygalmesh` I get the following error: ``` gcc: error: unrecognized command-line option '-stdlib=libc++' error: command '/opt/local/bin/gcc' failed with exit code 1 ``` Based on [this...
Specifically, it removes and adds new lines in seemingly random places. Removing the lines can break some of the desired behavior. It seems like the formatter is just not aware...