diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2018-06-13 13:02:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-13 13:02:49 -0700 |
commit | 249edd2e83d20f469b329ff7b31c2f107e34ba36 (patch) | |
tree | b6f57450c628b29ef89fa95d27f26c894bfb2423 | |
parent | 8e3764dfa7ffca19720cb62db7039b405803c2ba (diff) | |
parent | f1bc29bd7c5724885e51f832bf4b378cc81261c9 (diff) | |
download | numpy-249edd2e83d20f469b329ff7b31c2f107e34ba36.tar.gz |
Merge pull request #11326 from mattip/post-1.14.5-release
DOC: Update master after NumPy 1.14.5 release.
-rw-r--r-- | doc/changelog/1.14.5-changelog.rst | 16 | ||||
-rw-r--r-- | doc/release/1.14.5-notes.rst | 30 | ||||
-rw-r--r-- | doc/source/release.rst | 1 |
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 a4624ced2..e7166a454 100644 --- a/doc/source/release.rst +++ b/doc/source/release.rst @@ -4,6 +4,7 @@ Release Notes .. include:: ../release/1.16.0-notes.rst .. include:: ../release/1.15.0-notes.rst +.. 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 |