Closed hyrodium closed 2 years ago
:exclamation: No coverage uploaded for pull request base (
hotfixes/v1.0.5@1a0ae63
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## hotfixes/v1.0.5 #199 +/- ##
==================================================
Coverage ? 79.53%
==================================================
Files ? 15
Lines ? 1451
Branches ? 0
==================================================
Hits ? 1154
Misses ? 297
Partials ? 0
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 1a0ae63...259ec0c. Read the comment docs.
I'll close this PR because we won't release v1.0.5
(https://github.com/JuliaGeometry/Rotations.jl/issues/198#issuecomment-968210878)
This PR fixes #198.
I've introduced the following types:
InfinitesimalRotation
InfinitesimalRotMatrix
InfinitesimalRotationVec
InfinitesimalAngle2d
Note that this is just a quick fix for
exp(log(::UnitQuaternion)) isa Rotation{3}
. so, I haven't added enough tests for now.