NumPy 1.14.5 Release Notes#

This is a bugfix release for bugs reported following the 1.14.4 release. Themost significant fixes are:

  • fixes for compilation errors on alpine and NetBSD

The Python versions supported in this release are 2.7 and 3.4 - 3.6. The Python3.6 wheels available from PIP are built with Python 3.6.2 and should becompatible with all previous versions of Python 3.6. The source releases werecythonized with Cython 0.28.2 and should work for the upcoming Python 3.7.

Contributors#

A total of 1 person contributed to this release. People with a “+” by theirnames contributed a patch for the first time.

  • Charles Harris

Pull requests merged#

A total of 2 pull requests were merged for this release.

  • #11274: BUG: Correct use of NPY_UNUSED.

  • #11294: BUG: Remove extra trailing parentheses.