summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/23061.new_feature.rst
blob: 8c28bb2c4bb7ef0a67babc81148aa2b1959b7bb3 (plain)
1
2
3
4
5
6
``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.