kilimchoi / coingenius

2 stars 0 forks source link

Bump mathjs from 3.16.5 to 3.20.2 #129

Open dependabot[bot] opened 3 years ago

dependabot[bot] commented 3 years ago

Bumps mathjs from 3.16.5 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](https://github.com/kilimchoi/coingenius/network/alerts).