Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps mathjs from 5.10.3 to 11.6.0.

Changelog

Sourced from mathjs's changelog.

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).

2023-01-31, 11.5.1

  • Add type definitions for function rotationMatrix (#2860). Thanks @​brunoSnoww.
  • Add type signature for lusolve(LUDecomposition, ...) (#2864). Thanks @​evanmiller.
  • Fix #2873: the rocket_trajectory_optimization.html example being partly broken. Thanks @​dvd101x.
  • Fix #2871: coverage report broken (#2877). Thanks @​bornova.
  • Fix #2883: update documentation for stat functions, describe missing syntax.
  • Fix #2884: fix examples in the embedded docs of function pow and some other functions.
  • Fix type definition of function complex for one numeric input (#2886), thanks @​ariymarkowitz.
  • Fix type definitions of map() and forEach() (#2887), thanks @​xiaohk.
  • Fix #2606: improve type definitions of dotMultiply, dotPow and dotDivide (#2890). Thanks @​brunoSnoww.

2022-12-05, 11.5.0

  • Improve simplify rule matches in non-commutative contexts (#2841). Thanks @​samueltlg.
  • Simplify: add rules and restructure tests for non-commutative contexts (#2847). Thanks @​samueltlg.
  • Fix function reshape mutating the input in case of a matrix (see #2854).
  • Fix TypeScript types for multiply() with number[] and number[][] (#2852). Thanks @​hfhchan.

... (truncated)

Commits
  • 6b73178 publish v11.6.0
  • 1db2270 Update devDependencies
  • 3235e28 Update history and authors
  • f8013cc Broadcasting (#2895)
  • 99829d3 fix linting issue
  • 9669734 fix a typo in the examples functions distance, getMatrixDataType, `subset...
  • 9bacfeb fix a broken example of function to
  • f865658 fix: quantileSeq not accepting a matrix as second argument prob (see #2902)
  • d7ad001 chore: remove an unused dependency from simplifyConstant
  • 5171871 feat: added chirp-z transform to calculate non-power-of-2 fft (#2900)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mathjs](https://github.com/josdejong/mathjs) from 5.10.3 to 11.6.0.
- [Release notes](https://github.com/josdejong/mathjs/releases)
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v5.10.3...v11.6.0)

---
updated-dependencies:
- dependency-name: mathjs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants