Changelog
2024-11-20, 13.2.3
map
, filter
, and forEach
.clone
.Changelog
2024-11-13, 13.2.2
in
is incorrect
(#3315). Thanks @nkumawat34.Changelog
2024-11-06, 13.2.1
complex.js
.Index.dimension(dim)
accepting non-numeric input.Parser.set
(#3308).
Thanks @nkumawat34.Changelog
2204-10-02, 13.2.0
map
, filter
and forEach
(#3256).
Thanks @dvd101x.map()
and forEach()
of DenseMatrix
(#3251). Thanks @Galm007.derivative
.ConstantNode
to support all data
types (#3257). Thanks @smith120bh.symbolicEqual
missing in the TypeScript definitions.leafCount
missing in the TypeScript definitions.in
.map
and forEach
in the expression parser
(#3272). Thanks @dvd101x.Changelog
2024-08-27, 13.1.1
import
, createUnit
and reviver
, allowing to get access to the internal
math namespace and allowing arbitrary code execution. Thanks @StarlightPWN.rawArgs
function with a
non-rawArgs
function, it was still called with raw arguments. This was both
a functional issue and a security issue. Thanks @StarlightPWN.ObjectWrappingMap
cannot delete
unsafe properties. Thanks @StarlightPWN.Changelog
2024-08-26, 13.1.0
map
(#3228, #3196).
Thanks @dvd101x.isMap
, isPartitionedMap
, and
isObjectWrappingMap
.map
not always working with matrices (#3242).
Thanks @dvd101x.ResultSet
in the docs about classes.evaluate
(see #3238).scope
and fix the example
custom_scope_objects.js
(#3150)Changelog
2024-07-19, 13.0.3
format
to support notations
hex
, bin
, and oct
.Changelog
2024-07-04, 13.0.2
quantileSeq
(#3223).
Thanks @domdomegg.