8000 Merge pull request #10729 from charris/prepare-1.14.2 · numpy/numpy@4113a4e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4113a4e

Browse files
authored
Merge pull request #10729 from charris/prepare-1.14.2
DOC: Create 1.14.2 notes and changelog.
2 parents d1311b6 + 93201a6 commit 4113a4e

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed

doc/changelog/1.14.2-changelog.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 4 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* Allan Haldane
9+
* Charles Harris
10+
* Eric Wieser
11+
* Pauli Virtanen
12+
13+
Pull requests merged
14+
====================
15+
16+
A total of 5 pull requests were merged for this release.
17+
18+
* `#10674 <https://github.com/numpy/numpy/pull/10674>`__: BUG: Further back-compat fix for subclassed array repr
19+
* `#10725 <https://github.com/numpy/numpy/pull/10725>`__: BUG: dragon4 fractional output mode adds too many trailing zeros
20+
* `#10726 <https://github.com/numpy/numpy/pull/10726>`__: BUG: Fix f2py generated code to work on PyPy
21+
* `#10727 <https://github.com/numpy/numpy/pull/10727>`__: BUG: Fix missing NPY_VISIBILITY_HIDDEN on npy_longdouble_to_PyLong
22+
* `#10729 <https://github.com/numpy/numpy/pull/10729>`__: DOC: Create 1.14.2 notes and changelog.

doc/release/1.14.2-notes.rst

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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.

doc/source/release.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Release Notes
33
*************
44

5+
.. include:: ../release/1.14.2-notes.rst
6+
.. include:: ../release/1.14.1-notes.rst
57
.. include:: ../release/1.14.0-notes.rst
68
.. include:: ../release/1.13.3-notes.rst
79
.. include:: ../release/1.13.2-notes.rst

0 commit comments

Comments
 (0)
0