We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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==2.0.0 is released with some backward incompatible changes. See https://pypi.org/project/numpy/ . Installations can automatically utilize it.
It is worthwhile to test everything, including all dataframes, to ensure that they are still working correctly with this new release of numpy.
Review the breaking changes of numpy. Refer to https://numpy.org/devdocs/numpy_2_0_migration_guide.html
Test all dataframes and everything else that can be impacted.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
numpy==2.0.0 is released with some backward incompatible changes. See https://pypi.org/project/numpy/ . Installations can automatically utilize it.
It is worthwhile to test everything, including all dataframes, to ensure that they are still working correctly with this new release of numpy.
Describe the solution you'd like.
Review the breaking changes of numpy. Refer to https://numpy.org/devdocs/numpy_2_0_migration_guide.html
Test all dataframes and everything else that can be impacted.
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: