Bump scipy from 1.11.4 to 1.12.0
Bumps scipy from 1.11.4 to 1.12.0.
Release notes
Sourced from scipy's releases.
SciPy 1.12.0 Release Notes
SciPy
1.12.0is the culmination of6months of hard work. It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented below. All users are encouraged to upgrade to this release, as there are a large number of bug-fixes and optimizations. Before upgrading, we recommend that users check that their own code does not use deprecated SciPy functionality (to do so, run your code withpython -Wdand check forDeprecationWarnings). Our development attention will now shift to bug-fix releases on the 1.12.x branch, and on adding new features on the main branch.This release requires Python
3.9+and NumPy1.22.4or greater.For running on PyPy, PyPy3
6.0+is required.Highlights of this release
- Experimental support for the array API standard has been added to part of
scipy.special, and to all ofscipy.fftandscipy.cluster. There are likely to be bugs and early feedback for usage with CuPy arrays, PyTorch tensors, and other array API compatible libraries is appreciated. Use theSCIPY_ARRAY_APIenvironment variable for testing.- A new class,
ShortTimeFFT, provides a more versatile implementation of the short-time Fourier transform (STFT), its inverse (ISTFT) as well as the (cross-) spectrogram. It utilizes an improved algorithm for calculating the ISTFT.- Several new constructors have been added for sparse arrays, and many operations now additionally support sparse arrays, further facilitating the migration from sparse matrices.
- A large portion of the
scipy.statsAPI now has improved support for handlingNaNvalues, masked arrays, and more fine-grained shape-handling. The accuracy and performance of a number ofstatsmethods have been improved, and a number of new statistical tests and distributions have been added.New features
scipy.clusterimprovements
- Experimental support added for the array API standard; PyTorch tensors, CuPy arrays and array API compatible array libraries are now accepted (GPU support is limited to functions with pure Python implementations). CPU arrays which can be converted to and from NumPy are supported module-wide and returned arrays will match the input type. This behaviour is enabled by setting the
SCIPY_ARRAY_APIenvironment variable before importingscipy. This experimental support is still under development and likely to contain bugs - testing is very welcome.
... (truncated)
Commits
4edfcaaREL: SciPy 1.12.0 release commit [wheel build]e3cff26Merge pull request #19922 from tylerjereddy/treddy_1_12_0_final_prepbf02582DOC: PR 19922 revisions [wheel build]41ed3d6Revert "ENH: stats.wasserstein_distance: multivariate Wasserstein distance/EM...db2cb8cDOC: update 1.12.0 relnotesc76bedfBLD: ensure the name of the installedscipypackage is lower-caseaedbb2bDEP: reflect extended deprecations also in release notes (#19903)0b4c8dcDEP: extend some announced deprecations due to out-of-band 1.13 release (#19892)82dddc5DOC: 1.12 release notes tweaks (#19877)e22a5ffREL: 1.12.0 final unreleased- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
7619ddb) 46.81% compared to head (987f046) 46.86%. Report is 9 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #184 +/- ##
==========================================
+ Coverage 46.81% 46.86% +0.04%
==========================================
Files 94 94
Lines 8693 8693
==========================================
+ Hits 4070 4074 +4
+ Misses 4623 4619 -4
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #204.