ruff
ruff copied to clipboard
Add missing functions to NumPy 2.0 migration rule
Hi!
I left out some of the functions in the migration rule which became removed in NumPy 2.0:
-
np.alltrue
-
np.anytrue
-
np.cumproduct
-
np.product
Addressing: https://github.com/numpy/numpy/issues/26493