Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mathjs from 3.16.1 to 3.20.2 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 12, 2021

Bumps mathjs from 3.16.1 to 3.20.2.

Changelog

Sourced from mathjs's changelog.

2018-02-07, version 3.20.2

  • Upgraded to typed-function@0.10.7 (bug-fix release).
  • Fixed option implicit not being copied from an OperatorNode when applying function map. Thanks @​HarrySarson.
  • Fixed #995: spaces and underscores not property being escaped in toTex(). Thanks @​FSMaxB.

2018-01-17, version 3.20.1

2018-01-14, version 3.20.0

  • Implement support for 3 or more arguments for operators + and * in derivative. Thanks @​HarrySarson. See #1002.
  • Fixed simplify evalution of simplify of functions with more than two arguments wrongly: simplify('f(x, y, z)') evaluated to f(f(x, y), z)instead off(x, y, z)`. Thanks @​joelhoover.
  • Fixed simplify throwing an error in some cases when simplifying unknown functions, for example simplify('f(4)'). Thanks @​joelhoover.
  • Fixed #1013: simplify wrongly simplifing some expressions containing unary minus, like 0 - -x. Thanks @​joelhoover.
  • Fixed an error in an example in the documentation of xor. Thanks @​denisx.

2018-01-06, version 3.19.0

  • Extended functions distance and intersect with support for BigNumbers. Thanks @​ovk.
  • Improvements in function simplify: added a rule that allows combining of like terms in embedded quantities. Thanks @​joelhoover.

2017-12-28, version 3.18.1

  • Fixed #998: An issue with simplifying an expression containing a subtraction. Thanks @​firepick1.

2017-12-16, version 3.18.0

  • Implemented function rationalize. Thanks @​paulobuchsbaum.
  • Upgraded dependencies:
    decimal.js    7.2.3  →  9.0.1 (no breaking changes affecting mathjs)
    fraction.js   4.0.2  →  4.0.4
    

... (truncated)

Commits
  • 20f317c Released mathjs v3.20.2
  • 84b7ff0 Merge branch 'master' into develop
  • 2d212c4 Update maintenance image
  • c576c64 Updated history
  • 17f2a8d Merge pull request #1022 from FSMaxB/tex-string-improvements
  • 9126130 toTex: Escape special characters in strings
  • 94ab164 Add escape-latex as dependency
  • a00b333 Fixed some broken links and an example output
  • 40b9703 Updated history
  • ac59bc8 Merge pull request #1029 from HarrySarson/forgotten-implicit2
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [mathjs](https://github.com/josdejong/mathjs) from 3.16.1 to 3.20.2.
- [Release notes](https://github.com/josdejong/mathjs/releases)
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v3.16.1...v3.20.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2021
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants