Bump scipy from 1.7.3 to 1.8.0
Bumps scipy from 1.7.3 to 1.8.0.
Release notes
Sourced from scipy's releases.
SciPy 1.8.0 Release Notes
SciPy
1.8.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.8.x branch, and on adding new features on the master branch.This release requires Python
3.8+andNumPy 1.17.3or greater.For running on PyPy, PyPy3
6.0+is required.Highlights of this release
- A sparse array API has been added for early testing and feedback; this work is ongoing, and users should expect minor API refinements over the next few releases.
- The sparse SVD library PROPACK is now vendored with SciPy, and an interface is exposed via
scipy.sparse.svdswithsolver='PROPACK'. It is currently default-off due to potential issues on Windows that we aim to resolve in the next release, but can be optionally enabled at runtime for friendly testing with an environment variable setting ofUSE_PROPACK=1.- A new
scipy.stats.samplingsubmodule that leverages theUNU.RANC library to sample from arbitrary univariate non-uniform continuous and discrete distributions- All namespaces that were private but happened to miss underscores in their names have been deprecated.
New features
scipy.fftimprovementsAdded an
orthogonalize=Noneparameter to the real transforms inscipy.fftwhich controls whether the modified definition of DCT/DST is used without changing the overall scaling.
scipy.fftbackend registration is now smoother, operating with a single
... (truncated)
Commits
-
b5d8babREL: 1.8.0 release commit. -
d84f731Merge pull request #15521 from tylerjereddy/treddy_prep_180_final -
315dd53DOC: update 1.8.0 relnotes. -
b54b7aeMAINT: fix broken link and remove CI badges -
920e27bREL: 1.8.0 unreleased. -
ea004bdREL: 1.8.0rc4 released. -
4f3969dMerge pull request #15479 from tylerjereddy/treddy_180rc4 -
8ed6aa9DOC: update 1.8.0 relnotes. -
efe4ca5MAINT: PR 15479 revisions -
1803913MAINT: remove non-default settings (exceptshallow) in.gitmodules - Additional commits viewable in compare view