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
We've had build-time warnings "Using deprecated NumPy API..." for ever, and until recently there was nothing to be done about it, because the C code using deprecating numpy API was generated by Cython and there was no way to prevent that. However it's now possible with Cython 3.0.
It's not clear exactly when Numpy 1.7 deprecated API will be dropped but with numpy 2.0 around the corner, I'd expect it sooner rather than later.
The text was updated successfully, but these errors were encountered:
Bug report
Bug summary
We've had build-time warnings
"Using deprecated NumPy API..."
for ever, and until recently there was nothing to be done about it, because the C code using deprecating numpy API was generated by Cython and there was no way to prevent that. However it's now possible with Cython 3.0.It's not clear exactly when Numpy 1.7 deprecated API will be dropped but with numpy 2.0 around the corner, I'd expect it sooner rather than later.
The text was updated successfully, but these errors were encountered: