summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-11-11 16:26:43 -0700
committerCharles Harris <charlesr.harris@gmail.com>2015-11-11 16:50:11 -0700
commit628d55c08f753ea8714d29a453587f901e5bcb80 (patch)
treef3e2ba3fa620dd79e86d7d5122468c425a3cec6a /doc
parent59fbef0510c9a24d6f07ce80bb92fc57718ae95f (diff)
downloadnumpy-628d55c08f753ea8714d29a453587f901e5bcb80.tar.gz
DOC: Update 1.10.2-notes.
Document fix to ma.make_mask.
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.10.2-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.10.2-notes.rst b/doc/release/1.10.2-notes.rst
index e38f523b7..70c9398ba 100644
--- a/doc/release/1.10.2-notes.rst
+++ b/doc/release/1.10.2-notes.rst
@@ -38,6 +38,7 @@ Issues Fixed
* gh-6618 NPY_FORTRANORDER in make_fortran() in numpy.i
* gh-6636 Memory leak in nested dtypes in numpy.recarray
* gh-6641 Subsetting recarray by fields yields a structured array.
+* gh-6667 ma.make_mask handles ma.nomask input incorrectly.
Merged PRs
==========
@@ -78,6 +79,7 @@ The following PRs in master have been backported to 1.10.2
* gh-6642 BUG: Fix memleak in _convert_from_dict.
* gh-6643 ENH: make recarray.getitem return a recarray.
* gh-6653 BUG: Fix ma dot to always return masked array.
+* gh-6668 BUG: ma.make_mask should always return nomask for nomask argument.
Initial support for mingwpy was reverted as it was causing problems for
non-windows builds.