File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ # not yet published, version 7.5.0
4
+
5
+ - Fixed #1974 : function ` pickRandom ` now allows randomly picking elements
6
+ from matrices with 2 or more dimensions instead of only from a vector.
7
+ Thanks @KonradLinkowski .
8
+
9
+
3
10
# 2020-10-07, version 7.4.0
4
11
5
12
- Implemented support for passing a precision in functions ` ceil ` , ` floor ` ,
6
13
and ` fix ` , similar to ` round ` , see #1967 , #1901 . Thanks @rnd-debug .
7
14
- Implemented function ` rotationMatrix ` , see #1160 , #1984 . Thanks @rnd-debug .
8
15
- Implement a clear error message when using ` sqrtm ` with a matrix having
9
16
more than two dimensions. Thanks @KonradLinkowski .
10
- - Fixed #1974 : function ` pickRandom ` now allows randomly picking elements
11
- from matrices with 2 or more dimensions instead of only from a vector.
12
- Thanks @KonradLinkowski .
13
17
- Update dependency ` decimal.js ` to ` 10.2.1 ` .
14
18
15
19
You can’t perform that action at this time.
0 commit comments