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 1.7.1 to 6.6.4 #1

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 Apr 19, 2020

Bumps mathjs from 1.7.1 to 6.6.4.

Changelog

Sourced from mathjs's changelog.

2020-04-15, version 6.6.4

  • Fix published files containing Windows line endings (CRLF instead of LF).

2020-04-10, version 6.6.3

  • Fix #1813: bug in engineering notation for numbers of function format, sometimes resulting in needless trailing zeros.
  • Fix #1808: methods .toNumber() and .toNumeric() not working on a unitless unit.
  • Fix #1645: not being able to use named operators mod, and, not, or, xor, to, in as object keys. Thanks @Veeloxfire.
  • Fix eigs not using config.epsilon.

2020-03-29, version 6.6.2

  • Fix #1789: Function eigs not calculating with BigNumber precision when input contains BigNumbers.
  • Run the build script during npm prepare, so you can use the library directly when installing directly from git. See #1751. Thanks @cinderblock.

2020-02-26, version 6.6.1

  • Fix #1725: simplify a/(b/c). Thanks @dbramwell.
  • Fix examples in documentation of row and column.

2020-02-01, version 6.6.0

  • Implemented function eigs, see #1705, #542 #1175. Thanks @arkajitmandal.
  • Fixed #1727: validate matrix size when creating a DenseMatrix using fromJSON.
  • Fixed DenseMatrix.map copying the size and datatype from the original matrix instead of checking the returned dimensions and type of the callback.
  • Add a caret to dependencies (like) ^1.2.3) to allow downstream updates without having to await a new release of mathjs.

2020-01-08, version 6.5.0

2020-01-06, version 6.4.0

  • Extended function dimension with support for n-dimensional points.
... (truncated)
Commits
  • 8945f00 Publish v6.6.4
  • cb32347 Bump uglify-js from 3.8.1 to 3.9.0 (#1816)
  • 7501265 Publish v6.6.3
  • 8fcf7d2 Improve explanation of engineering notation in function format
  • 3f6646f Fix #1813: bug in engineering notation for numbers of function format, some...
  • 9f8564b Update history
  • 7833e23 Fix #1808: toNumber() not working on a unitless unit (#1811)
  • f6a8a23 Prefix the cli test with 'node' so it works on windows (#1807)
  • b1850b5 Bump @babel/preset-env from 7.9.0 to 7.9.5 (#1810)
  • 3153de2 Clarify the documentation on scope when using rawArgs, see #1055
  • 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 19, 2020
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