summaryrefslogtreecommitdiff
path: root/doc/release/1.10.0-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/1.10.0-notes.rst')
-rw-r--r--doc/release/1.10.0-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst
index 3cf55f881..2318e522e 100644
--- a/doc/release/1.10.0-notes.rst
+++ b/doc/release/1.10.0-notes.rst
@@ -99,6 +99,11 @@ byte-array indices now raises an IndexError
Indexing an ndarray using a byte-string in Python 3 now raises an IndexError
instead of a ValueError.
+Masked arrays containing objects with arrays
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+For such (rare) masked arrays, getting a single masked item no longer returns a
+corrupted masked array, but a fully masked version of the item.
+
New Features
============