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.Changelog
2024-06-28, 13.0.1
catch
blocks without parameters.Parser
methods (#3226).
Thanks @orelbn.Changelog
2024-05-31, 13.0.0
Breaking changes:
isZero
, isPositive
, and isNegative
to respect config.epsilon
(#3139, #2838).nearlyEqual
to align with Python and
Julia (#3152, #2838)fraction.js@4.3.7
,
see https://github.com/rawify/Fraction.js/issues/68.bigint
, or are not actively maintained. ES2020 is now the minimum required
EcmaScript version.Non-breaking changes:
bigint
(#3207, #3207)config.numberFallback
needed for bigint
(#3207).Changelog
2024-05-31, 12.4.3
%
. See #3189.quantileSeq
type definitions (#3198). Thanks @domdomegg.