mathjs v11.3.0 Release Notes
Release Date: 2022-10-11 // 6 months ago-
- ๐ Allow creating new subclasses of
Node
in TypeScript (#2772). Note that this disables being able to narrow MathNodes by using the.type
property. Use typeguards likeisOperatorNode(...)
instead (see #2810). Thanks @mattvague. - ๐ Fix #2793:
flatten()
cloning entries of array/Matrix (#2799). - ๐ Fix #2627: TypeScript definitions of
pinv
missing (#2804). Thanks @HanchaiN. - โก๏ธ Update dependencies to
[email protected]
.
- ๐ Allow creating new subclasses of