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.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
complex.js
.v13.1.1
Compare Source
ConstantNode
to support all datatypes (#3257). Thanks @smith120bh.
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.