summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2022-10-20 10:53:29 -0700
committerGitHub <noreply@github.com>2022-10-20 10:53:29 -0700
commit806a9ecb0d26fd2f08ef6bfe28dda21a8799f071 (patch)
treec2f964b9f9297070523be5bed353a775262a9086 /numpy/lib/function_base.py
parente240dc8989b7b51b4adeb4435a78f0ae0a87f581 (diff)
downloadnumpy-806a9ecb0d26fd2f08ef6bfe28dda21a8799f071.tar.gz
DOC: Update numpy/lib/function_base.py
Add date to deprecation in comment Co-authored-by: Matti Picus <matti.picus@gmail.com>
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r--numpy/lib/function_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py
index 414752613..6065dd0d3 100644
--- a/numpy/lib/function_base.py
+++ b/numpy/lib/function_base.py
@@ -3678,6 +3678,7 @@ def msort(a):
[3, 4]])
"""
+ # 2022-10-20 1.24
warnings.warn(
"msort is deprecated, use np.sort(a, axis=0) instead",
DeprecationWarning,