google-deepmind / dm-haiku

JAX-based neural network library
https://dm-haiku.readthedocs.io
Apache License 2.0
2.91k stars 231 forks source link

[NumPy] Fix uses of functions deprecated in NumPy 1.25. #667

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

[NumPy] Fix uses of functions deprecated in NumPy 1.25.

NumPy 1.25 deprecates a number of function aliases (https://github.com/numpy/numpy/releases/tag/v1.25.0rc1)

This change replaces uses of the deprecated names with their recommended replacements:

The deprecated functions will issue a DeprecationWarning under NumPy 1.25, and will be removed in NumPy 2.0.