summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2016-09-12 07:56:30 +1200
committerGitHub <noreply@github.com>2016-09-12 07:56:30 +1200
commit742f6c21b3a6d61e4d43f798b03573547f763b3e (patch)
treecc0ac8a2c719a66d4329050a4f653de3d49d398e
parent8d3673db95f39d76ed6630ef9ff3603ac649bd26 (diff)
parentf27484e08c5989e6c0219c28c97f758330cceb54 (diff)
downloadnumpy-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.rst1
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.