Skip to content

Bump mathjs from 11.11.0 to 11.11.1

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

Bumps mathjs from 11.11.0 to 11.11.1.

Changelog

Sourced from mathjs's changelog.

unpublished changes since 11.11.1

2023-09-20, 11.11.1

  • Fix #2989: use one-based indices in print in the parser (#3009). Thanks @​dvd101x.
  • Fix #2936: mod sometimes giving wrong results due to internal round-off errors (#3011). Thanks @​praisennamonu1.
  • Internal refactor of quantileSeq, and fixed the embedded help (#3003). Thanks @​dvd101x.
  • Updated dependencies and devDependencies.
Commits
  • 1edc38c chore: publish v11.11.1
  • 6fa57e6 fix: update dependencies and devDependencies (mostly linting related)
  • fd5a6f7 chore: update history, reorder comment
  • dcf12c4 Quantile-refactor (#3003)
  • 0e9c737 chore: move plain number tests from node-tests to unit-tests, remove redu...
  • 0127001 Merge remote-tracking branch 'origin/develop' into develop
  • 1465ac7 Fix round-off errors in mod() (#3011)
  • 97e7432 chore: describe all parameters of approx.deepEqual
  • c35a801 Print one based in the parser (#3009)
  • See full diff in compare view

Merge request reports