<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi All,</div><div><br></div><div>On behalf of the NumPy team I am pleased to announce the release of NumPy 1.16.2. This is a quick release fixing several problems encountered on Windows. The Python versions supported are 2.7 and 3.5-3.7. The Windows problems addressed are:</div><div><div><ul><li>DLL load problems for NumPy wheels on Windows,</li><li>distutils command line parsing on Windows.</li></ul></div><div>There is also a regression fix correcting signed zeros produced by divmod, see the release notes for details. Downstream developers building this release should use Cython >= 0.29.2 and, if using OpenBLAS, OpenBLAS > v0.3.4.</div><div><br></div><div>If you are installing using pip, you may encounter a problem with older installed versions of NumPy that pip did not delete becoming mixed with the current version, resulting in an ``ImportError``. That problem is particularly</div><div>common on Debian derived distributions due to a modified pip.  The fix is to make sure all previous NumPy versions installed by pip have been removed. See <a href="https://github.com/numpy/numpy/issues/12736">#12736</a> for discussion of the issue.</div><div><br></div><div>Wheels for this release can be downloaded from <a href="https://pypi.org/project/numpy/1.16.2/">PyPI</a>, source archives and release notes are available from <a href="https://github.com/numpy/numpy/releases/tag/v1.16.2">Github</a>.<br></div><div><br></div><div><br></div><div><b>Contributors</b></div><div><br></div><div>A total of 5 people contributed to this release.  People with a "+" by their</div><div>names contributed a patch for the first time.</div><div><br></div><div>* Charles Harris</div><div>* Eric Wieser</div><div>* Matti Picus</div><div>* Tyler Reddy</div><div>* Tony LaTorre +</div><div><br></div><div><br></div><div><b>Pull requests merged</b></div><div><br></div><div>A total of 7 pull requests were merged for this release.</div><div><br></div><div>* #12909: TST: fix vmImage dispatch in Azure</div><div>* #12923: MAINT: remove complicated test of multiarray import failure mode</div><div>* #13020: BUG: fix signed zero behavior in npy_divmod</div><div>* #13026: MAINT: Add functions to parse shell-strings in the platform-native...</div><div>* #13028: BUG: Fix regression in parsing of F90 and F77 environment variables</div><div>* #13038: BUG: parse shell escaping in extra_compile_args and extra_link_args</div><div>* #13041: BLD: Windows absolute path DLL loading</div></div><div><br></div><div>Cheers,</div><div><br></div><div>Charles Harris</div></div></div></div></div>