diff options
author | John Kirkham <kirkhamj@janelia.hhmi.org> | 2016-01-15 16:13:01 -0500 |
---|---|---|
committer | John Kirkham <kirkhamj@janelia.hhmi.org> | 2016-01-15 16:13:01 -0500 |
commit | 4989360f6bb57e45e1a6f624144117bfd3511313 (patch) | |
tree | facf27f4702fa228abd9391abd4ada05c01f3460 /doc | |
parent | 852eabaa98962d4eb203e1eb2e4d6468cb20ecd0 (diff) | |
download | numpy-4989360f6bb57e45e1a6f624144117bfd3511313.tar.gz |
DOC: Explain that `MaskedArray`s will try to consistently return view of their masks when they are also returning views of their data.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.11.0-notes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release/1.11.0-notes.rst b/doc/release/1.11.0-notes.rst index b5d22d770..7f78e387a 100644 --- a/doc/release/1.11.0-notes.rst +++ b/doc/release/1.11.0-notes.rst @@ -20,6 +20,7 @@ Future Changes * Relaxed stride checking will become the default in 1.12.0. * Support for Python 2.6, 3.2, and 3.3 will be dropped in 1.12.0. +* ``MaskedArray``s take views of data **and** masks when slicing in 1.12.0. Compatibility notes |