EuIrcBot
EuIrcBot copied to clipboard
build(deps): bump mathjs from 3.13.3 to 9.3.2 in /modules/onMath
Bumps mathjs from 3.13.3 to 9.3.2.
Changelog
Sourced from mathjs's changelog.
2021-04-12, version 9.3.2
- Fix #2169: mathjs requesting
@babel/runtimedependency. Regression introduced inv9.3.1.2021-04-10, version 9.3.1
- Fix #2133: strongly improved the performance of
isPrime, see #2139. Thanks@Yaffle.- Fix #2150: give a clear error "Error: Undefined function ..." instead when evaluating a non-existing function.
- Fix #660: expose internal functions
FunctionNode.onUndefinedFunction(name)andSymbolNode.onUndefinedSymbol(name), allowing to override the behavior. By default, an Error is thrown.2021-03-10, version 9.3.0
- Implemented support for parsing non decimal numbers with radix point, see #2122, #2121. Thanks
@clnhlzmn.- Fix #2128: typo in docs of
luSolveAllandusolveAll.2021-02-03, version 9.2.0
- Implemented function
countto count the total elements in a matrix, see #2085. Thanks@Josef37.- Fix #2096: cleanup old reference to external dependency
crypto.- Some refactoring in the code to remove duplications, see #2093. Thanks
@Josef37.2021-01-27, version 9.1.0
- Extended function
reshapewith support for a wildcard-1to automatically calculate the remaining size, likereshape([1, 2, 3, 4, 5, 6], [-1, 2])which will output[[0, 1], [2, 3], [4, 5]]. See #2075. Thanks@Josef37.- Fix #2087: function
simplifyignores second argument oflog, for example insimplify('log(e, 9)'). Thanks@quentintruong.2021-01-16, version 9.0.0
- Improved support for bin, hex, and oct literals. See #1996. Thanks
@clnhlzmn.
- Breaking change: parse literals with prefixes
0b,0c, and0xare
now unsigned by default. To parse them as signed, you have to specify a suffix specifying the word size such asi16ori32.- Function
formatnow supports more notations:bin, 'hex', andoct, for exampleformat(255, {notation: "hex"}).
... (truncated)
Commits
1757afbFix #2169: mathjs requesting@babel/runtimedependency. Publish v9.3.2e6e6002Publish v9.3.1c6cbf55Fix #2150, #660: give a clear error "Error: Undefined function ..." instead when64a52a5Add babel transform-runtime (needed for #2155)5ff48d0Update history and authors list91141bbMiller–Rabin primality test (#2139)47a493dMerge remote-tracking branch 'origin/develop' into develop5c5a05aFix #2160: wrong year mentioned of the last two versions in the history2d83c39fixed a link in the comments of usolveAll and lsolveAll (#2154)06052ecFix #2142: clarify the meaning of matrix dimensions in the docs- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.