Skip to content

Commit

Permalink
DOC: Add changelog for masked_invalid change. (#22406)
Browse files Browse the repository at this point in the history
This pull request add the changelog for #22046.
  • Loading branch information
cmarmo committed Oct 14, 2022
1 parent 6db3236 commit 6d56ebb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/release/upcoming_changes/22046.change.rst
@@ -0,0 +1,7 @@
``masked_invalid`` now modifies the mask in-place
-----------------------------------------------------------------

When used with ``copy=False``, `numpy.ma.masked_invalid` now modifies the
input masked array in-place.
This makes it now behave identical to ``masked_where`` and better matches the
documentation.

0 comments on commit 6d56ebb

Please sign in to comment.