Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Bump mathjs from 6.3.0 to 6.6.2 #246

Merged
merged 1 commit into from
Apr 1, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 1, 2020

Bumps mathjs from 6.3.0 to 6.6.2.

Changelog

Sourced from mathjs's changelog.

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. Thanks @Veeloxfire.
Commits
  • 1496cc5 Publish v6.6.2
  • 5624e69 Fix #1789: Function eigs not calculating with BigNumber precision when inpu...
  • b2af1d7 Update devDependencies
  • 08feb7f remove contributors from package.json in favour of AUTHORS (#1774)
  • 1dbae6e Update devDependencies
  • d8d9a93 remove trailing space in HISTORY (#1775)
  • 86606dc Update babel7 to the latest version 🚀 (#1762)
  • 13ce295 Update devDependencies
  • 6389ed1 Update history and contributor list
  • 9272395 Create a test:all script to remove duplication (see #1751)
  • 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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [mathjs](https://github.com/josdejong/mathjs) from 6.3.0 to 6.6.2.
- [Release notes](https://github.com/josdejong/mathjs/releases)
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v6.3.0...v6.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/mathjs-6.6.2 branch from 31e6da1 to 0b2ac87 Compare April 1, 2020 14:23
@suvanl suvanl merged commit e2f0de5 into master Apr 1, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mathjs-6.6.2 branch April 1, 2020 14:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant