diff options
-rw-r--r-- | doc/changelog/1.16.5-changelog.rst | 54 | ||||
-rw-r--r-- | doc/source/release.rst | 105 | ||||
-rw-r--r-- | doc/source/release/1.16.5-notes.rst | 68 |
3 files changed, 226 insertions, 1 deletions
diff --git a/doc/changelog/1.16.5-changelog.rst b/doc/changelog/1.16.5-changelog.rst new file mode 100644 index 000000000..19374058d --- /dev/null +++ b/doc/changelog/1.16.5-changelog.rst @@ -0,0 +1,54 @@ + +Contributors +============ + +A total of 18 people contributed to this release. People with a "+" by their +names contributed a patch for the first time. + +* Alexander Shadchin +* Allan Haldane +* Bruce Merry + +* Charles Harris +* Colin Snyder + +* Dan Allan + +* Emile + +* Eric Wieser +* Grey Baker + +* Maksim Shabunin + +* Marten van Kerkwijk +* Matti Picus +* Peter Andreas Entschev + +* Ralf Gommers +* Richard Harris + +* Sebastian Berg +* Sergei Lebedev + +* Stephan Hoyer + +Pull requests merged +==================== + +A total of 23 pull requests were merged for this release. + +* `#13742 <https://github.com/numpy/numpy/pull/13742>`__: ENH: Add project URLs to setup.py +* `#13823 <https://github.com/numpy/numpy/pull/13823>`__: TEST, ENH: fix tests and ctypes code for PyPy +* `#13845 <https://github.com/numpy/numpy/pull/13845>`__: BUG: use npy_intp instead of int for indexing array +* `#13867 <https://github.com/numpy/numpy/pull/13867>`__: TST: Ignore DeprecationWarning during nose imports +* `#13905 <https://github.com/numpy/numpy/pull/13905>`__: BUG: Fix use-after-free in boolean indexing +* `#13933 <https://github.com/numpy/numpy/pull/13933>`__: MAINT/BUG/DOC: Fix errors in _add_newdocs +* `#13984 <https://github.com/numpy/numpy/pull/13984>`__: BUG: fix byte order reversal for datetime64[ns] +* `#13994 <https://github.com/numpy/numpy/pull/13994>`__: MAINT,BUG: Use nbytes to also catch empty descr during allocation +* `#14042 <https://github.com/numpy/numpy/pull/14042>`__: BUG: np.array cleared errors occured in PyMemoryView_FromObject +* `#14043 <https://github.com/numpy/numpy/pull/14043>`__: BUG: Fixes for Undefined Behavior Sanitizer (UBSan) errors. +* `#14044 <https://github.com/numpy/numpy/pull/14044>`__: BUG: ensure that casting to/from structured is properly checked. +* `#14045 <https://github.com/numpy/numpy/pull/14045>`__: MAINT: fix histogram*d dispatchers +* `#14046 <https://github.com/numpy/numpy/pull/14046>`__: BUG: further fixup to histogram2d dispatcher. +* `#14052 <https://github.com/numpy/numpy/pull/14052>`__: BUG: Replace contextlib.suppress for Python 2.7 +* `#14056 <https://github.com/numpy/numpy/pull/14056>`__: BUG: fix compilation of 3rd party modules with Py_LIMITED_API... +* `#14057 <https://github.com/numpy/numpy/pull/14057>`__: BUG: Fix memory leak in dtype from dict contructor +* `#14058 <https://github.com/numpy/numpy/pull/14058>`__: DOC: Document array_function at a higher level. +* `#14084 <https://github.com/numpy/numpy/pull/14084>`__: BUG, DOC: add new recfunctions to `__all__` +* `#14162 <https://github.com/numpy/numpy/pull/14162>`__: BUG: Remove stray print that causes a SystemError on python 3.7 +* `#14297 <https://github.com/numpy/numpy/pull/14297>`__: TST: Pin pytest version to 5.0.1. +* `#14322 <https://github.com/numpy/numpy/pull/14322>`__: ENH: Enable huge pages in all Linux builds +* `#14346 <https://github.com/numpy/numpy/pull/14346>`__: BUG: fix behavior of structured_to_unstructured on non-trivial... +* `#14382 <https://github.com/numpy/numpy/pull/14382>`__: REL: Prepare for the NumPy 1.16.5 release. diff --git a/doc/source/release.rst b/doc/source/release.rst index 62c9c13df..04787f9ca 100644 --- a/doc/source/release.rst +++ b/doc/source/release.rst @@ -2,14 +2,15 @@ Release Notes ************* +<<<<<<< Updated upstream .. toctree:: :maxdepth: 3 1.17.1 <release/1.17.1-notes> 1.17.0 <release/1.17.0-notes> + 1.16.5 <release/1.16.5-notes> 1.16.4 <release/1.16.4-notes> 1.16.3 <release/1.16.3-notes> - 1.16.3 <release/1.16.3-notes> 1.16.2 <release/1.16.2-notes> 1.16.1 <release/1.16.1-notes> 1.16.0 <release/1.16.0-notes> @@ -55,3 +56,105 @@ Release Notes 1.5.0 <release/1.5.0-notes> 1.4.0 <release/1.4.0-notes> 1.3.0 <release/1.3.0-notes> +||||||| merged common ancestors +.. include:: ../release/1.17.1-notes.rst +.. include:: ../release/1.17.0-notes.rst +.. include:: ../release/1.16.4-notes.rst +.. include:: ../release/1.16.3-notes.rst +.. include:: ../release/1.16.2-notes.rst +.. include:: ../release/1.16.1-notes.rst +.. include:: ../release/1.16.0-notes.rst +.. include:: ../release/1.15.4-notes.rst +.. include:: ../release/1.15.3-notes.rst +.. include:: ../release/1.15.2-notes.rst +.. include:: ../release/1.15.1-notes.rst +.. include:: ../release/1.15.0-notes.rst +.. include:: ../release/1.14.6-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 +.. 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 +.. include:: ../release/1.13.1-notes.rst +.. include:: ../release/1.13.0-notes.rst +.. include:: ../release/1.12.1-notes.rst +.. include:: ../release/1.12.0-notes.rst +.. include:: ../release/1.11.3-notes.rst +.. include:: ../release/1.11.2-notes.rst +.. include:: ../release/1.11.1-notes.rst +.. include:: ../release/1.11.0-notes.rst +.. include:: ../release/1.10.4-notes.rst +.. include:: ../release/1.10.3-notes.rst +.. include:: ../release/1.10.2-notes.rst +.. include:: ../release/1.10.1-notes.rst +.. include:: ../release/1.10.0-notes.rst +.. include:: ../release/1.9.2-notes.rst +.. include:: ../release/1.9.1-notes.rst +.. include:: ../release/1.9.0-notes.rst +.. include:: ../release/1.8.2-notes.rst +.. include:: ../release/1.8.1-notes.rst +.. include:: ../release/1.8.0-notes.rst +.. include:: ../release/1.7.2-notes.rst +.. include:: ../release/1.7.1-notes.rst +.. include:: ../release/1.7.0-notes.rst +.. include:: ../release/1.6.2-notes.rst +.. include:: ../release/1.6.1-notes.rst +.. include:: ../release/1.6.0-notes.rst +.. include:: ../release/1.5.0-notes.rst +.. include:: ../release/1.4.0-notes.rst +.. include:: ../release/1.3.0-notes.rst +======= +.. include:: ../release/1.17.1-notes.rst +.. include:: ../release/1.17.0-notes.rst +.. include:: ../release/1.16.5-notes.rst +.. include:: ../release/1.16.4-notes.rst +.. include:: ../release/1.16.3-notes.rst +.. include:: ../release/1.16.2-notes.rst +.. include:: ../release/1.16.1-notes.rst +.. include:: ../release/1.16.0-notes.rst +.. include:: ../release/1.15.4-notes.rst +.. include:: ../release/1.15.3-notes.rst +.. include:: ../release/1.15.2-notes.rst +.. include:: ../release/1.15.1-notes.rst +.. include:: ../release/1.15.0-notes.rst +.. include:: ../release/1.14.6-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 +.. 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 +.. include:: ../release/1.13.1-notes.rst +.. include:: ../release/1.13.0-notes.rst +.. include:: ../release/1.12.1-notes.rst +.. include:: ../release/1.12.0-notes.rst +.. include:: ../release/1.11.3-notes.rst +.. include:: ../release/1.11.2-notes.rst +.. include:: ../release/1.11.1-notes.rst +.. include:: ../release/1.11.0-notes.rst +.. include:: ../release/1.10.4-notes.rst +.. include:: ../release/1.10.3-notes.rst +.. include:: ../release/1.10.2-notes.rst +.. include:: ../release/1.10.1-notes.rst +.. include:: ../release/1.10.0-notes.rst +.. include:: ../release/1.9.2-notes.rst +.. include:: ../release/1.9.1-notes.rst +.. include:: ../release/1.9.0-notes.rst +.. include:: ../release/1.8.2-notes.rst +.. include:: ../release/1.8.1-notes.rst +.. include:: ../release/1.8.0-notes.rst +.. include:: ../release/1.7.2-notes.rst +.. include:: ../release/1.7.1-notes.rst +.. include:: ../release/1.7.0-notes.rst +.. include:: ../release/1.6.2-notes.rst +.. include:: ../release/1.6.1-notes.rst +.. include:: ../release/1.6.0-notes.rst +.. include:: ../release/1.5.0-notes.rst +.. include:: ../release/1.4.0-notes.rst +.. include:: ../release/1.3.0-notes.rst +>>>>>>> Stashed changes diff --git a/doc/source/release/1.16.5-notes.rst b/doc/source/release/1.16.5-notes.rst new file mode 100644 index 000000000..5b6eb585b --- /dev/null +++ b/doc/source/release/1.16.5-notes.rst @@ -0,0 +1,68 @@ +========================== +NumPy 1.16.5 Release Notes +========================== + +The NumPy 1.16.5 release fixes bugs reported against the 1.16.4 release, and +also backports several enhancements from master that seem appropriate for a +release series that is the last to support Python 2.7. The wheels on PyPI are +linked with OpenBLAS v0.3.7-dev, which should fix errors on Skylake series +cpus. + +Downstream developers building this release should use Cython >= 0.29.2 and, if +using OpenBLAS, OpenBLAS >= v0.3.7. The supported Python versions are 2.7 and +3.5-3.7. + + +Contributors +============ + +A total of 18 people contributed to this release. People with a "+" by their +names contributed a patch for the first time. + +* Alexander Shadchin +* Allan Haldane +* Bruce Merry + +* Charles Harris +* Colin Snyder + +* Dan Allan + +* Emile + +* Eric Wieser +* Grey Baker + +* Maksim Shabunin + +* Marten van Kerkwijk +* Matti Picus +* Peter Andreas Entschev + +* Ralf Gommers +* Richard Harris + +* Sebastian Berg +* Sergei Lebedev + +* Stephan Hoyer + +Pull requests merged +==================== + +A total of 23 pull requests were merged for this release. + +* `#13742 <https://github.com/numpy/numpy/pull/13742>`__: ENH: Add project URLs to setup.py +* `#13823 <https://github.com/numpy/numpy/pull/13823>`__: TEST, ENH: fix tests and ctypes code for PyPy +* `#13845 <https://github.com/numpy/numpy/pull/13845>`__: BUG: use npy_intp instead of int for indexing array +* `#13867 <https://github.com/numpy/numpy/pull/13867>`__: TST: Ignore DeprecationWarning during nose imports +* `#13905 <https://github.com/numpy/numpy/pull/13905>`__: BUG: Fix use-after-free in boolean indexing +* `#13933 <https://github.com/numpy/numpy/pull/13933>`__: MAINT/BUG/DOC: Fix errors in _add_newdocs +* `#13984 <https://github.com/numpy/numpy/pull/13984>`__: BUG: fix byte order reversal for datetime64[ns] +* `#13994 <https://github.com/numpy/numpy/pull/13994>`__: MAINT,BUG: Use nbytes to also catch empty descr during allocation +* `#14042 <https://github.com/numpy/numpy/pull/14042>`__: BUG: np.array cleared errors occured in PyMemoryView_FromObject +* `#14043 <https://github.com/numpy/numpy/pull/14043>`__: BUG: Fixes for Undefined Behavior Sanitizer (UBSan) errors. +* `#14044 <https://github.com/numpy/numpy/pull/14044>`__: BUG: ensure that casting to/from structured is properly checked. +* `#14045 <https://github.com/numpy/numpy/pull/14045>`__: MAINT: fix histogram*d dispatchers +* `#14046 <https://github.com/numpy/numpy/pull/14046>`__: BUG: further fixup to histogram2d dispatcher. +* `#14052 <https://github.com/numpy/numpy/pull/14052>`__: BUG: Replace contextlib.suppress for Python 2.7 +* `#14056 <https://github.com/numpy/numpy/pull/14056>`__: BUG: fix compilation of 3rd party modules with Py_LIMITED_API... +* `#14057 <https://github.com/numpy/numpy/pull/14057>`__: BUG: Fix memory leak in dtype from dict contructor +* `#14058 <https://github.com/numpy/numpy/pull/14058>`__: DOC: Document array_function at a higher level. +* `#14084 <https://github.com/numpy/numpy/pull/14084>`__: BUG, DOC: add new recfunctions to `__all__` +* `#14162 <https://github.com/numpy/numpy/pull/14162>`__: BUG: Remove stray print that causes a SystemError on python 3.7 +* `#14297 <https://github.com/numpy/numpy/pull/14297>`__: TST: Pin pytest version to 5.0.1. +* `#14322 <https://github.com/numpy/numpy/pull/14322>`__: ENH: Enable huge pages in all Linux builds +* `#14346 <https://github.com/numpy/numpy/pull/14346>`__: BUG: fix behavior of structured_to_unstructured on non-trivial... +* `#14382 <https://github.com/numpy/numpy/pull/14382>`__: REL: Prepare for the NumPy 1.16.5 release. |