Fix #2526, #2529: improve TypeScript definitions of function round, fix,
floor, ceil, and nthRoot, and improved the number only implementations
of those functions (#2531, #2539). Thanks @simlaticak and @gwhitney.
Fix #2532: matrix index symbol end not working when used inside
a sub-expression.
Fix #2524: In generating AUTHORS list, ignore a list of specific commits
(e.g., to avoid spurious duplicates in list). (#2543)
Add type definitions of function resolve (#2536). Thanks @mattvague.
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.
Fix #2514: implement optional argument base in the number implementation
of function log (#2515). Thanks @gwhitney.
Improve the documentation on operator ; (#2512). Thanks @gwhitney.
2022-03-29, version 10.4.2
Fix #2499: different behavior for unit conversion "degC" and "K" (#2501).
Also disables getting the sign for units with an offset, which is ambiguous.
Thanks @gwhitney.
Fix #2503: fix an issue in log() for complex numbers in which the imaginary
part is much larger in absolute value than the real part, fixed in
complex.js@2.1.0 (#2505), thanks @gwhitney, @infusion.
Fix #2493: unclear error message when an entity that is not a function
is being called as a function (#2494). Thanks @gwhitney.
Some fixes in the docs on units (#2498). Thanks @dvd101x.
Add forEach example in embedded docs (#2507). Thanks @dvd101x.
Correct approx.deepEqual() to accept an epsilon argument giving the
comparison tolerance. It was already being called this way, but was
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)
Bumps mathjs from 9.5.1 to 10.5.1.
Changelog
Sourced from mathjs's changelog.
... (truncated)
Commits
e7473fa
Publish v10.5.16d0f9ff
Fix linting issues1bb2311
Fix test907a7db
Lint72355e5
Newlinescd55c72
Test chained cases tooca1ea6f
Simplify JSDoc477a7be
Improve resolve JSDoc to support returning multiple nodesb78ae9c
Add resolve type test90bc776
Improve resolve type to support multiple nodesDependabot 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)