We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d4bbf commit f8f61dcCopy full SHA for f8f61dc
CHANGELOG.md
@@ -1,6 +1,19 @@
1
ReferenceFrameRotations.jl Changelog
2
====================================
3
4
+Version 0.4.1
5
+-------------
6
+
7
+- ![Enhancement][badge-enhancement] The operation `\` between Quaternions and
8
+ Vector now supports every `AbstractVector`.
9
+- ![Enhancement][badge-enhancement] The `EulerAngleAxis` now stores the vector
10
+ `v` using `SVector` instead of `Vector`. Notice that the constructors were
11
+ adapted to accept all `AbstractVector`. Hence, it is not expected any
12
+ breakage in old code.
13
+- ![Bugfix][badge-bugfix] The conversion between `Quaternion` and
14
+ `EulerAngleAxis` now checks if the Euler angle is 0. In this case, the Euler
15
+ vector `[1;0;0]` is used. Previously, a vector with `NaN` was returned.
16
17
Version 0.4.0
18
-------------
19
0 commit comments