Changelog
2023-08-31, 11.10.1
fraction.js@4.3.4
, see #3022.lruQueue
using the global hasOwnProperty
which may be
polluted.erg
, and restrict prefixes of the
unit joule
to only long prefixes like kilo
and no short prefixes
like k
(#3019). Thanks @costerwi.examples/browser/lorenz.html
that uses solveODE
and plots the result in a chart (#3018). Thanks @dvd101x.Changelog
2023-08-23, 11.10.0
quantileSeq
with support for a dimension
(#3002).
Thanks @dvd101x.a[[true, false, true]]
and a[a > 2]
(#2994). Thanks @dvd101x.zeta
(#2950, #2975, #2904). Thanks @Bobingstern.DenseMatrix
can mutate input arrays (#2991).Changelog
2023-07-24, 11.9.1
FunctionNode
and SymbolNode
allowing
arbitrary code execution via math.evaluate
. Thanks Harry Chen.new Function(...)
(CSP issue).Changelog
2023-07-19, 11.9.0
solveODE
(#2958). Thanks @dvd101x.zpk2tf
and freqz
(#2988, #2969). Thanks @alykhaled.range
(#2997). Thanks @dvd101x.simplify
puts plus and minus signs next to each other (#2981).
Thanks @MaybePixem.range
, reducing the amount of code (#2995).
Thanks @dvd101x.Changelog
2023-06-20, 11.8.2
min
, max
, mean
,
median
, mode
, std
, sum
, prod
, variance
. Fixes a regression
introduced in v11.8.1.Unit.divide(Unit)
have a wrong return type.Changelog
2023-06-13, 11.8.1
distance
when calculate the distance from
a point to a line (#2965). Thanks @Kiku-CN.math.format
not working correctly for engineering
notation when using
BigNumbers and for fixed
notation with precision: 0
configured (#2956).
Thanks @mgreminger.cbrt
.min
and max
(#2955). Thanks @Maxim-Mazurok.Changelog
2023-04-03, 11.8.0
fraction
, bignumber
, and number
with support for
units, see #2918 (#2926).amp
and amps
for unit ampere
(#2917).
Thanks @veggiesaurus.gcd
(#2922). Thanks @brunoSnoww.distance
(#2924). Thanks @tmtron.Changelog
2023-03-15, 11.7.0
gcd
(#2878).
Thanks @jakubriegel.partitionSelect
, diff
, expm1
, round
, nthRoots
, sign
,
rigthArithShift
, setIsSubset
, setSize
, and the docs about units.
Thanks @tmtron.Changelog
2023-02-24, 11.6.0
add
, dotDivide
, dotMultiply
, dotPow
, gcd
, lcm
, mod
,
nthRoot
, subtract
, bitAnd
, bitOr
, bitXor
, leftShift
,
rightArithShift
, rightLogShift
, and
, or
, xor
, compare
,
compareText
, equal
, larger
, largerEq
, smaller
, smallerEq
,
unequal
, atan2
and to
(#2895, #2753). Thanks @dvd101x.unit
to allow creating a
unit from a fraction or complex number.sort
.column
and row
sometimes returning a scalar number.intersect
as optional
in the TypeScript definitions. Thanks @wodndb.prob
(see #2902).to
, distance
, getMatrixDataType
,
subset
, and max
(see #2902).Changelog
2023-01-31, 11.5.1
rotationMatrix
(#2860).
Thanks @brunoSnoww.lusolve(LUDecomposition, ...)
(#2864).
Thanks @evanmiller.pow
and some other
functions.complex
for one numeric input (#2886),
thanks @ariymarkowitz.map()
and forEach()
(#2887), thanks @xiaohk.dotMultiply
, dotPow
and
dotDivide
(#2890). Thanks @brunoSnoww.