8000 DOC: Explain that `MaskedArray`s will try to consistently return view… · numpy/numpy@4989360 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4989360

Browse files
committed
DOC: Explain that MaskedArrays will try to consistently return view of their masks when they are also returning views of their data.
1 parent 852eaba commit 4989360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/release/1.11.0-notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Future Changes
2020

2121
* Relaxed stride checking will become the default in 1.12.0.
2222
* Support for Python 2.6, 3.2, and 3.3 will be dropped in 1.12.0.
23+
* ``MaskedArray``s take views of data **and** masks when slicing in 1.12.0.
2324
2425
2526
Compatibility notes

0 commit comments

Comments
 (0)
0