SlavyanDesu / BocchiBot

BocchiBot is a multipurpose WhatsApp bot using wa-automate-nodejs library!
MIT License
309 stars 408 forks source link

Bump mathjs from 11.5.1 to 11.6.0 #486

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mathjs from 11.5.1 to 11.6.0.

Changelog

Sourced from mathjs's changelog.

2023-02-24, 11.6.0

  • Implement broadcasting for the following functions and their corresponding operator: add, dotDivide, dotMultiply, dotPow, gcd, lcm, mod, nthRoot, subtract, bitAnd, bitOr, bitXor, leftShift, rightArithShift, rightLogShift, and, or, xor, compare, compareText, equal, larger, largerEq, smaller, smallerEq, unequal, atan2 and to (#2895, #2753). Thanks @​dvd101x.
  • Implement support for non-power-of-2 fft (#2900, #2577). Thanks @​cyavictor88.
  • Fix #2888: update type definitions of function unit to allow creating a unit from a fraction or complex number.
  • Fix #2892: an error in the examples of the embedded help of function sort.
  • Fix #2891: functions column and row sometimes returning a scalar number.
  • Fix #2896: define the fourth argument of function intersect as optional in the TypeScript definitions. Thanks @​wodndb.
  • Fix: quantileSeq not accepting a matrix as second argument prob (see #2902).
  • Fix broken examples in functions to, distance, getMatrixDataType, subset, and max (see #2902).
Commits
  • 6b73178 publish v11.6.0
  • 1db2270 Update devDependencies
  • 3235e28 Update history and authors
  • f8013cc Broadcasting (#2895)
  • 99829d3 fix linting issue
  • 9669734 fix a typo in the examples functions distance, getMatrixDataType, `subset...
  • 9bacfeb fix a broken example of function to
  • f865658 fix: quantileSeq not accepting a matrix as second argument prob (see #2902)
  • d7ad001 chore: remove an unused dependency from simplifyConstant
  • 5171871 feat: added chirp-z transform to calculate non-power-of-2 fft (#2900)
  • 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)
SlavyanDesu commented 1 year ago

@dependabot rebase