Skip to content

Commit

Permalink
Update history
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Oct 7, 2020
1 parent c5ab722 commit a72deb3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions HISTORY.md
@@ -1,15 +1,19 @@
# History

# not yet published, version 7.5.0

- Fixed #1974: function `pickRandom` now allows randomly picking elements
from matrices with 2 or more dimensions instead of only from a vector.
Thanks @KonradLinkowski.


# 2020-10-07, version 7.4.0

- Implemented support for passing a precision in functions `ceil`, `floor`,
and `fix`, similar to `round`, see #1967, #1901. Thanks @rnd-debug.
- Implemented function `rotationMatrix`, see #1160, #1984. Thanks @rnd-debug.
- Implement a clear error message when using `sqrtm` with a matrix having
more than two dimensions. Thanks @KonradLinkowski.
- Fixed #1974: function `pickRandom` now allows randomly picking elements
from matrices with 2 or more dimensions instead of only from a vector.
Thanks @KonradLinkowski.
- Update dependency `decimal.js` to `10.2.1`.


Expand Down

0 comments on commit a72deb3

Please sign in to comment.