Skip to content

Bump mathjs from 11.11.1 to 11.11.2

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

Bumps mathjs from 11.11.1 to 11.11.2.

Changelog

Sourced from mathjs's changelog.

2023-10-11, 11.11.2

  • Fix #3025: improve handling of matrices and error handling in function corr (#3030). Thanks @​vrushaket.
  • Fix #3074: improve error message when using function max in derivative.
  • Fix #3073: fix parsing quotes inside a string.
  • Fix #2027: cannot use named operators like to or mod as property name.
Commits
  • f156a02 chore: publish v11.11.2
  • 7b9ed5d chore: run npm audit fix
  • 13cfcf6 chore: update devDependencies
  • 8ecf326 fix: #2027 cannot use named operators like to or mod as property name
  • ac9052d fix: #3073 parsing quotes inside a string
  • 7b9defb fix: #3074 improve error message when using function max in derivative
  • 4a62e7c Merge branch 'master' into develop
  • 631526c chore: Test simultaneous tests in Browserstack
  • 3c59063 docs: update history
  • abf9c9f fixed matrix issue in correlation function + error handling (#3030)
  • See full diff in compare view

Merge request reports