forked from numpy/numpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request numpy#15213 from charris/prepare-1.17.5-release
REL: Prepare for the NumPy 1.17.5 release.
- Loading branch information
Showing
7 changed files
with
302 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
Contributors | ||
============ | ||
|
||
A total of 10 people contributed to this release. | ||
|
||
* CakeWithSteak | ||
* Charles Harris | ||
* Chris Burr | ||
* Eric Wieser | ||
* Fernando Saravia | ||
* Lars Grueter | ||
* Matti Picus | ||
* Maxwell Aladago | ||
* Qiming Sun | ||
* Warren Weckesser | ||
|
||
Pull requests merged | ||
==================== | ||
|
||
A total of 14 pull requests were merged for this release. | ||
|
||
* `#14211 <https://github.com/numpy/numpy/pull/14211>`__: BUG: Fix uint-overflow if padding with linear_ramp and negative... | ||
* `#14275 <https://github.com/numpy/numpy/pull/14275>`__: BUG: fixing to allow unpickling of PY3 pickles from PY2 | ||
* `#14340 <https://github.com/numpy/numpy/pull/14340>`__: BUG: Fix misuse of .names and .fields in various places (backport... | ||
* `#14423 <https://github.com/numpy/numpy/pull/14423>`__: BUG: test, fix regression in converting to ctypes. | ||
* `#14434 <https://github.com/numpy/numpy/pull/14434>`__: BUG: Fixed maximum relative error reporting in assert_allclose | ||
* `#14509 <https://github.com/numpy/numpy/pull/14509>`__: BUG: Fix regression in boolean matmul. | ||
* `#14686 <https://github.com/numpy/numpy/pull/14686>`__: BUG: properly define PyArray_DescrCheck | ||
* `#14853 <https://github.com/numpy/numpy/pull/14853>`__: BLD: add 'apt update' to shippable | ||
* `#14854 <https://github.com/numpy/numpy/pull/14854>`__: BUG: Fix _ctypes class circular reference. (#13808) | ||
* `#14856 <https://github.com/numpy/numpy/pull/14856>`__: BUG: Fix `np.einsum` errors on Power9 Linux and z/Linux | ||
* `#14863 <https://github.com/numpy/numpy/pull/14863>`__: BLD: Prevent -flto from optimising long double representation... | ||
* `#14864 <https://github.com/numpy/numpy/pull/14864>`__: BUG: lib: Fix histogram problem with signed integer arrays. | ||
* `#15172 <https://github.com/numpy/numpy/pull/15172>`__: ENH: Backport improvements to testing functions. | ||
* `#15191 <https://github.com/numpy/numpy/pull/15191>`__: REL: Prepare for 1.16.6 release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
Contributors | ||
============ | ||
|
||
A total of 6 people contributed to this release. People with a "+" by their | ||
names contributed a patch for the first time. | ||
|
||
* Charles Harris | ||
* Eric Wieser | ||
* Ilhan Polat | ||
* Matti Picus | ||
* Michael Hudson-Doyle | ||
* Ralf Gommers | ||
|
||
Pull requests merged | ||
==================== | ||
|
||
A total of 7 pull requests were merged for this release. | ||
|
||
* `#14593 <https://github.com/numpy/numpy/pull/14593>`__: MAINT: backport Cython API cleanup to 1.17.x, remove docs | ||
* `#14937 <https://github.com/numpy/numpy/pull/14937>`__: BUG: fix integer size confusion in handling array's ndmin argument | ||
* `#14939 <https://github.com/numpy/numpy/pull/14939>`__: BUILD: remove SSE2 flag from numpy.random builds | ||
* `#14993 <https://github.com/numpy/numpy/pull/14993>`__: MAINT: Added Python3.8 branch to dll lib discovery | ||
* `#15038 <https://github.com/numpy/numpy/pull/15038>`__: BUG: Fix refcounting in ufunc object loops | ||
* `#15067 <https://github.com/numpy/numpy/pull/15067>`__: BUG: Exceptions tracebacks are dropped | ||
* `#15175 <https://github.com/numpy/numpy/pull/15175>`__: ENH: Backport improvements to testing functions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
.. currentmodule:: numpy | ||
|
||
========================== | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
.. currentmodule:: numpy | ||
|
||
========================== | ||
NumPy 1.16.6 Release Notes | ||
========================== | ||
|
||
The NumPy 1.16.6 release fixes bugs reported against the 1.16.5 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, 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. | ||
|
||
Highlights | ||
========== | ||
|
||
- The ``np.testing.utils`` functions have been updated from 1.19.0-dev0. | ||
This improves the function documentation and error messages as well | ||
extending the ``assert_array_compare`` function to additional types. | ||
|
||
|
||
New functions | ||
============= | ||
|
||
Allow matmul (`@` operator) to work with object arrays. | ||
------------------------------------------------------- | ||
This is an enhancement that was added in NumPy 1.17 and seems reasonable to | ||
include in the LTS 1.16 release series. | ||
|
||
|
||
Compatibility notes | ||
=================== | ||
|
||
Fix regression in matmul (`@` operator) for boolean types | ||
--------------------------------------------------------- | ||
Booleans were being treated as integers rather than booleans, | ||
which was a regression from previous behavior. | ||
|
||
|
||
Improvements | ||
============ | ||
|
||
Array comparison assertions include maximum differences | ||
------------------------------------------------------- | ||
Error messages from array comparison tests such as ``testing.assert_allclose`` | ||
now include "max absolute difference" and "max relative difference," in | ||
addition to the previous "mismatch" percentage. This information makes it | ||
easier to update absolute and relative error tolerances. | ||
|
||
Contributors | ||
============ | ||
|
||
A total of 10 people contributed to this release. | ||
|
||
* CakeWithSteak | ||
* Charles Harris | ||
* Chris Burr | ||
* Eric Wieser | ||
* Fernando Saravia | ||
* Lars Grueter | ||
* Matti Picus | ||
* Maxwell Aladago | ||
* Qiming Sun | ||
* Warren Weckesser | ||
|
||
Pull requests merged | ||
==================== | ||
|
||
A total of 14 pull requests were merged for this release. | ||
|
||
* `#14211 <https://github.com/numpy/numpy/pull/14211>`__: BUG: Fix uint-overflow if padding with linear_ramp and negative... | ||
* `#14275 <https://github.com/numpy/numpy/pull/14275>`__: BUG: fixing to allow unpickling of PY3 pickles from PY2 | ||
* `#14340 <https://github.com/numpy/numpy/pull/14340>`__: BUG: Fix misuse of .names and .fields in various places (backport... | ||
* `#14423 <https://github.com/numpy/numpy/pull/14423>`__: BUG: test, fix regression in converting to ctypes. | ||
* `#14434 <https://github.com/numpy/numpy/pull/14434>`__: BUG: Fixed maximum relative error reporting in assert_allclose | ||
* `#14509 <https://github.com/numpy/numpy/pull/14509>`__: BUG: Fix regression in boolean matmul. | ||
* `#14686 <https://github.com/numpy/numpy/pull/14686>`__: BUG: properly define PyArray_DescrCheck | ||
* `#14853 <https://github.com/numpy/numpy/pull/14853>`__: BLD: add 'apt update' to shippable | ||
* `#14854 <https://github.com/numpy/numpy/pull/14854>`__: BUG: Fix _ctypes class circular reference. (#13808) | ||
* `#14856 <https://github.com/numpy/numpy/pull/14856>`__: BUG: Fix `np.einsum` errors on Power9 Linux and z/Linux | ||
* `#14863 <https://github.com/numpy/numpy/pull/14863>`__: BLD: Prevent -flto from optimising long double representation... | ||
* `#14864 <https://github.com/numpy/numpy/pull/14864>`__: BUG: lib: Fix histogram problem with signed integer arrays. | ||
* `#15172 <https://github.com/numpy/numpy/pull/15172>`__: ENH: Backport improvements to testing functions. | ||
* `#15191 <https://github.com/numpy/numpy/pull/15191>`__: REL: Prepare for 1.16.6 release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters