<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.3 which contains several fixes for newly reported bugs.  The Python versions supported in this release are 2.7 and 3.5-3.7.  There are several notable changes.</div><div><ul><li><span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"">Unpickling object arrays </span><span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"">when loading </span><code style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;background-color:rgba(27,31,35,0.05);border-radius:3px;margin:0px;padding:0.2em 0.4em;color:rgb(36,41,46)">*.npy</code><span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol""> or </span><code style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;background-color:rgba(27,31,35,0.05);border-radius:3px;margin:0px;padding:0.2em 0.4em;color:rgb(36,41,46)">*.npz</code><span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol""> files now requires an explicit opt-in. </span><span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"">This backwards incompatible change was made in response to </span><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-6446" style="font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace">CVE-2019-6446</a><font color="#24292e" face="SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="background-color:rgba(27,31,35,0.05)">.</span></font></li><li>The covariance in '<font face="arial, helvetica, sans-serif">random.mvnormal'</font><font face="monospace, monospace"> </font>is cast to double. This should make the tolerance more useful when checking the singular values of the covariance matrix.</li><li>The '<font face="arial, helvetica, sans-serif">__array_interface__'</font> offset now works as documented. The  offset value was being mistakenly ignored.</li></ul></div><div><div>Downstream developers building this release should use Cython >= 0.29.2 and, if using OpenBLAS, OpenBLAS > v0.3.4.  Wheels for this release can be downloaded from <a href="https://pypi.org/project/numpy/1.16.3/" target="_blank">PyPI</a>, source archives and release notes are available from <a href="https://github.com/numpy/numpy/releases/tag/v1.16.3" target="_blank">Github</a>.</div><div><div><br></div></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" target="_blank">#12736</a> for discussion of the issue.</div><div><div><br></div><div><b>Contributors</b></div><div><br></div><div>A total of 16 people contributed to this release.  People with a "+" by their</div><div>names contributed a patch for the first time.</div><div><ul><li>Andreas Schwab</li><li>Bharat Raghunathan +</li><li>Bran +</li><li>Charles Harris</li><li>Eric Wieser</li><li>Jakub Wilk</li><li>Kevin Sheppard</li><li>Marten van Kerkwijk</li><li>Matti Picus</li><li>Paul Ivanov</li><li>Ralf Gommers</li><li>Sebastian Berg</li><li>Tyler Reddy</li><li>Warren Weckesser</li><li>Yu Feng</li><li>adeak +</li></ul></div><div><br></div><div><b>Pull requests merged</b></div><div><br></div><div>A total of 26 pull requests were merged for this release.</div><div><ul><li>gh-13072 : BUG: Fixes to numpy.distutils.Configuration.get_version (#13056)</li><li>gh-13082 : BUG: Fix errors in string formatting while producing an error</li><li>gh-13083 : BUG: Convert fortran flags in environment variable</li><li>gh-13084 : BUG: Remove error-prone borrowed reference handling</li><li>gh-13085 : BUG: Add error checks when converting integers to datetime types</li><li>gh-13091 : BUG: Remove our patched version of `distutils.split_quoted`</li><li>gh-13141 : BUG: Fix testsuite failures on ppc and riscv</li><li>gh-13142 : BUG: Fix parameter validity checks in ``random.choice``</li><li>gh-13143 : BUG: Ensure linspace works on object input.</li><li>gh-13144 : BLD: fix include list for sdist building.</li><li>gh-13145 : BUG: __array_interface__ offset was always ignored</li><li>gh-13274 : MAINT: f2py: Add a cast to avoid a compiler warning.</li><li>gh-13275 : BUG, MAINT: fix reference count error on invalid input to ndarray.flat</li><li>gh-13276 : ENH: Cast covariance to double in random mvnormal</li><li>gh-13278 : BUG: Fix null pointer dereference in PyArray_DTypeFromObjectHelper</li><li>gh-13339 : BUG: Use C call to sysctlbyname for AVX detection on MacOS.</li><li>gh-13340 : BUG: Fix crash when calling savetxt on a padded array</li><li>gh-13341 : BUG: <a href="http://ufunc.at">ufunc.at</a> iteration variable size fix</li><li>gh-13342 : DOC: Add as_ctypes_type to the documentation</li><li>gh-13350 : BUG: Return the coefficients array directly</li><li>gh-13351 : BUG/MAINT: Tidy typeinfo.h and .c</li><li>gh-13359 : BUG: Make allow_pickle=False the default for loading</li><li>gh-13360 : DOC: fix some doctest failures</li><li>gh-13363 : BUG/MAINT: Tidy typeinfo.h and .c</li><li>gh-13381 : BLD: address mingw-w64 issue. Follow-up to gh-9977</li><li>gh-13382 : REL: Prepare for the NumPy release.</li></ul></div></div>Cheers,</div><div><br></div><div>Charles Harris</div></div></div></div></div>