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
After upgrading Numpy to version 2.0, some Magics commands do not work correctly due to the way Numpy handles NaN.
For example:
sysuse auto, clear %head 10
leads to
browse failed. np.NaN was removed in the NumPy 2.0 release. Use np.nan instead.
np.NaN
np.nan
The current workaround is to downgrade Numpy to version 1.26.4 or earlier.
The text was updated successfully, but these errors were encountered:
Thank you for reporting! I'll try to get a fix by the end of this month.
Sorry, something went wrong.
Fixed in v0.8.1
hugetim
No branches or pull requests
After upgrading Numpy to version 2.0, some Magics commands do not work correctly due to the way Numpy handles NaN.
For example:
leads to
browse failed.
np.NaN
was removed in the NumPy 2.0 release. Usenp.nan
instead.The current workaround is to downgrade Numpy to version 1.26.4 or earlier.
The text was updated successfully, but these errors were encountered: