Bump mathjs from 11.9.1 to 11.11.0
Bumps mathjs from 11.9.1 to 11.11.0.
Changelog
Sourced from mathjs's changelog.
2023-09-05, 11.11.0
- Implement function
corr
to calculate the correlation between two matrices (#3015, #2624). Thanks@vrushaket
.- Lock
fraction.js
at version4.3.4
for now, see #3024, 3022, rawify/Fraction.js#68.2023-08-31, 11.10.1
- Upgrade to
fraction.js@4.3.4
, see #3022.- Fix #3020:
lruQueue
using the globalhasOwnProperty
which may be polluted.- Add support for prefixes for the unit
erg
, and restrict prefixes of the unitjoule
to only long prefixes likekilo
and no short prefixes likek
(#3019). Thanks@costerwi
.- Add a new browser example
examples/browser/lorenz.html
that usessolveODE
and plots the result in a chart (#3018). Thanks@dvd101x
.2023-08-23, 11.10.0
- Extend function
quantileSeq
with support for adimension
(#3002). Thanks@dvd101x
.- Implement #2735: Support indexing with an array of booleans, for example
a[[true, false, true]]
anda[a > 2]
(#2994). Thanks@dvd101x
.- Implement function
zeta
(#2950, #2975, #2904). Thanks@Bobingstern
.- Fix #2990:
DenseMatrix
can mutate input arrays (#2991).
Commits
-
08bf93b
chore: publish v11.11.0 -
6926590
fix #3024: lock fraction.js at version 4.3.4 for now, 4.3.6 gives issues in s... -
a8cc5f9
docs: update links to https://github.com/rawify/Fraction.js -
77203ac
docs: update HISTORY.md -
1ee8733
added correlation function to statistics (#3015) -
2a3c99d
fix: upgrade tofraction.js@4.3.4
-
c5644f4
chore: publish v11.10.1 -
69e0872
fix: temporarily lockfraction.js@4.2.0
, see #3022 -
e728264
docs: update HISTORY.md -
983756a
Merge remote-tracking branch 'origin/develop' into develop - Additional commits viewable in compare view