diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2016-09-12 07:56:30 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-12 07:56:30 +1200 |
commit | 742f6c21b3a6d61e4d43f798b03573547f763b3e (patch) | |
tree | cc0ac8a2c719a66d4329050a4f653de3d49d398e | |
parent | 8d3673db95f39d76ed6630ef9ff3603ac649bd26 (diff) | |
parent | f27484e08c5989e6c0219c28c97f758330cceb54 (diff) | |
download | numpy-742f6c21b3a6d61e4d43f798b03573547f763b3e.tar.gz |
Merge pull request #8045 from charris/update-1.11.2-notes
DOC: Update 1.11.2 release notes.
-rw-r--r-- | doc/release/1.11.2-notes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release/1.11.2-notes.rst b/doc/release/1.11.2-notes.rst index 9ce99ea2b..f57afb778 100644 --- a/doc/release/1.11.2-notes.rst +++ b/doc/release/1.11.2-notes.rst @@ -36,3 +36,4 @@ Fixes overridden by later merges and release notes updates are omitted. - #8020 BUG: Fix return of np.ma.count if keepdims is True and axis is None. - #8024 BUG: Fix numpy.ma.median. - #8031 BUG: Fix np.ma.median with only one non-masked value. +- #8044 BUG: Fix bug in NpyIter buffering with discontinuous arrays. |