Skip to content

Bump mathjs from 12.0.0 to 12.1.0

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

Bumps mathjs from 12.0.0 to 12.1.0.

Changelog

Sourced from mathjs's changelog.

unpublished changes since 12.1.0

  • Fix: #3096 embedded docs of eigs throwing an error.

2023-11-17, 12.1.0

  • Feat: Extend function round with support for units (#2761, #3095).
  • Feat: Extend function mod with support for negative divisors in when using BigNumber or Fraction (#3087).
  • Fix: #3092 a typo in an error message when converting a string into a number.
  • Fix: #3094 function derivative mutates the input expression when it fails.
Commits
  • 347faa8 docs: update the release date in history.md
  • bf2ee1f chore: publish v12.1.0
  • a1e5790 chore: update devDependencies
  • b934672 feat: extend function round with support for units (#3095)
  • a1f3b7c fix #3094: function derivative mutates the input expression when it fails
  • 3d84b5b fix #3092: a typo in an error message when converting a string into a number
  • 8679c07 fix #3087: extend function mod with support for negative divisors in when u...
  • 76c4811 fix: #3088 error in the description of the return type of pickRandom
  • f9ab3a1 chore: update history (forgot to mention a feature in v12)
  • See full diff in compare view

Merge request reports