masloff-open-projects / eventplus

EventPlus is a faster and more asynchronous version of Event terminals.
Apache License 2.0
5 stars 5 forks source link

Bump mathjs from 7.6.0 to 8.1.0 #19

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps mathjs from 7.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.

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.


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[bot] commented 3 years ago

Superseded by #22.