We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315bbcd commit d4047f8Copy full SHA for d4047f8
doc/release/1.13.0-notes.rst
@@ -137,6 +137,11 @@ invokes``ndarray.__getslice__`` (e.g. through ``super(...).__getslice__``) will
137
now issue a DeprecationWarning - ``.__getitem__(slice(start, end))`` should be
138
used instead.
139
140
+Indexing MaskedArrays/Constants with ``...`` (ellipsis) now returns MaskedArray
141
+-------------------------------------------------------------------------------
142
+This behavior mirrors that of np.ndarray, and accounts for nested arrays in
143
+MaskedArrays of object dtype, and ellipsis combined with other forms of
144
+indexing.
145
146
C API changes
147
=============
0 commit comments