Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency mathjs to v14 #209

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mathjs (source) ^13.0.0 -> ^14.0.0 age adoption passing confidence

Release Notes

josdejong/mathjs (mathjs)

v14.0.0

Compare Source

!!! BE CAREFUL: BREAKING CHANGES !!!

  • Feat: Upgrade to fraction.js@5, using bigint under the hood (#​3283).
  • Feat: Implement support for Unit in functions ceil, floor, and fix.
    Possible breaking changes in the type definitions of arrays and matrices
    due to the introduction of generics (#​3269). Thanks @​orelbn.
  • Feat: Implement support for log(x: Fraction, base: Fraction).
  • Fix: #​3301 precedence of % (mod) being higher than * and / (#​3311).
    Thanks @​nkumawat34.
  • Fix: #​3222 prevent math.import(...) from overriding units unless you
    specify { override: true } (#​3225).
  • Fix: #​3219 let functions dotDivide, dotPow, bitXor, xor, equal,
    larger, largerEq, smaller, smallerEq, and unequal return a sparse
    matrix when the input is two sparse matrices (#​3307). Thanks @​Aakash-Rana.
  • Fix: Improve type definitions of arrays (#​3306). Thanks @​orelbn.

v13.2.3

Compare Source

  • Fix: #​3260 improve type definitions and documentation on the callback
    indices of map, filter, and forEach.
  • Fix: #​3323 support functions in function clone.
  • Docs: fix a broken link in the documentation (#​3316).
    Thanks @​emmanuel-ferdman.

v13.2.2

Compare Source

v13.2.1

Compare Source

  • Update to the latest version of complex.js.
  • Fix Index.dimension(dim) accepting non-numeric input.
  • Fix: #​3290 should validate variables names in method Parser.set (#​3308).
    Thanks @​nkumawat34.

v13.2.0

Compare Source

  • Update to the latest version of complex.js.

v13.1.1

Compare Source

v13.1.0

Compare Source

  • Feat: support multiple inputs in function map (#​3228, #​3196).
    Thanks @​dvd101x.
  • Feat: add matrix datatypes in more cases (#​3235). Thanks @​dvd101x.
  • Feat: export util functions isMap, isPartitionedMap, and
    isObjectWrappingMap.
  • Fix: #​3241 function map not always working with matrices (#​3242).
    Thanks @​dvd101x.
  • Fix: #​3244 fix broken link to ResultSet in the docs about classes.
  • Docs: add a link to the documentation page about the syntax expression
    from the function evaluate (see #​3238).
  • Docs: improve the documentation of scope and fix the example
    custom_scope_objects.js (#​3150)
  • Docs: spelling fixes in the embedded docs (#​3252). Thanks @​dvd101x.

v13.0.3

Compare Source

  • Fix: #​3232 fix type definitions of function format to support notations
    hex, bin, and oct.
  • Fix: use more precise definitions for US liquid volume units (#​3229).
    Thanks @​Vistinum.
  • Fix: #​2286 types static methods and members for Unit class (#​3230).
    Thanks @​orelbn.

v13.0.2

Compare Source

v13.0.1

Compare Source


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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants