NumPy 1.14.2 Release Notes#

This is a bugfix release for some bugs reported following the 1.14.1 release. The majorproblems dealt with are as follows.

  • Residual bugs in the new array printing functionality.

  • Regression resulting in a relocation problem with shared library.

  • Improved PyPy compatibility.

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.26.1, which is known tonot support the upcomingPython 3.7 release. People who wish to run Python 3.7 should check out theNumPy repo and try building with the, as yet, unreleased master branch ofCython.

Contributors#

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

  • Allan Haldane

  • Charles Harris

  • Eric Wieser

  • Pauli Virtanen

Pull requests merged#

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

  • #10674: BUG: Further back-compat fix for subclassed array repr

  • #10725: BUG: dragon4 fractional output mode adds too many trailing zeros

  • #10726: BUG: Fix f2py generated code to work on PyPy

  • #10727: BUG: Fix missing NPY_VISIBILITY_HIDDEN on npy_longdouble_to_PyLong

  • #10729: DOC: Create 1.14.2 notes and changelog.