Skip to content

Commit a72deb3

Browse files
committed
Update history
1 parent c5ab722 commit a72deb3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

HISTORY.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
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

0 commit comments

Comments
 (0)