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.Changelog
2024-04-24, 12.4.2
isNaN
returns false
for NaN
units in a matrix or
array (#3193). Thanks @lgerin.add
and multiply
to allow
more than two arguments.traverse
returning void (#3177).
Thanks @rohildshah.Changelog
2024-03-13, 12.4.1
"true and true"
.toTex
wrongly returning Infinity
for large BigNumbers.math.Unit.deleteUnit
.pretty_printing_with_mathjax.html
(#3167). Thanks @SukkaW.Changelog
2024-02-22, 12.4.0
multiply
a lot by adding matrix type
inferencing (#3149). Thanks @RandomGamingDev.round
not handling round-off errors (#3136).
Thanks @BrianFugate.PartitionedMap
and ObjectWrappingMap
missing a property
Symbol.iterator
, causing problems when trying new Map(scope)
(#3156).mode
(#3153). Thanks @rich-martinez.getAllAsMap
in the Parser docs (#3158, #3157).
Thanks @dvd101x.