Fix #2971: improve typings of statistics functions min, max, mean,
median, mode, std, sum, prod, variance. Fixes a regression
introduced in v11.8.1.
Fix #2972: type definitions of Unit.divide(Unit) have a wrong return type.
2023-06-13, 11.8.1
Fix #2964: issue in function distance when calculate the distance from
a point to a line (#2965). Thanks @Kiku-CN.
Fix math.format not working correctly for engineering notation when using
BigNumbers and for fixed notation with precision: 0 configured (#2956).
Thanks @mgreminger.
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 11.8.0 to 11.8.2.
Changelog
Sourced from mathjs's changelog.
Commits
bb2f3cc
chore: publish v11.8.2e13be73
docs: update HISTORY.md1d96483
chore: update devDependencies6db3df2
fix: #2972 type definitions ofUnit.divide(Unit)
have a wrong return type29db0fb
fix: #2971 improve typings of statistics functions min, max, mean, median, mo...6d944e7
chore: publish v11.8.191c18ae
chore: update devDependenciescc4f8b6
chore: update history and authors1b06ec4
fix #2964: distance from point to line (#2965)6fa5890
Big Number Format Fixes (#2956)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)