glideapps / glide-code-columns

Custom computed columns for Glide
https://glideapps.com/plugins
Apache License 2.0
22 stars 22 forks source link

Bump mathjs from 9.5.1 to 11.7.0 #135

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mathjs from 9.5.1 to 11.7.0.

Changelog

Sourced from mathjs's changelog.

unpublished changes since 11.7.0

2023-03-15, 11.7.0

  • Implement #2567: accept array as parameter for function gcd (#2878). Thanks @​jakubriegel.
  • Fix #2908: improvements in the docs and examples of functions partitionSelect, diff, expm1, round, nthRoots, sign, rigthArithShift, setIsSubset, setSize, and the docs about units. Thanks @​tmtron.
  • Fix #2907: determinant of empty matrix should be 1.
  • Refactor index.d.ts by writing function declarations using a generic, reducing a lot of repetition (#2913). Thanks @​brunoSnoww.

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).

2023-01-31, 11.5.1

  • Add type definitions for function rotationMatrix (#2860). Thanks @​brunoSnoww.
  • Add type signature for lusolve(LUDecomposition, ...) (#2864). Thanks @​evanmiller.
  • Fix #2873: the rocket_trajectory_optimization.html example being partly broken. Thanks @​dvd101x.
  • Fix #2871: coverage report broken (#2877). Thanks @​bornova.
  • Fix #2883: update documentation for stat functions, describe missing syntax.
  • Fix #2884: fix examples in the embedded docs of function pow and some other

... (truncated)

Commits
  • 33e35d4 chore: publish v11.7.0
  • d9daaba chore: update devDependencies
  • f2dbf03 docs: update history
  • 2a050cd chore: refactor index.d.ts (#2913)
  • 151baca fix #2908: improve docs and examples of functions partitionSelect, diff, ...
  • 1fee98b chore: update history and authors
  • 3b89324 #2567: accept array as parameter for gcd() (#2878)
  • 0e777bf chore: add a few more unit tests to det
  • 00cee87 fix #2907: determinant of empty matrix should be 1
  • 6fb485d fix #2906: improve description of the behavior of subset for scalar values ...
  • 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)
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
glide-code-columns ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 20, 2023 at 5:11AM (UTC)
dependabot[bot] commented 1 year ago

Superseded by #138.