google / deluca

Performant, differentiable reinforcement learning
https://deluca.fyi
Apache License 2.0
121 stars 17 forks source link

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

Open copybara-service[bot] opened 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.