table
table copied to clipboard
chore(deps): update dependency mathjs to v11.12.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| mathjs (source) | 11.8.0 -> 11.12.0 |
Release Notes
josdejong/mathjs (mathjs)
v11.12.0
- Implemented function
subtractScalar(#3081, #2643), thanks @vrushaket. - Fix #3073: function format not escaping control characters and double quotes (#3082).
- Fix: function
clonenot throwing an error when passing an unsupported type like a function. - Fix: #2960 add type definition of function
symbolicEqual(#3035), thanks @juancodeaudio.
v11.11.2
- Fix #3025: improve handling of matrices and error handling
in function
corr(#3030). Thanks @vrushaket. - Fix #3074: improve error message when using function
maxinderivative. - Fix #3073: fix parsing quotes inside a string.
- Fix #2027: cannot use named operators like
toormodas property name.
v11.11.1
- Fix #2989: use one-based indices in
printin the parser (#3009). Thanks @dvd101x. - Fix #2936:
modsometimes giving wrong results due to internal round-off errors (#3011). Thanks @praisennamonu1. - Internal refactor of
quantileSeq, and fixed the embedded help (#3003). Thanks @dvd101x. - Updated dependencies and devDependencies.
v11.11.0
- Implement function
corrto calculate the correlation between two matrices (#3015, #2624). Thanks @vrushaket. - Lock
fraction.jsat version4.3.4for now, see #3024, 3022, https://github.com/rawify/Fraction.js/issues/68s/68.
v11.10.1
- Upgrade to
[email protected], see #3022. - Fix #3020:
lruQueueusing the globalhasOwnPropertywhich may be polluted. - Add support for prefixes for the unit
erg, and restrict prefixes of the unitjouleto only long prefixes likekiloand no short prefixes likek(#3019). Thanks @costerwi. - Add a new browser example
examples/browser/lorenz.htmlthat usessolveODEand plots the result in a chart (#3018). Thanks @dvd101x.
v11.10.0
- Extend function
quantileSeqwith 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:
DenseMatrixcan mutate input arrays (#2991).
v11.9.1
- Fix a security vulnerability in
FunctionNodeandSymbolNodeallowing arbitrary code execution viamath.evaluate. Thanks Harry Chen. - Fix #3001: mathjs bundle containing
new Function(...)(CSP issue).
v11.9.0
- Implement function
solveODE(#2958). Thanks @dvd101x. - Implement functions
zpk2tfandfreqz(#2988, #2969). Thanks @alykhaled. - Implement support for units in function
range(#2997). Thanks @dvd101x. - Fix #2974:
simplifyputs plus and minus signs next to each other (#2981). Thanks @MaybePixem. - Fix #2973: fixes and improvements in the embedded docs (#2976). Thanks @dvd101x.
- Fix #2996: two errors in the examples in the documentation about Expression trees.
- Fix round-off errors near zero when converting temperatures (#2962). Thanks @costerwi.
- Refactored function
range, reducing the amount of code (#2995). Thanks @dvd101x.
v11.8.2
- Fix #2971: improve typings of statistics functions
min,max,mean,median,mode,std,sum,prod,variance. Fixes a regression introduced in v11.8.1. - Fix #2972: type definitions of
Unit.divide(Unit)have a wrong return type.
v11.8.1
- Fix #2964: issue in function
distancewhen calculate the distance from a point to a line (#2965). Thanks @Kiku-CN. - Fix
math.formatnot working correctly forengineeringnotation when using BigNumbers and forfixednotation withprecision: 0configured (#2956). Thanks @mgreminger. - Fix #2880: not possible to map cube root
cbrt. - Fix #2938: make the syntax description of all functions consistent in the docs (#2941). Thanks @dvd101x.
- Fix #2954: improve the TypeScript definitions the return type of functions
minandmax(#2955). Thanks @Maxim-Mazurok. - Fix #2959: typo in an example in the docs. Thanks @kunalagrwl.
- Drop official support for Node.js 14, has reached end of life.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.