We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2028f commit a527a85Copy full SHA for a527a85
CHANGELOG.md
@@ -1,6 +1,14 @@
1
ReferenceFrameRotations.jl Changelog
2
====================================
3
4
+Version 0.5.5
5
+-------------
6
+
7
+- ![Enhancement][badge-enhancement] Quaternion now supports scalar indexing.
8
+ This forced `Quaternion` to be a subtype of `AbstractVector`. Thus, it can now
9
+ be broadcasted to a vector without any allocations.
10
+- ![Info][badge-info] The package is now tested only against Julia 1.0 and 1.4.
11
12
Version 0.5.4
13
-------------
14
0 commit comments