Skip to content

Bump mathjs from 12.1.0 to 12.4.2

HIFIS Bot requested to merge dependabot/npm_and_yarn/mathjs-12.4.2 into master

Bumps mathjs from 12.1.0 to 12.4.2.

Changelog

Sourced from mathjs's changelog.

unpublished changes since 12.4.2

  • Fix: serialization of Units without a value, see #1240.
  • Fix: outdated, incorrect documentation about the order of precedence for operator modulus %. See #3189.

2024-04-24, 12.4.2

  • Fix #3192: function isNaN returns false for NaN units in a matrix or array (#3193). Thanks @​lgerin.
  • Fix: #3180 fix type definitions of functions add and multiply to allow more than two arguments.
  • Docs: correct the docs about traverse returning void (#3177). Thanks @​rohildshah.

2024-03-13, 12.4.1

  • Docs: implement an interactive version of the Lorenz example, and show the chart full screen (#3151). Thanks @​dvd101x.
  • Fix #3172: simplify "true and true".
  • Fix #3163: toTex wrongly returning Infinity for large BigNumbers.
  • Fix #3162: add license information about CSParse (#3164).
  • Fix #3175: cannot delete units using math.Unit.deleteUnit.
  • Fix: faster startup time of the CLI and REPL by loading the bundle.
  • Fix: remove using polyfill.io inside the example pretty_printing_with_mathjax.html (#3167). Thanks @​SukkaW.

2024-02-22, 12.4.0

  • Feat: implement support for trailing commas in matrices (#3154, #2968). Thanks @​dvd101x.
  • Feat: improve the performance of multiply a lot by adding matrix type inferencing (#3149). Thanks @​RandomGamingDev.
  • Fix: #3100 function round not handling round-off errors (#3136). Thanks @​BrianFugate.
  • Fix: PartitionedMap and ObjectWrappingMap missing a property Symbol.iterator, causing problems when trying new Map(scope) (#3156).
  • Fix: type definitions of function mode (#3153). Thanks @​rich-martinez.
  • Docs: describe method getAllAsMap in the Parser docs (#3158, #3157). Thanks @​dvd101x.

2024-02-08, 12.3.2

  • Improved the performance of custom defined functions in the expression parser (#3150).
  • Fix: #3143 cannot use and and or inside a function definition.

... (truncated)

Commits
  • 65ebf5c Merge branch 'develop'
  • a9fbb35 chore: publish v12.4.2
  • c1f5760 chore: update devDependencies
  • 80a0ac1 chore: update history
  • 81d2e71 fix #3192: function isNaN returns false for NaN units in a matrix or ...
  • 5c12c07 chore: replace utility function values with Object.values (fix #3194)
  • 5aa35ce chore: update devDependencies (most notably gulp@5)
  • 2e427ec fix: #3180 fix type definitions of function add and multiply to allow
  • 02f195f chore: update history
  • a29bab4 docs: fix misleading documentation for expression tree traverse (#3177)
  • Additional commits viewable in compare view

Merge request reports