SciPy 1.5.0 Release Notes¶
Note
Scipy 1.5.0 is not released yet!
Contents
-
scipy.integrateimprovementsscipy.interpolateimprovementsscipy.ioimprovementsscipy.linalgimprovementsscipy.ndimageimprovementsscipy.optimizeimprovementsscipy.signalimprovementsscipy.sparseimprovementsscipy.spatialimprovementsscipy.statsimprovementsscipydeprecationsscipy.interpolatechangesscipy.linalgchangesscipy.signalchangesscipy.statschanges
SciPy 1.5.0 is the culmination of X 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 with python -Wd and check for DeprecationWarning s).
Our development attention will now shift to bug-fix releases on the
1.3.x branch, and on adding new features on the master branch.
This release requires Python 3.6+ and NumPy 1.13.3 or greater.
For running on PyPy, PyPy3 6.0+ and NumPy 1.15.0 are required.
