<div dir="ltr"><div>Hi All,<br><br></div>On behalf of the NumPy team, I am pleased to announce the release of NumPy 1.13.1. This is a bugfix release for problems found in 1.13.0. The major changes are:<br><br><ul><li>fixes for the new memory overlap detection,</li><li>fixes for the new temporary elision capability,</li><li>reversion of the removal of the boolean binary ``-`` operator.</li></ul><br><div><div>It is recommended that users of 1.13.0 upgrade to 1.13.1. Wheels can be found on <a href="https://pypi.python.org/pypi/numpy">PyPI</a>.  Source tarballs, zipfiles, release notes, and the changelog are available on <a href="https://github.com/numpy/numpy/releases/tag/v1.13.1" target="_blank">github</a>.<br><br>Note that the wheels for Python 3.6 are built against 3.6.1, hence will not work when used with 3.6.0 due to Python bug <a href="https://bugs.python.org/issue29943">#29943</a>. The plan is to release NumPy 1.13.2 shortly after the release of Python 3.6.2 is out with a fix that problem. If you are using 3.6.0, the workaround is to upgrade to 3.6.1 or use an earlier Python version.<br><br><br><b>Pull requests merged<br><br></b>A total of 19 pull requests were merged for this release.<br><br>* #9240 DOC: BLD: fix lots of Sphinx warnings/errors.<br>* #9255 Revert "DEP: Raise TypeError for subtract(bool_, bool_)."<br>* #9261 BUG: don't elide into readonly and updateifcopy temporaries for...<br>* #9262 BUG: fix missing keyword rename for common block in numpy.f2py<br>* #9263 BUG: handle resize of 0d array<br>* #9267 DOC: update f2py front page and some doc build metadata.<br>* #9299 BUG: Fix Intel compilation on Unix.<br>* #9317 BUG: fix wrong ndim used in empty where check<br>* #9319 BUG: Make extensions compilable with MinGW on Py2.7<br>* #9339 BUG: Prevent crash if ufunc doc string is null<br>* #9340 BUG: umath: un-break ufunc where= when no out= is given<br>* #9371 DOC: Add isnat/positive ufunc to documentation<br>* #9372 BUG: Fix error in fromstring function from numpy.core.records...<br>* #9373 BUG: ')' is printed at the end pointer of the buffer in numpy.f2py.<br>* #9374 DOC: Create NumPy 1.13.1 release notes.<br>* #9376 BUG: Prevent hang traversing ufunc userloop linked list<br>* #9377 DOC: Use x1 and x2 in the heaviside docstring.<br>* #9378 DOC: Add $PARAMS to the isnat docstring<br>* #9379 DOC: Update the 1.13.1 release notes<br><br><br><b>Contributors<br></b><br>A total of 12 people contributed to this release.  People with a "+" by their<br>names contributed a patch for the first time.<br><br>* Andras Deak +<br>* Bob Eldering +<br>* Charles Harris<br>* Daniel Hrisca +<br>* Eric Wieser<br>* Joshua Leahy +<br>* Julian Taylor<br>* Michael Seifert<br>* Pauli Virtanen<br>* Ralf Gommers<br>* Roland Kaufmann<br>* Warren Weckesser<br></div></div></div>