File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# History
22
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+
310# 2020-10-07, version 7.4.0
411
512- Implemented support for passing a precision in functions ` ceil ` , ` floor ` ,
613 and ` fix ` , similar to ` round ` , see #1967 , #1901 . Thanks @rnd-debug .
714- Implemented function ` rotationMatrix ` , see #1160 , #1984 . Thanks @rnd-debug .
815- Implement a clear error message when using ` sqrtm ` with a matrix having
916 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 .
1317- Update dependency ` decimal.js ` to ` 10.2.1 ` .
1418
1519
You can’t perform that action at this time.
0 commit comments