summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2018-06-12 10:34:09 -0700
committerGitHub <noreply@github.com>2018-06-12 10:34:09 -0700
commit826e101e21fc8163bf820d1ee9a607df34b1b80a (patch)
tree39bab3326a489afc618f9c26b134a3ab8c7f356b
parentb8aa34cf9fc044da4d6d72fa06d4c8075488e366 (diff)
parent83cb1777ca2402cfa4b75ca08713ae1f50fff1e3 (diff)
downloadnumpy-826e101e21fc8163bf820d1ee9a607df34b1b80a.tar.gz
Merge pull request #11311 from mattip/prepare-1.14.5-release
DOC: document release 1.14.5
-rw-r--r--doc/changelog/1.14.5-changelog.rst16
-rw-r--r--doc/release/1.14.5-notes.rst30
-rw-r--r--doc/source/release.rst1
3 files changed, 47 insertions, 0 deletions
diff --git a/doc/changelog/1.14.5-changelog.rst b/doc/changelog/1.14.5-changelog.rst
new file mode 100644
index 000000000..1769a8fc3
--- /dev/null
+++ b/doc/changelog/1.14.5-changelog.rst
@@ -0,0 +1,16 @@
+
+Contributors
+============
+
+A total of 1 person contributed to this release. People with a "+" by their
+names contributed a patch for the first time.
+
+* Charles Harris
+
+Pull requests merged
+====================
+
+A total of 2 pull requests were merged for this release.
+
+* `#11274 <https://github.com/numpy/numpy/pull/11274>`__: BUG: Correct use of NPY_UNUSED.
+* `#11294 <https://github.com/numpy/numpy/pull/11294>`__: BUG: Remove extra trailing parentheses.
diff --git a/doc/release/1.14.5-notes.rst b/doc/release/1.14.5-notes.rst
new file mode 100644
index 000000000..9a97cc033
--- /dev/null
+++ b/doc/release/1.14.5-notes.rst
@@ -0,0 +1,30 @@
+==========================
+NumPy 1.14.5 Release Notes
+==========================
+
+This is a bugfix release for bugs reported following the 1.14.4 release. The
+most significant fixes are:
+
+* fixes for compilation errors on alpine and NetBSD
+
+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.28.2 and should work for the upcoming Python 3.7.
+
+Contributors
+============
+
+A total of 1 person contributed to this release. People with a "+" by their
+names contributed a patch for the first time.
+
+* Charles Harris
+
+Pull requests merged
+====================
+
+A total of 2 pull requests were merged for this release.
+
+* `#11274 <https://github.com/numpy/numpy/pull/11274>`__: BUG: Correct use of NPY_UNUSED.
+* `#11294 <https://github.com/numpy/numpy/pull/11294>`__: BUG: Remove extra trailing parentheses.
+
diff --git a/doc/source/release.rst b/doc/source/release.rst
index a99eeabea..da12a6b2e 100644
--- a/doc/source/release.rst
+++ b/doc/source/release.rst
@@ -2,6 +2,7 @@
Release Notes
*************
+.. include:: ../release/1.14.5-notes.rst
.. include:: ../release/1.14.4-notes.rst
.. include:: ../release/1.14.3-notes.rst
.. include:: ../release/1.14.2-notes.rst