summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2017-12-18 21:20:52 -0800
committerGitHub <noreply@github.com>2017-12-18 21:20:52 -0800
commit0f13a2e7fa626dbde62bdda7a92fc0a6361981ba (patch)
tree80ee22f648e32636451d704ca37f52144919af32 /doc/release
parentc4df171480cbaf8f04705107c2a2776e0d4d7804 (diff)
parent669b1cc1456b23294550177a850b799f071958bb (diff)
downloadpython-numpy-0f13a2e7fa626dbde62bdda7a92fc0a6361981ba.tar.gz
python-numpy-0f13a2e7fa626dbde62bdda7a92fc0a6361981ba.tar.bz2
python-numpy-0f13a2e7fa626dbde62bdda7a92fc0a6361981ba.zip
Merge pull request #10211 from mhvk/ma-astype-alternative
MAINT,ENH: remove MaskedArray.astype, as the base type does everything.
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.15.0-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/1.15.0-notes.rst b/doc/release/1.15.0-notes.rst
index b1d4a2c8c..8f2de1fda 100644
--- a/doc/release/1.15.0-notes.rst
+++ b/doc/release/1.15.0-notes.rst
@@ -55,6 +55,11 @@ builtin arbitrary-precision `Decimal` and `long` types.
Improvements
============
+``MaskedArray.astype`` now is identical to ``ndarray.astype``
+-------------------------------------------------------------
+This means it takes all the same arguments, making more code written for
+ndarray work for masked array too.
+
Changes
=======