<div dir="ltr"><div><div>On behalf of the SciPy development team I am pleased to announce the availability of Scipy 1.0.1. This is a maintenance release, no new features with respect to 1.0.0. See the release notes below for details.<br><br></div><div>Wheels and sources can be found on PyPI (<a href="https://pypi.python.org/pypi/scipy">https://pypi.python.org/pypi/scipy</a>) and on Github (<a href="https://github.com/scipy/scipy/releases/tag/v1.0.1">https://github.com/scipy/scipy/releases/tag/v1.0.1</a>). The conda-forge channel will be up to date within a couple of hours.<br></div><div><br><div>Thanks to everyone who contributed to this release!</div><br></div>Cheers,<br></div>Ralf<br><div><div><div><div><br><br><br>SciPy 1.0.1 Release Notes<br>====================<br><br>SciPy 1.0.1 is a bug-fix release with no new features compared to 1.0.0.<br>Probably the most important change is a fix for an incompatibility between<br>SciPy 1.0.0 and ``numpy.f2py`` in the NumPy master branch.<br><br>Authors<br>=======<br><br>* Saurabh Agarwal +<br>* Alessandro Pietro Bardelli<br>* Philip DeBoer<br>* Ralf Gommers<br>* Matt Haberland<br>* Eric Larson<br>* Denis Laxalde<br>* Mihai Capotă +<br>* Andrew Nelson<br>* Oleksandr Pavlyk<br>* Ilhan Polat<br>* Anant Prakash +<br>* Pauli Virtanen<br>* Warren Weckesser<br>* @xoviat<br>* Ted Ying +<br><br>A total of 16 people contributed to this release.<br>People with a "+" by their names contributed a patch for the first time.<br>This list of names is automatically generated, and may not be fully complete.<br><br><br>Issues closed for 1.0.1<br>-----------------------<br><br>- `#7493 <<a href="https://github.com/scipy/scipy/issues/7493">https://github.com/scipy/scipy/issues/7493</a>>`__: `ndimage.morphology` functions are broken with numpy 1.13.0<br>- `#8118 <<a href="https://github.com/scipy/scipy/issues/8118">https://github.com/scipy/scipy/issues/8118</a>>`__: minimize_cobyla broken if `disp=True` passed<br>- `#8142 <<a href="https://github.com/scipy/scipy/issues/8142">https://github.com/scipy/scipy/issues/8142</a>>`__: scipy-v1.0.0 pdist with metric=`minkowski` raises `ValueError:...<br>- `#8173 <<a href="https://github.com/scipy/scipy/issues/8173">https://github.com/scipy/scipy/issues/8173</a>>`__: `scipy.stats.ortho_group` produces all negative determinants...<br>- `#8207 <<a href="https://github.com/scipy/scipy/issues/8207">https://github.com/scipy/scipy/issues/8207</a>>`__: gaussian_filter seg faults on float16 numpy arrays<br>- `#8234 <<a href="https://github.com/scipy/scipy/issues/8234">https://github.com/scipy/scipy/issues/8234</a>>`__: `scipy.optimize.linprog` `interior-point` presolve bug with trivial...<br>- `#8243 <<a href="https://github.com/scipy/scipy/issues/8243">https://github.com/scipy/scipy/issues/8243</a>>`__: Make csgraph importable again via `from scipy.sparse import*`<br>- `#8320 <<a href="https://github.com/scipy/scipy/issues/8320">https://github.com/scipy/scipy/issues/8320</a>>`__: scipy.root segfaults with optimizer 'lm'<br><br><br>Pull requests for 1.0.1<br>-----------------------<br><br>- `#8068 <<a href="https://github.com/scipy/scipy/pull/8068">https://github.com/scipy/scipy/pull/8068</a>>`__: BUG: fix numpy deprecation test failures<br>- `#8082 <<a href="https://github.com/scipy/scipy/pull/8082">https://github.com/scipy/scipy/pull/8082</a>>`__: BUG: fix solve_lyapunov import<br>- `#8144 <<a href="https://github.com/scipy/scipy/pull/8144">https://github.com/scipy/scipy/pull/8144</a>>`__: MRG: Fix for cobyla<br>- `#8150 <<a href="https://github.com/scipy/scipy/pull/8150">https://github.com/scipy/scipy/pull/8150</a>>`__: MAINT: resolve UPDATEIFCOPY deprecation errors<br>- `#8156 <<a href="https://github.com/scipy/scipy/pull/8156">https://github.com/scipy/scipy/pull/8156</a>>`__: BUG: missing check on minkowski w kwarg<br>- `#8187 <<a href="https://github.com/scipy/scipy/pull/8187">https://github.com/scipy/scipy/pull/8187</a>>`__: BUG: Sign of elements in random orthogonal 2D matrices in "ortho_group_gen"...<br>- `#8197 <<a href="https://github.com/scipy/scipy/pull/8197">https://github.com/scipy/scipy/pull/8197</a>>`__: CI: uninstall oclint<br>- `#8215 <<a href="https://github.com/scipy/scipy/pull/8215">https://github.com/scipy/scipy/pull/8215</a>>`__: Fixes Numpy datatype compatibility issues<br>- `#8237 <<a href="https://github.com/scipy/scipy/pull/8237">https://github.com/scipy/scipy/pull/8237</a>>`__: BUG: optimize: fix bug when variables fixed by bounds are inconsistent...<br>- `#8248 <<a href="https://github.com/scipy/scipy/pull/8248">https://github.com/scipy/scipy/pull/8248</a>>`__: BUG: declare "gfk" variable before call of terminate() in newton-cg<br>- `#8280 <<a href="https://github.com/scipy/scipy/pull/8280">https://github.com/scipy/scipy/pull/8280</a>>`__: REV: reintroduce csgraph import in scipy.sparse<br>- `#8322 <<a href="https://github.com/scipy/scipy/pull/8322">https://github.com/scipy/scipy/pull/8322</a>>`__: MAINT: prevent scipy.optimize.root segfault closes #8320<br>- `#8334 <<a href="https://github.com/scipy/scipy/pull/8334">https://github.com/scipy/scipy/pull/8334</a>>`__: TST: stats: don't use exact equality check for hdmedian test<br>- `#8477 <<a href="https://github.com/scipy/scipy/pull/8477">https://github.com/scipy/scipy/pull/8477</a>>`__: BUG: signal/signaltools: fix wrong refcounting in PyArray_OrderFilterND<br>- `#8530 <<a href="https://github.com/scipy/scipy/pull/8530">https://github.com/scipy/scipy/pull/8530</a>>`__: BUG: linalg: Fixed typo in flapack.pyf.src.<br>- `#8566 <<a href="https://github.com/scipy/scipy/pull/8566">https://github.com/scipy/scipy/pull/8566</a>>`__: CI: Temporarily pin Cython version to 0.27.3<br>- `#8573 <<a href="https://github.com/scipy/scipy/pull/8573">https://github.com/scipy/scipy/pull/8573</a>>`__: Backports for 1.0.1<br>- `#8581 <<a href="https://github.com/scipy/scipy/pull/8581">https://github.com/scipy/scipy/pull/8581</a>>`__: Fix Cython 0.28 build break of qhull.pyx<br><br></div></div></div></div></div>