Published November 17, 2021
| Version v1.1.0
Software
Open
JuliaGeometry/Rotations.jl: v1.1.0
Authors/Creators
Description
Rotations v1.1.0
Closed issues:
- Weird interactions with Unitful (#55)
- Cannot take the mean of single or two axis euler rotations (#91)
- Missing
principal_valuemethods (#179) - Define
conj(r::Rotation) = r? (#182) - Incorrect
norm(::RodriguesParam)(#187) - UnitQuaternion quaternion number equality conflicts with rotation matrix equality (#189)
one(Angle2d(0.1))returns error (#194)
Merged pull requests:
- made dcm to quat function always return principal quat (#97) (@ryanelandt)
- Add Unitful-friendly constructor for Angle2d (#141) (@OliverEvans96)
- Correct
UnitQuaternionwithQuaternions.jl(#175) (@hyrodium) - Remove
meanmethod for rotations (#177) (@hyrodium) - Fix
principal_valuemethod (#180) (@hyrodium) - Fix format of scripts (#183) (@hyrodium)
- update versions in ci.yml (#184) (@hyrodium)
- Add
nearest_rotationfunction (#186) (@hyrodium) - Update fields of
UnitQuaternion(#191) (@hyrodium) - CompatHelper: add new compat entry for "Quaternions" at version "0.4" (#192) (@github-actions[bot])
- Fix
Base.one(::Angle2d)method and etc. (#195) (@hyrodium) - Provide a no-op
convert(#200) (@timholy) - rename
UnitQuaterniontoQuatRotation(#201) (@hyrodium) - Bump version to v1.1.0 (#202) (@hyrodium)
Files
JuliaGeometry/Rotations.jl-v1.1.0.zip
Files
(80.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:542e2d461440828813234e96249cd27f
|
80.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaGeometry/Rotations.jl/tree/v1.1.0 (URL)