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
I tried using the newest numpy crate from git which has added numpy 2 support, but calling function using PyArrayLike2 produced the following DeprecationWarning:
DeprecationWarning: numpy.core.multiarray is deprecated and has been renamed to numpy._core.multiarray. The numpy._core namespace contains private NumPy internals and its use is discouraged, as NumPy internals can change without warning in any release. In practice, most real-world usage of numpy.core is to access functionality in the public NumPy API. If that is the case, use the public NumPy API. If not, you are using NumPy internals. If you would still like to access an internal attribute, use numpy._core.multiarray.asarray.
I tried using the newest
numpy
crate from git which has added numpy 2 support, but calling function usingPyArrayLike2
produced the followingDeprecationWarning
:Cargo dependency:
Test function:
The text was updated successfully, but these errors were encountered: