-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
numpy deprecation warnings when importing nptyping #102
Comments
Any update on this topic? |
It appears that the some type API in NumPy has changed since NumPy 1.24, starting from May 23. |
The reason nptyping no longer works with the latest version of NumPy is likely due to these changes. |
Currently, calling nptyping in the latest numpy environment result in an error. |
Importing nptyping with numpy>=2.0.0 now raises exceptions instead of warnings for deprecated dtypes. ramonhagenaars/nptyping#114 ramonhagenaars/nptyping#113 ramonhagenaars/nptyping#102
I'm doing some testing of a package that has
nptyping
in the dependency chain, and when I catch the warnigns as erros with pytest some warnings are coming fromnptyping
:The text was updated successfully, but these errors were encountered: