Blame doc/release/1.14.2-notes.rst

Packit 7a8e5e
==========================
Packit 7a8e5e
NumPy 1.14.2 Release Notes
Packit 7a8e5e
==========================
Packit 7a8e5e
Packit 7a8e5e
This is a bugfix release for some bugs reported following the 1.14.1 release. The major
Packit 7a8e5e
problems dealt with are as follows.
Packit 7a8e5e
Packit 7a8e5e
* Residual bugs in the new array printing functionality.
Packit 7a8e5e
* Regression resulting in a relocation problem with shared library.
Packit 7a8e5e
* Improved PyPy compatibility.
Packit 7a8e5e
Packit 7a8e5e
The Python versions supported in this release are 2.7 and 3.4 - 3.6. The Python
Packit 7a8e5e
3.6 wheels available from PIP are built with Python 3.6.2 and should be
Packit 7a8e5e
compatible with all previous versions of Python 3.6. The source releases were
Packit 7a8e5e
cythonized with Cython 0.26.1, which is known to **not** support the upcoming
Packit 7a8e5e
Python 3.7 release.  People who wish to run Python 3.7 should check out the
Packit 7a8e5e
NumPy repo and try building with the, as yet, unreleased master branch of
Packit 7a8e5e
Cython.
Packit 7a8e5e
Packit 7a8e5e
Contributors
Packit 7a8e5e
============
Packit 7a8e5e
Packit 7a8e5e
A total of 4 people contributed to this release.  People with a "+" by their
Packit 7a8e5e
names contributed a patch for the first time.
Packit 7a8e5e
Packit 7a8e5e
* Allan Haldane
Packit 7a8e5e
* Charles Harris
Packit 7a8e5e
* Eric Wieser
Packit 7a8e5e
* Pauli Virtanen
Packit 7a8e5e
Packit 7a8e5e
Pull requests merged
Packit 7a8e5e
====================
Packit 7a8e5e
Packit 7a8e5e
A total of 5 pull requests were merged for this release.
Packit 7a8e5e
Packit 7a8e5e
* `#10674 <https://github.com/numpy/numpy/pull/10674>`__: BUG: Further back-compat fix for subclassed array repr
Packit 7a8e5e
* `#10725 <https://github.com/numpy/numpy/pull/10725>`__: BUG: dragon4 fractional output mode adds too many trailing zeros
Packit 7a8e5e
* `#10726 <https://github.com/numpy/numpy/pull/10726>`__: BUG: Fix f2py generated code to work on PyPy
Packit 7a8e5e
* `#10727 <https://github.com/numpy/numpy/pull/10727>`__: BUG: Fix missing NPY_VISIBILITY_HIDDEN on npy_longdouble_to_PyLong
Packit 7a8e5e
* `#10729 <https://github.com/numpy/numpy/pull/10729>`__: DOC: Create 1.14.2 notes and changelog.