Carlos A. Michelén Ströfer
Carlos A. Michelén Ströfer
> We could certainly add some documentation to warn users about this That would be great! Exact conversion is a nice feature but it would be good to mention that...
I see your point. If it is `
@ryancoe @dtgaebe @gbacelli and I have been discussing this and the consequences to our own code that uses Capytaine.
FYI for those of us using Macs: this is how I installed Fortran compilers so that `pip install capytaine` works. **Install gfortran** `gfortran` is part of the GNU compiler Collection...
Another improvement is to switch to the new `pyproject.toml` instead of `setup.py` since this will be deprecated soon. ```python DEPRECATION: capytaine is being installed using the legacy 'setup.py install' method,...
Improving this would be very helpful for [WecOptTool](https://github.com/SNL-WaterPower/WecOptTool). We use generalized DOFs and for instance for the RM3 we would have 7 DOFs: `float:Heave`, `spar:Heave`, `combined:Surge`, `combined:Sway`, `combined:Pitch`, `combined:Roll`, and...
Oh right! That complicates things a bit. Maybe it can be added only for the rigid body DOFS. The code already deals with these (e.g., `"Heave"`, `"Pitch"`, etc) separately anyways....
Is there any plan to make this work?
@bc0n checkout [DimensionfulAngles.jl](https://github.com/cmichelenstrofer/DimensionfulAngles.jl), it treats angles as a dimension.
I just created a [DimensionfulAngles.jl](https://github.com/cmichelenstrofer/DimensionfulAngles.jl) package. It treats angles as a dimension which allows for dispatching. Check it out!