From a27f56069fb883c44dd4986d15e751162d85b621 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 20 Jun 2015 14:42:12 -0600 Subject: DEP: Add notes to some deprecations. Some keywords are deprecated and slated for removal in numpy 2.0. Add comment to deprecation date to clarify that. --- numpy/core/numeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/numeric.py') diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index a432f39e4..24d92f16f 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -900,7 +900,7 @@ def correlate(a, v, mode='valid', old_behavior=False): # the old behavior should be made available under a different name, see thread # http://thread.gmane.org/gmane.comp.python.numeric.general/12609/focus=12630 if old_behavior: - # 2009-07-18 RemoveMe + # 2009-07-18 Cannot remove without replacement function. warnings.warn(""" The old behavior of correlate was deprecated for 1.4.0, and will be completely removed for NumPy 2.0. -- cgit v1.2.1