You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MAINT: remove from numpy.math cimport usages (#52544)
These are available from Cython's `libc`, which is cleaner.
NumPy would like to get rid of shipping libnpymath, and has
also deprecated the (unrelated) `numpy.math` in the Python API.
So best to not use it from Cython either.
0 commit comments