|
| 1 | +========================== |
| 2 | +NumPy 1.14.2 Release Notes |
| 3 | +========================== |
| 4 | + |
| 5 | +This is a bugfix release for some bugs reported following the 1.14.1 release. The major |
| 6 | +problems dealt with are as follows. |
| 7 | + |
| 8 | +* Residual bugs in the new array printing functionality. |
| 9 | +* Regression resulting in a relocation problem with shared library. |
| 10 | +* Improved PyPy compatibility. |
| 11 | + |
| 12 | +The Python versions supported in this release are 2.7 and 3.4 - 3.6. The Python |
| 13 | +3.6 wheels available from PIP are built with Python 3.6.2 and should be |
| 14 | +compatible with all previous versions of Python 3.6. The source releases were |
| 15 | +cythonized with Cython 0.26.1, which is known to **not** support the upcoming |
| 16 | +Python 3.7 release. People who wish to run Python 3.7 should check out the |
| 17 | +NumPy repo and try building with the, as yet, unreleased master branch of |
| 18 | +Cython. |
| 19 | + |
| 20 | +Contributors |
| 21 | +============ |
| 22 | + |
| 23 | +A total of 4 people contributed to this release. People with a "+" by their |
| 24 | +names contributed a patch for the first time. |
| 25 | + |
| 26 | +* Allan Haldane |
| 27 | +* Charles Harris |
| 28 | +* Eric Wieser |
| 29 | +* Pauli Virtanen |
| 30 | + |
| 31 | +Pull requests merged |
| 32 | +==================== |
| 33 | + |
| 34 | +A total of 5 pull requests were merged for this release. |
| 35 | + |
| 36 | +* `#10674 <https://github.com/numpy/numpy/pull/10674>`__: BUG: Further back-compat fix for subclassed array repr |
| 37 | +* `#10725 <https://github.com/numpy/numpy/pull/10725>`__: BUG: dragon4 fractional output mode adds too many trailing zeros |
| 38 | +* `#10726 <https://github.com/numpy/numpy/pull/10726>`__: BUG: Fix f2py generated code to work on PyPy |
| 39 | +* `#10727 <https://github.com/numpy/numpy/pull/10727>`__: BUG: Fix missing NPY_VISIBILITY_HIDDEN on npy_longdouble_to_PyLong |
| 40 | +* `#10729 <https://github.com/numpy/numpy/pull/10729>`__: DOC: Create 1.14.2 notes and changelog. |
0 commit comments