ruff icon indicating copy to clipboard operation
ruff copied to clipboard

Add missing functions to NumPy 2.0 migration rule

Open mtsokol opened this issue 9 months ago • 1 comments

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

mtsokol avatar May 24 '24 09:05 mtsokol