summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarten van Kerkwijk <mhvk@astro.utoronto.ca>2014-04-04 11:47:40 -0400
committerMarten van Kerkwijk <mhvk@astro.utoronto.ca>2015-04-22 19:06:52 -0400
commit7a84c5660539bb210746ba6b9b8e38d82d9fd330 (patch)
treea7d02e08b4a9ae144addeb051845782ff60e6fa8 /doc
parent02b858326dac217607a83ed0bf4d7d51d5bfbfbe (diff)
downloadnumpy-7a84c5660539bb210746ba6b9b8e38d82d9fd330.tar.gz
ENH: Let MaskedArray getter, setter respect baseclass overrides
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.10.0-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst
index a7c0e2852..85bfd11dc 100644
--- a/doc/release/1.10.0-notes.rst
+++ b/doc/release/1.10.0-notes.rst
@@ -207,6 +207,12 @@ arguments for controlling backward compatibility of pickled Python
objects. This enables Numpy on Python 3 to load npy files containing
object arrays that were generated on Python 2.
+MaskedArray support for more complicated base classes
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Built-in assumptions that the baseclass behaved like a plain array are being
+removed. In particalur, setting and getting elements and ranges will respect
+baseclass overrides of ``__setitem__`` and ``__getitem__``.
+
Changes
=======