Bump scipy from 1.5.4 to 1.6.0
Bumps scipy from 1.5.4 to 1.6.0.
Release notes
Sourced from scipy's releases.
SciPy 1.6.0 Release Notes
SciPy
1.6.0is the culmination of 6 months 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 the1.6.xbranch, and on adding new features on the master branch.This release requires Python
3.7+and NumPy1.16.5or greater.For running on PyPy, PyPy3
6.0+is required.Highlights of this release
scipy.ndimageimprovements: Fixes and ehancements to boundary extension modes for interpolation functions. Support for complex-valued inputs in many filtering and interpolation functions. Newgrid_modeoption forscipy.ndimage.zoomto enable results consistent with scikit-image'srescale.scipy.optimize.linproghas fast, new methods for large, sparse problems from theHiGHSlibrary.scipy.statsimprovements including new distributions, a new test, and enhancements to existing distributions and testsNew features
scipy.specialimprovements
scipy.specialnow has improved support for 64-bitLAPACKbackend
scipy.odrimprovements
scipy.odrnow has support for 64-bit integerBLAS
scipy.odr.ODRhas gained an optionaloverwriteargument so that existing files may be overwritten.
scipy.integrateimprovementsSome renames of functions with poor names were done, with the old names retained without being in the reference guide for backwards compatibility
... (truncated)
Commits
-
ab1c090REL: set version to 1.6.0 released -
9fe5791Merge pull request #13309 from tylerjereddy/treddy_160_final_prep -
74fcaa6MAINT: prepare for 1.6.0 final -
ff1fb19MAINT: backport gh-13255 -
86ba0d0REL: set version to 1.6.0rc2 -
939ecfcMerge pull request #13279 from tylerjereddy/treddy_160rc2_backports -
550f87eDOC: update 1.6.0 relnotes -
5e5ec9fCI: github actions: In the linux dbg tests, update apt before install packages. -
caa3eb2CI: a few other packages -
6558739CI: reactivate CI selectivity - Additional commits viewable in compare view