v0.10.6
Manifolds v0.10.6
Added
- Two new actions:
ComplexPlanarRotation
,QuaternionRotation
. - New function
quaternion_rotation_matrix
for converting quaternions to rotation matrices. make.jl
script now has more command line arguments, for example--exclude-tutorials
when you do not want to build the tutorials but still look at the docs. Seemake.jl --help
for more information.
Merged pull requests:
- New rotation actions (#765) (@mateuszbaran)
- Refactor make.jl (#766) (@kellertuer)