-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Numpy deprecations #2455
Comments
It might be reasonable to add these as an |
Although it might be incorrect to "market" rules as part of |
Use |
For now, if we did something like this, it's probably safest to put it in RUF or add a new category like |
For the future effort of reorganizing rules, we might group them per dependency (if any). Now we have |
|
|
Also relevant for mlflow/mlflow#4048 |
Numpy deprecated
np.bool
and other types in 1.20, which expired in the latest release 1.24.Would be great to be able to automatically flag and fix this. Seen it pass by in multiple projects:
apache/spark#37817
pandas-dev/pandas#39019
dylan-profiler/visions#184
plotly/plotly.py#4010
https://stackoverflow.com/questions/67779374/deprecationwarning-np-bool
The text was updated successfully, but these errors were encountered: