Skip to content

Bump mathjs from 11.5.0 to 11.8.0

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

Bumps mathjs from 11.5.0 to 11.8.0.

Changelog

Sourced from mathjs's changelog.

unpublished changes since 11.8.0

  • Fix #2938: make the syntax description of all functions consistent in the docs (#2941). Thanks @​dvd101x.
  • Fix #2954: improve the TypeScript definitions the return type of functions min and max (#2955). Thanks @​Maxim-Mazurok.
  • Drop official support for Node.js 14, has reached end of life.

2023-04-03 11.8.0

2023-03-15, 11.7.0

  • Implement #2567: accept array as parameter for function gcd (#2878). Thanks @​jakubriegel.
  • Fix #2908: improvements in the docs and examples of functions partitionSelect, diff, expm1, round, nthRoots, sign, rigthArithShift, setIsSubset, setSize, and the docs about units. Thanks @​tmtron.
  • Fix #2907: determinant of empty matrix should be 1.
  • Refactor index.d.ts by writing function declarations using a generic, reducing a lot of repetition (#2913). Thanks @​brunoSnoww.

2023-02-24, 11.6.0

  • Implement broadcasting for the following functions and their corresponding operator: add, dotDivide, dotMultiply, dotPow, gcd, lcm, mod, nthRoot, subtract, bitAnd, bitOr, bitXor, leftShift, rightArithShift, rightLogShift, and, or, xor, compare, compareText, equal, larger, largerEq, smaller, smallerEq, unequal, atan2 and to (#2895, #2753). Thanks @​dvd101x.
  • Implement support for non-power-of-2 fft (#2900, #2577). Thanks @​cyavictor88.
  • Fix #2888: update type definitions of function unit to allow creating a unit from a fraction or complex number.
  • Fix #2892: an error in the examples of the embedded help of function sort.
  • Fix #2891: functions column and row sometimes returning a scalar number.
  • Fix #2896: define the fourth argument of function intersect as optional in the TypeScript definitions. Thanks @​wodndb.
  • Fix: quantileSeq not accepting a matrix as second argument prob (see #2902).
  • Fix broken examples in functions to, distance, getMatrixDataType, subset, and max (see #2902).

... (truncated)

Commits
  • d9cf344 Merge remote-tracking branch 'origin/develop' into develop
  • c5b07c8 chore: publish v11.8.0
  • 9de7742 chore: update HISTORY.md
  • db3e62e feat: extend functions fraction, bignumber, and number with support for...
  • 1fecf4c chore: remove sponsors section and Github workflow of Foresight
  • b47b9c1 chore: update AUTHORS and HISTORY.md
  • c97e0be fixed #2923: [DOC] distance syntax is wrong (#2924)
  • eebae6a docs: update history
  • 079300f Fix gcd type (#2922)
  • 7950d9c docs: update history and authors
  • Additional commits viewable in compare view

Merge request reports