Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2021

Bumps mathjs from 5.6.0 to 9.0.0.

Changelog

Sourced from mathjs's changelog.

2021-01-16, version 9.0.0

  • Improved support for bin, hex, and oct literals. See #1996. Thanks @clnhlzmn.
    • Breaking change: parse literals with prefixes 0b, 0c, and 0x are
      now unsigned by default. To parse them as signed, you have to specify a suffix specifying the word size such as i16 or i32.
    • Function format now supports more notations: bin, 'hex', and oct, for example format(255, {notation: "hex"}).
    • The functions format, bin, hex, oct now allow specifying a wordSize, like bin(10, 32) and format(10, {notation: "bin", wordSize: 32}).
    • BigNumber support for the bin, hex, and oct literals.
  • Extended and improved the example rocket_trajectory_optimization.html. Thanks @Josef37.

2020-12-30, version 8.1.1

  • Improved the performance of parsing and evaluating units a lot, see #2065. Thanks @flaviut.
  • Upgraded dependency fraction.js to v4.0.13.
  • Moved continuous integration testing from Travis CI to Github Workflow, see #2024, #2041. Thanks @harrysarson.

2020-12-04, version 8.1.0

  • Implemented units kilogramforce (kgf). Thanks @rnd-debug.
  • Fix #2026: Implement a new option fractionsLimit for function simplify, defaulting to Infinity.
  • Improved the documentation of function clone. Thanks @redbar0n.

2020-11-09, version 8.0.1

  • Fix #1979: missing "subset" dependency when using "mathjs/number" entry point.
  • Fix #2022: update pretty printing with MathJax example to the latest version of MathJax. Thanks @pkra.

2020-11-06, version 8.0.0

!!! BE CAREFUL: BREAKING CHANGES !!!

  • You can now use mathjs directly in node.js using ES modules without need for a transpiler (see #1928, #1941, #1962). Automatically loading either commonjs code or ES modules code is improved. All generated code is moved under /lib: the browser bundle is moved from /dist to /lib/browser, ES module files are moved to /lib/esm, and commonjs files are moved to /lib/cjs. Thanks @GreenImp.
  • Non-minified bundle dist/math.js is no longer provided. Either use the

... (truncated)

Commits
  • 4b24240 Publish v9.0.0
  • bb67bd8 Update history
  • d12f3a5 Word size suffix and BigNumber support for bin oct hex literals (#1996)
  • 7cd4b79 Update history and authors
  • eabaaf0 Update rocket example (#2072)
  • 6621159 Update years in copyright from 2020 to 2021
  • b01a97f Update maintenance tag for 2021
  • 89be399 Replace description of Travis CI with Github Actions
  • b141984 Publish v8.1.1
  • 5fe21de Merge remote-tracking branch 'origin/develop' into develop
  • 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.6.0 to 9.0.0.
- [Release notes](https://github.com/josdejong/mathjs/releases)
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v5.6.0...v9.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 18, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 28, 2021

Superseded by #16.

@dependabot dependabot bot closed this Jan 28, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mathjs-9.0.0 branch January 28, 2021 10:04
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.

1 participant