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 f2d90d0 commit 231b0d7Copy full SHA for 231b0d7
README.md
@@ -159,6 +159,12 @@ Links to relevant Wikipedia articles are provided in the function documentation
159
160
## Change-log
161
162
+- 2.2.0
163
+ - Implement the `ArrayAccess` interface on `Matrix` to return row vectors.
164
+ - Implement the `ArrayAccess` interface on `Vector` to return scalars.
165
+ - Add `addVector()` and `subtractVector()` to `Vector`
166
+ - Add `magnitude()` as an alias to `length()` on `Vector`
167
+
168
- 2.1.0
169
- Add `Vector` as a subclass of `Matrix`. Thanks to battlecook for this contribution.
170
0 commit comments