Update dependency mathjs to v14 #209
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^13.0.0
->^14.0.0
Release Notes
josdejong/mathjs (mathjs)
v14.6.0
Compare Source
toBest(unit, unitList, offset)
, and correspondingmethod
unit.toBest(...)
(#3484). Thanks @Mundi93, @EliaAlesiani, and@HeavyRainLQ.
sign
of zero not returning zero in case of a fraction (#3513).Thanks @kyle-compute.
v14.5.3
Compare Source
as white space(#3487). Thanks donmccurdy.
scope
(#3490). Thanks @JayChang4w.unit(number)
(#3495). Thanks @mrft.unit.to(unit)
(#3495).Thanks @mrft.
add
andmultiply
to not allow zeroor one argument (#3495). Thanks @mrft.
v14.5.2
Compare Source
coulomb
,see #3472.
ResultSet
interface and improveisResultSet
typing(#3481). Thanks @ranidam.
v14.5.1
Compare Source
BigInt
when loading inspecific environments.
numeric
(see #3448).coulomb
tocoulombConstant
. The oldname is still available for backward compatibility.
v14.5.0
Compare Source
map
andforEach
methods ofDenseMatrix
(#3446). Thanks @dvd101x.subset
(#3467). Thanks @dvd101x.compile
,evaluate
,parse
, andparser
,and add tests for the examples in embedded docs (#3413). Thanks @dvd101x.
(#3454).
(lbf in)
(#3476). Thanks @costerwi.v14.4.0
Compare Source
flatten
(#3400). Thanks @dvd101x.map
andforEach
(#3409).Thanks @dvd101x.
nthRoots
latex function template string (#3427).Thanks @aitee.
@babel/runtime
.v14.3.1
Compare Source
v14.3.0
Compare Source
flatten
(#3354). Thanks @dvd101x.DenseMatrix
Symbol.iterator (#3395).Thanks @dvd101x.
map
andforEach
(#3399).Thanks @dvd101x.
argument types (#3394). Thanks @dvd101x.
(#3397). Thanks @porst17.
multiply
(#3408). Thanks @orelbn.math.isNaN
for consistentmax
andmin
results(#3389). Thanks @orelbn.
v14.2.1
Compare Source
@lambdatest/node-tunnel
.v14.2.0
Compare Source
apply
tomapSlices
(#3357). Functionapply
is still available but is now marked deprecated. Thanks @gwhitney.(#3369). Thanks @gwhitney.
Thanks @gwhitney.
and @gwhitney.
v14.1.0
Compare Source
bigint
support in functionslog
,log2
,log10
,larger
,smaller
,max
,min
(#3345). Thanks @gwhitney.bigint
(#3348).randomInt()
not working (#3345).sign
in the embedded docs (#3338).Thanks @witer33.
v14.0.1
Compare Source
Fraction
type from thefraction.js
library instead ofusing a custom interface (#3330). Thanks @fchu.
v14.0.0
Compare Source
!!! BE CAREFUL: BREAKING CHANGES !!!
fraction.js@5
, usingbigint
under the hood (#3283).Unit
in functionsceil
,floor
, andfix
.Possible breaking changes in the type definitions of arrays and matrices
due to the introduction of generics (#3269). Thanks @orelbn.
log(x: Fraction, base: Fraction)
.%
(mod) being higher than*
and/
(#3311).Thanks @nkumawat34.
math.import(...)
from overriding units unless youspecify
{ override: true }
(#3225).dotDivide
,dotPow
,bitXor
,xor
,equal
,larger
,largerEq
,smaller
,smallerEq
, andunequal
return a sparsematrix when the input is two sparse matrices (#3307). Thanks @Aakash-Rana.
v13.2.3
Compare Source
indices of
map
,filter
, andforEach
.clone
.Thanks @emmanuel-ferdman.
v13.2.2
Compare Source
in
is incorrect(#3315). Thanks @nkumawat34.
v13.2.1
Compare Source
complex.js
.Index.dimension(dim)
accepting non-numeric input.Parser.set
(#3308).Thanks @nkumawat34.
v13.2.0
Compare Source
map
,filter
andforEach
(#3256).Thanks @dvd101x.
map()
andforEach()
of
DenseMatrix
(#3251). Thanks @Galm007.derivative
.ConstantNode
to support all datatypes (#3257). Thanks @smith120bh.
symbolicEqual
missing in the TypeScript definitions.leafCount
missing in the TypeScript definitions.in
.map
andforEach
in the expression parser(#3272). Thanks @dvd101x.
v13.1.1
Compare Source
import
,createUnit
andreviver
, allowing to get access to the internalmath namespace and allowing arbitrary code execution. Thanks @StarlightPWN.
rawArgs
function with anon-
rawArgs
function, it was still called with raw arguments. This was botha functional issue and a security issue. Thanks @StarlightPWN.
ObjectWrappingMap
cannot deleteunsafe properties. Thanks @StarlightPWN.
expression parser.
v13.1.0
Compare Source
map
(#3228, #3196).Thanks @dvd101x.
isMap
,isPartitionedMap
, andisObjectWrappingMap
.map
not always working with matrices (#3242).Thanks @dvd101x.
ResultSet
in the docs about classes.from the function
evaluate
(see #3238).scope
and fix the examplecustom_scope_objects.js
(#3150)v13.0.3
Compare Source
format
to support notationshex
,bin
, andoct
.Thanks @Vistinum.
Thanks @orelbn.
v13.0.2
Compare Source
quantileSeq
(#3223).Thanks @domdomegg.
v13.0.1
Compare Source
catch
blocks without parameters.Parser
methods (#3226).Thanks @orelbn.
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.
This PR was generated by Mend Renovate. View the repository job log.