Skip to content

Conversation

dependabot[bot]
Copy link

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

Bumps mathjs from 5.10.3 to 11.5.1.

Changelog

Sourced from mathjs's changelog.

unpublished changes since 11.5.1

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

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.

2022-11-18, 11.4.0

  • Implemented more wildcards to describe rules for simplify, making it easier for example to describe unary minus (#1915). Thanks @​thatcomputerguy0101.
  • Implemented functions schur, sylvester, and lyap (#2646). Thanks @​egidioln.
  • Implemented function polynomialRoot, and use it in a benchmark (#2839). Thanks @​gwhitney.
  • Fix #2825 partly: improve simplifying operations on constants in non-commutative contexts (#2827). Thanks @​samueltlg.
  • Fix #2840: a bug in the docs and type definitions of Node.traverse and Node.forEach, they do return void.

... (truncated)

Commits
  • 2c5a290 chore: publish v11.5.1 and update devDependencies
  • 654e1b7 Refactor dotMultiply, dotPow and dotDivide types (#2890)
  • 78a593b Change types in matrix map() and forEach() (#2887)
  • 2e8da50 chore: update history and authors
  • ac0ffb7 Add numeric types to complex() type declaration (#2886)
  • 35f30f2 Revert "fix #2870: implement a workaround for Next.js confusing npm package n...
  • 078049e fix #2870: implement a workaround for Next.js confusing npm package names `co...
  • 496c000 fix #2884: fix examples in the embedded docs of function pow and some other...
  • 224ef38 chore: update history
  • a012c1e fix #2883: add missing syntax for statistical functions in docs
  • 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.5.1.
- [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.5.1)

---
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 6, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 27, 2023

Superseded by #424.

@dependabot dependabot bot closed this Feb 27, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mathjs-11.5.1 branch February 27, 2023 01:00
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