Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[scipy] Use NumPy functions rather than their deprecated aliases in S…
…ciPy's namespace. SciPy 1.12.0 removes a number of functions from the scipy namespace that were reexports of NumPy APIs: https://docs.scipy.org/doc/scipy/release/1.12.0-notes.html#expired-deprecations This change updates users to use the NumPy names instead. PiperOrigin-RevId: 652894414
- Loading branch information