<div dir="ltr"><div><div><div>HI All,</div><div><br></div>On behalf of the NumPy team, I am 
pleased to annouce the release of Numpy 1.13.3. This is a re-release of 1.13.2, which suffered from compatibility problems, see  <a href="https://github.com/numpy/numpy/issues/9786">issue 9786</a>. It is a bugfix release
 for some problems found since 1.13.1. The most important fixes are for 
CVE-2017-12852 and the new temporary elision. Users of earlier versions of 1.13 
should upgrade.<br></div><div><br></div><div>The Python versions supported are 2.7 and 3.4 - 3.6. The Python 3.6 wheels available from PIP are built with Python 3.6.2 and should be compatible with all previous versions of Python 3.6. It was cythonized with Cython 0.26.1, which should be free of the bugs found in 0.27 while also being compatible with Python 3.7-dev. The Windows wheels were built with OpenBlas instead ATLAS, which should improve the performance of the linear algebra functions.</div><div><br></div><div>Wheels and zip archives are available from  <a href="https://pypi.python.org/pypi?:action=files&name=numpy&version=1.13.3">PyPI</a>, both zip and tar archives are available from <a href="https://github.com/numpy/numpy/releases/tag/v1.13.3">Github</a>.  <br></div><div><br>Contributors<br>============<br><br>A total of 12 people contributed to this release.  People with a "+" by their names contributed a patch for the first time.<br><br>* Allan Haldane<br>* Brandon Carter<br>* Charles Harris<br>* Eric Wieser<br>* Iryna Shcherbina +<br>* James Bourbeau +<br>* Jonathan Helmus<br>* Julian Taylor<br>* Matti Picus<br>* Michael Lamparski +<br>* Michael Seifert<br>* Ralf Gommers<br><br>Pull requests merged<br>====================<br><br>A total of 20 pull requests were merged for this release.<br><br>* #9390 BUG: Return the poly1d coefficients array directly<br>* #9555 BUG: Fix regression in 1.13.x in distutils.mingw32ccompiler.<br>* #9556 BUG: Fix true_divide when dtype=np.float64 specified.<br>* #9557 DOC: Fix some rst markup in numpy/doc/basics.py.<br>* #9558 BLD: Remove -xhost flag from IntelFCompiler.<br>* #9559 DOC: Removes broken docstring example (source code, png, pdf)...<br>* #9580 BUG: Add hypot and cabs functions to WIN32 blacklist.<br>* #9732 BUG: Make scalar function elision check if temp is writeable.<br>* #9736 BUG: Various fixes to np.gradient<br>* #9742 BUG: Fix np.pad for CVE-2017-12852<br>* #9744 BUG: Check for exception in sort functions, add tests<br>* #9745 DOC: Add whitespace after "versionadded::" directive so it actually...<br>* #9746 BUG: Memory leak in np.dot of size 0<br>* #9747 BUG: Adjust gfortran version search regex<br>* #9757 BUG: Cython 0.27 breaks NumPy on Python 3.<br>* #9764 BUG: Ensure `_npy_scaled_cexp{,f,l}` is defined when needed.<br>* #9765 BUG: PyArray_CountNonzero does not check for exceptions<br>* #9766 BUG: Fixes histogram monotonicity check for unsigned bin values<br>* #9767 BUG: Ensure consistent result dtype of count_nonzero<br>* #9771 BUG, MAINT: Fix mtrand for Cython 0.27.</div><div><br></div>Enjoy<br><br></div>Chuck</div>