summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-01-15 18:01:49 -0700
committerCharles Harris <charlesr.harris@gmail.com>2016-01-15 18:01:49 -0700
commit880e323c94cdeab665c70b1ae3fbd4c9cd9f9c09 (patch)
tree39f219fa2c7c846fd45f2fb69461e4e7536842e9 /doc
parentc45f3e7d56686590af9b27829a505de709702563 (diff)
parent4989360f6bb57e45e1a6f624144117bfd3511313 (diff)
downloadnumpy-880e323c94cdeab665c70b1ae3fbd4c9cd9f9c09.tar.gz
Merge pull request #7020 from jakirkham/deprecated_masked_array_mask_copy
DEP: Warn MaskedArray will return views of mask when sliced
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.11.0-notes.rst1
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 f849ef453..16af02440 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