starkex-resources
starkex-resources copied to clipboard
Bump mpmath from 1.0.0 to 1.3.0 in /crypto
Bumps mpmath from 1.0.0 to 1.3.0.
Release notes
Sourced from mpmath's releases.
1.3.0
Security issues:
- Fixed ReDOS vulnerability in mpmathify() (CVE-2021-29063) (Vinzent Steinberg)
Features:
- Added quadsubdiv() for numerical integration with adaptive path splitting (Fredrik Johansson)
- Added the Cohen algorithm for inverse Laplace transforms (Guillermo Navas-Palencia)
- Some speedup of matrix multiplication (Fredrik Johansson)
- Optimizations to Carlson elliptic integrals (Paul Masson)
- Added signal functions (squarew(), trianglew(), sawtoothw(), unit_triangle() sigmoidw()) (Nike Dattani, Deyan Mihaylov, Tina Yu)
Bug fixes:
- Correct mpf initialization from tuple for finf and fninf (Sergey B Kirpichev)
- Support QR decomposition for matrices of width 0 and 1 (Clemens Hofreither)
- Fixed some cases where elliprj() gave inaccurate results (Fredrik Johansson)
- Fixed cases where digamma() hangs for complex input (Fredrik Johansson)
- Fixed cases of polylog() with integer-valued parameter with complex type (Fredrik Johansson)
- Fixed fp.nsum() with Euler-Maclaurin algorithm (Fredrik Johansson)
Maintenance:
- Dropped support for Python 3.4 (Sergey B Kirpichev)
- Documentation cleanup (Sergey B Kirpichev)
- Removed obsolete files (Sergey B Kirpichev)
- Added options to runtests.py to skip tests and exit on failure (Jonathan Warner)
Changelog
Sourced from mpmath's changelog.
--1.3.0-- Released March 7, 2023
Security issues:
- Fixed ReDOS vulnerability in mpmathify() (CVE-2021-29063) (Vinzent Steinberg)
Features:
- Added quadsubdiv() for numerical integration with adaptive path splitting (Fredrik Johansson)
- Added the Cohen algorithm for inverse Laplace transforms (Guillermo Navas-Palencia)
- Some speedup of matrix multiplication (Fredrik Johansson)
- Optimizations to Carlson elliptic integrals (Paul Masson)
- Added signal functions (squarew(), trianglew(), sawtoothw(), unit_triangle() sigmoidw()) (Nike Dattani, Deyan Mihaylov, Tina Yu)
Bug fixes:
- Correct mpf initialization from tuple for finf and fninf (Sergey B Kirpichev)
- Support QR decomposition for matrices of width 0 and 1 (Clemens Hofreither)
- Fixed some cases where elliprj() gave inaccurate results (Fredrik Johansson)
- Fixed cases where digamma() hangs for complex input (Fredrik Johansson)
- Fixed cases of polylog() with integer-valued parameter with complex type (Fredrik Johansson)
- Fixed fp.nsum() with Euler-Maclaurin algorithm (Fredrik Johansson)
Maintenance:
- Dropped support for Python 3.4 (Sergey B Kirpichev)
- Documentation cleanup (Sergey B Kirpichev)
- Removed obsolete files (Sergey B Kirpichev)
- Added options to runtests.py to skip tests and exit on failure (Jonathan Warner)
--1.2.0-- Released February 1, 2021
Features and optimizations:
- Support @ operator for matrix multiplication (Max Gaukler)
- Add eta() implementing the Dedekind eta function
- Optimized the python_trailing function (adhoc-king)
- Implement unary plus for matrices (Max Gaukler)
- Improved calculation of gram_index (p15-git-acc)
Compatibility:
... (truncated)
Commits
b5c0450version 1.3.0a27581cMerge pull request #656 from cclauss/patch-29d7884bdon't use .ae method in library code967de83Downgrade to ubuntu-20.04 for Py35 and Py366425c6abuild: strategy: fail-fast: falsee2341c7GitHub Actions: Test on Python 3.11 production release1258e33fix failing doctestsb7c15d6include signals documentation; remove duplicate docstrings1b476eaupdate doc building instructions5f57bebMerge pull request #646 from cclauss/patch-1- 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) You can disable automated security fix PRs for this repo from the Security Alerts page.