summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2019-12-02 14:17:39 -0600
committerGitHub <noreply@github.com>2019-12-02 14:17:39 -0600
commit5992098524c9f36288093ef3298d44343735842e (patch)
treebbcf59bcd293b763841c23f076927c0aa96533d8 /doc/release
parent7b2d968d5a4730489d9e9148afe2277b1bc32477 (diff)
parent14bcfd9cfe0deb4e6499b398d7eba4d7e3dd7fe8 (diff)
downloadnumpy-5992098524c9f36288093ef3298d44343735842e.tar.gz
Merge pull request #14996 from eric-wieser/masked_rows-bad-argument
DEP: Deprecate the axis argument to masked_rows and masked_cols
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/upcoming_changes/14996.deprecation.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/14996.deprecation.rst b/doc/release/upcoming_changes/14996.deprecation.rst
new file mode 100644
index 000000000..b4a66fce7
--- /dev/null
+++ b/doc/release/upcoming_changes/14996.deprecation.rst
@@ -0,0 +1,3 @@
+The ``axis`` argument to `numpy.ma.mask_cols` and `numpy.ma.mask_row` is deprecated
+-----------------------------------------------------------------------------------
+This argument was always ignored.