<div dir="ltr">Hi All,<br><br>On behalf of the NumPy team I am pleased to announce that NumPy 1.18.1 has been released. This release contains fixes for bugs reported against NumPy 1.18.0. Two bugs in particular that caused widespread problems downstream were:<br><ul><li>The cython random extension test was not using a temporary directory for building, resulting in a permission violation. Fixed.</li><li>Numpy distutils was appending <font face="monospace">-std=c99</font> to all C compiler runs, leading to changed behavior and compile problems downstream. That flag is now only applied when building numpy C code.</li></ul>The Python versions supported in this release are 3.5-3.8. Downstream developers should use Cython >= 0.29.14 for Python 3.8 support and OpenBLAS >= 3.7 to avoid errors on the Skylake architecture.  Wheels for this release can be downloaded from <a href="https://pypi.org/project/numpy/1.18.1" target="_blank">PyPI</a>, source archives and release notes are available from <a href="https://github.com/numpy/numpy/releases/tag/v1.18.1" target="_blank">Github</a>.<div><br></div><div><b>Contributors</b><br><br>A total of 7 people contributed to this release.  People with a "+" by their<br>names contributed a patch for the first time.<br><ul><li>Charles Harris</li><li>Matti Picus</li><li>Maxwell Aladago</li><li>Pauli Virtanen</li><li>Ralf Gommers</li><li>Tyler Reddy</li><li>Warren Weckesser</li></ul><b>Pull requests merged</b><br><br>A total of 13 pull requests were merged for this release.<br><ul><li>`#15158 <<a href="https://github.com/numpy/numpy/pull/15158">https://github.com/numpy/numpy/pull/15158</a>>`__: MAINT: Update pavement.py for towncrier.</li><li>`#15159 <<a href="https://github.com/numpy/numpy/pull/15159">https://github.com/numpy/numpy/pull/15159</a>>`__: DOC: add moved modules to 1.18 release note</li><li>`#15161 <<a href="https://github.com/numpy/numpy/pull/15161">https://github.com/numpy/numpy/pull/15161</a>>`__: MAINT, DOC: Minor backports and updates for 1.18.x</li><li>`#15176 <<a href="https://github.com/numpy/numpy/pull/15176">https://github.com/numpy/numpy/pull/15176</a>>`__: TST: Add assert_array_equal test for big integer arrays</li><li>`#15184 <<a href="https://github.com/numpy/numpy/pull/15184">https://github.com/numpy/numpy/pull/15184</a>>`__: BUG: use tmp dir and check version for cython test. </li><li>`#15220 <<a href="https://github.com/numpy/numpy/pull/15220">https://github.com/numpy/numpy/pull/15220</a>>`__: BUG: distutils: fix msvc+gfortran openblas handling corner case</li><li>`#15221 <<a href="https://github.com/numpy/numpy/pull/15221">https://github.com/numpy/numpy/pull/15221</a>>`__: BUG: remove -std=c99 for c++ compilation</li><li>`#15222 <<a href="https://github.com/numpy/numpy/pull/15222">https://github.com/numpy/numpy/pull/15222</a>>`__: MAINT: unskip test on win32</li><li>`#15223 <<a href="https://github.com/numpy/numpy/pull/15223">https://github.com/numpy/numpy/pull/15223</a>>`__: TST: add BLAS ILP64 run in Travis & Azure</li><li>`#15245 <<a href="https://github.com/numpy/numpy/pull/15245">https://github.com/numpy/numpy/pull/15245</a>>`__: MAINT: only add --std=c99 where needed</li><li>`#15246 <<a href="https://github.com/numpy/numpy/pull/15246">https://github.com/numpy/numpy/pull/15246</a>>`__: BUG: lib: Fix handling of integer arrays by gradient.</li><li>`#15247 <<a href="https://github.com/numpy/numpy/pull/15247">https://github.com/numpy/numpy/pull/15247</a>>`__: MAINT: Do not use private Python function in testing</li><li>`#15250 <<a href="https://github.com/numpy/numpy/pull/15250">https://github.com/numpy/numpy/pull/15250</a>>`__: REL: Prepare for the NumPy 1.18.1 release.</li></ul><div><br></div>Cheers,</div><div><br></div><div>Charles Harris</div></div>