summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Haldane <allan.haldane@gmail.com>2017-05-15 17:55:38 -0400
committerAllan Haldane <allan.haldane@gmail.com>2017-05-16 12:19:07 -0400
commitf19f01fc1a96dfe3c607c5bf83aca0f1ead8459b (patch)
treec68c85c912b163e799323a8c5f1f2aa33ffc71c5
parentbfac9bbc4db02c7f82b23eedbf35c58fcd969dac (diff)
downloadnumpy-f19f01fc1a96dfe3c607c5bf83aca0f1ead8459b.tar.gz
DOC: update 1.13 release note for MaskedArray, masked constants ellipisis indexing
Fixes #9121 [ci skip]
-rw-r--r--doc/release/1.13.0-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/1.13.0-notes.rst b/doc/release/1.13.0-notes.rst
index a712c6949..42d7c33e0 100644
--- a/doc/release/1.13.0-notes.rst
+++ b/doc/release/1.13.0-notes.rst
@@ -137,6 +137,11 @@ invokes``ndarray.__getslice__`` (e.g. through ``super(...).__getslice__``) will
now issue a DeprecationWarning - ``.__getitem__(slice(start, end))`` should be
used instead.
+Indexing MaskedArrays/Constants with ``...`` (ellipsis) now returns MaskedArray
+-------------------------------------------------------------------------------
+This behavior mirrors that of np.ndarray, and accounts for nested arrays in
+MaskedArrays of object dtype, and ellipsis combined with other forms of
+indexing.
C API changes
=============