summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-03-12 09:49:00 -0600
committerGitHub <noreply@github.com>2018-03-12 09:49:00 -0600
commit4113a4ed8a8551ef3fd2c32b2a86880d3ab5eaea (patch)
treec3fb67f92e554466c9f117d8d755fb4de0af4c37
parentd1311b666196bf06e7e771e7f1141a1e026b4612 (diff)
parent93201a6327ce684695ac8c07b10c6f14c9128afc (diff)
downloadnumpy-4113a4ed8a8551ef3fd2c32b2a86880d3ab5eaea.tar.gz
Merge pull request #10729 from charris/prepare-1.14.2
DOC: Create 1.14.2 notes and changelog.
-rw-r--r--doc/changelog/1.14.2-changelog.rst22
-rw-r--r--doc/release/1.14.2-notes.rst40
-rw-r--r--doc/source/release.rst2
3 files changed, 64 insertions, 0 deletions
diff --git a/doc/changelog/1.14.2-changelog.rst b/doc/changelog/1.14.2-changelog.rst
new file mode 100644
index 000000000..fae815c8e
--- /dev/null
+++ b/doc/changelog/1.14.2-changelog.rst
@@ -0,0 +1,22 @@
+
+Contributors
+============
+
+A total of 4 people contributed to this release. People with a "+" by their
+names 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 <https://github.com/numpy/numpy/pull/10674>`__: BUG: Further back-compat fix for subclassed array repr
+* `#10725 <https://github.com/numpy/numpy/pull/10725>`__: BUG: dragon4 fractional output mode adds too many trailing zeros
+* `#10726 <https://github.com/numpy/numpy/pull/10726>`__: BUG: Fix f2py generated code to work on PyPy
+* `#10727 <https://github.com/numpy/numpy/pull/10727>`__: BUG: Fix missing NPY_VISIBILITY_HIDDEN on npy_longdouble_to_PyLong
+* `#10729 <https://github.com/numpy/numpy/pull/10729>`__: DOC: Create 1.14.2 notes and changelog.
diff --git a/doc/release/1.14.2-notes.rst b/doc/release/1.14.2-notes.rst
new file mode 100644
index 000000000..3f47cb5f5
--- /dev/null
+++ b/doc/release/1.14.2-notes.rst
@@ -0,0 +1,40 @@
+==========================
+NumPy 1.14.2 Release Notes
+==========================
+
+This is a bugfix release for some bugs reported following the 1.14.1 release. The major
+problems 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 Python
+3.6 wheels available from PIP are built with Python 3.6.2 and should be
+compatible with all previous versions of Python 3.6. The source releases were
+cythonized with Cython 0.26.1, which is known to **not** support the upcoming
+Python 3.7 release. People who wish to run Python 3.7 should check out the
+NumPy repo and try building with the, as yet, unreleased master branch of
+Cython.
+
+Contributors
+============
+
+A total of 4 people contributed to this release. People with a "+" by their
+names 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 <https://github.com/numpy/numpy/pull/10674>`__: BUG: Further back-compat fix for subclassed array repr
+* `#10725 <https://github.com/numpy/numpy/pull/10725>`__: BUG: dragon4 fractional output mode adds too many trailing zeros
+* `#10726 <https://github.com/numpy/numpy/pull/10726>`__: BUG: Fix f2py generated code to work on PyPy
+* `#10727 <https://github.com/numpy/numpy/pull/10727>`__: BUG: Fix missing NPY_VISIBILITY_HIDDEN on npy_longdouble_to_PyLong
+* `#10729 <https://github.com/numpy/numpy/pull/10729>`__: DOC: Create 1.14.2 notes and changelog.
diff --git a/doc/source/release.rst b/doc/source/release.rst
index 953c2e533..507a1668b 100644
--- a/doc/source/release.rst
+++ b/doc/source/release.rst
@@ -2,6 +2,8 @@
Release Notes
*************
+.. include:: ../release/1.14.2-notes.rst
+.. include:: ../release/1.14.1-notes.rst
.. include:: ../release/1.14.0-notes.rst
.. include:: ../release/1.13.3-notes.rst
.. include:: ../release/1.13.2-notes.rst