-
-
Notifications
You must be signed in to change notification settings - Fork 489
Remove numpy.int and numpy.float #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove numpy.int and numpy.float #152
Conversation
These aliases are deprecated in numpy, can be ignored, since it's the same as regular int or float
benman1
commented
Jan 14, 2023
@ahmedfgad could you please consider this PR? I think it might be very good to get this in.
KukovecRok
commented
Jan 24, 2023
@ahmedfgad This solves the problem of importing the library. Please consider accepting this PR asap.
rosejn
commented
Feb 9, 2023
This library is broken without this PR. Maybe this project needs a new maintainer?
maederan201
commented
Feb 10, 2023
+1 it would be great to have this fixed such that the newest version of numpy can be used
Thanks everyone and apologize for the period of silence.
It is now merged. A new release will be pushed soon.
These aliases are deprecated in numpy, can be ignored, since it's the same as regular int or float