epispot / EpiJS

A toolset for analyzing and creating epidemiological models.
https://epi.js.org
GNU General Public License v3.0
5 stars 2 forks source link

[DEP]: Bump mathjs from 10.4.3 to 10.5.0 #146

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps mathjs from 10.4.3 to 10.5.0.

Changelog

Sourced from mathjs's changelog.

2022-04-19, version 10.5.0

  • Implement #1563: function pinv, Moore–Penrose inverse (#2521). Thanks @​HanchaiN.
  • Optimize function det for integers by switching to the Bareiss algorithm: no more round-off errors for integer input (#2516). Thanks @​HanchaiN.
  • Implement #2463: allow negative integer powers of invertible square matrices (#2517). Thanks @​HanchaiN.
  • Implement the lgamma function (defined as log(gamma(z))) for number and Complex types. Supersedes #320. (#2417). Thanks @​yifanwww.
  • Fix #2523: update to the latest complex.js to improve sin(z) for small im(z) (#2525). Thanks @​gwhitney.
  • Fix #2526: update TypeScript definition of ceil (#2531). Thanks @​simlaticak
  • Change mocha reporter to 'dot' to avoid excessively long log files. (#2520)
Commits
  • c96fb1b Publish v10.5.0
  • 45514a8 Updated ceil types (#2531)
  • 9759509 Feature: Implementation of Moore–Penrose inverse function (#2521)
  • fca1d49 Fix tests on IE11
  • 65e3df9 Fix isInternetExplorer test
  • da4fdd4 Make IE11 happy
  • cc193bf Add some extra, temporary output to approx equal
  • 1628d37 Test lgamma on IE11 with less precision (next try...)
  • 3462f3d Test lgamma on IE11 with less precision
  • 90a3495 Test lgamma on IE11 with less precision (#2527)
  • 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #146 (8efad91) into main (541c99b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #146   +/-   ##
=======================================
  Coverage   99.38%   99.38%           
=======================================
  Files           6        6           
  Lines         489      489           
=======================================
  Hits          486      486           
  Misses          3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 541c99b...8efad91. Read the comment docs.