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 5.6.0 to 8.1.0 #1

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps mathjs from 5.6.0 to 8.1.0.

Changelog

Sourced from mathjs's changelog.

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 minified bundle, or create a bundle yourself.
  • Replaced random library seed-random with seedrandom, see #1955. Thanks @poppinlp.
  • Breaking changes in pickRandom, see #1990, #1976.
    • Will no longer return the input matrix when the given number is greater than the length of the provided possibles. Instead, the function always returns results with the requested number of picks.

    • Will now return a Matrix as output when input was a Matrix.

    • Introduced a new syntax:

      math.pickRandom(array, { weights, number, elementWise })
      
    • Introduced a new option elementWise, which is true by default. When setting elementWise to false, an array containing arrays will return random pick of arrays instead of the elements inside of the nested arrays.

2020-11-02, version 7.6.0

Commits
  • 3e51c0b Publish v8.1.0
  • a3b0399 Update HISTORY and AUTHORS
  • 10decb0 Update clone.js with doc about deep copying arrays (#2040)
  • 4d035f6 Fix typo in examples of function round
  • e1dce7b Update history
  • ad0d629 adding kilogramforce aka kgf unit (#2028)
  • 9250f44 Fix #2026: introduce new option fractionsLimit in function simplify
  • 488943d Fix #2026: have function simplify not output decimal values into fractions ...
  • fc042d0 Publish v8.0.1
  • a171eb3 Fix #1979: missing "subset" dependency when using "mathjs/number" entry point
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 30, 2020
@dependabot-preview
Copy link
Contributor Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

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