Skip to content

Commit d4047f8

Browse files
committed
DOC: update 1.13 release note for MaskedArray, masked constants ellipisis indexing
Fixes numpy#9121 [ci skip]
1 parent 315bbcd commit d4047f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/release/1.13.0-notes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ invokes``ndarray.__getslice__`` (e.g. through ``super(...).__getslice__``) will
137137
now issue a DeprecationWarning - ``.__getitem__(slice(start, end))`` should be
138138
used instead.
139139

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.
140145

141146
C API changes
142147
=============

0 commit comments

Comments
 (0)