summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2023-03-27 09:36:25 +0300
committerGitHub <noreply@github.com>2023-03-27 09:36:25 +0300
commited1732410f51293e4c5f63dcf162d9f1d417335a (patch)
treef0acf4850a47de8209c47131e4cec1b33853bf81 /doc/release
parent7761175e3df8ef30b09e2d71113251cd2de8f6f9 (diff)
downloadnumpy-ed1732410f51293e4c5f63dcf162d9f1d417335a.tar.gz
Revert "ENH: Enabled the use of numpy.vectorize as a decorator"
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/upcoming_changes/23061.new_feature.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/release/upcoming_changes/23061.new_feature.rst b/doc/release/upcoming_changes/23061.new_feature.rst
deleted file mode 100644
index 8c28bb2c4..000000000
--- a/doc/release/upcoming_changes/23061.new_feature.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-``vectorize`` can now be used as a decorator
---------------------------------------------
-When using ``vectorize`` as a decorator, the user
-needs to specify the keywords for the arguments.
-``vectorize`` will continue to accept arguments
-positionally when used normally.