Skip to content
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

BUG: fix future incompatibility with numpy 2.0 (numpy.core isn't public API) #455

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

neutrinoceros
Copy link
Member

@neutrinoceros neutrinoceros commented Oct 18, 2023

fix an on-going failure in bleeding-edge CI

Context:
numpy/numpy#24634

The comment I'm removing is from #204. Local testing suggests that it's not necessary anymore (tests introduced in the same PR still pass), I suspect this is due to bumping our minimal requirements for numpy since that PR.

Opening as a draft for validation against the full CI. If all goes well, I'll try to remove unyt_array.__pow__ completely

@neutrinoceros
Copy link
Member Author

Removing unyt_array.__pow__ doesn't work, but all tests pass in the current state so this is ready for review

@neutrinoceros neutrinoceros marked this pull request as ready for review October 18, 2023 09:00
@neutrinoceros neutrinoceros added the bug Something isn't working label Oct 18, 2023
@neutrinoceros
Copy link
Member Author

@jzuhone may I have your opinion here ?

@jzuhone jzuhone merged commit d3ae05c into yt-project:main Oct 20, 2023
8 checks passed
@neutrinoceros neutrinoceros deleted the hotfix_numpy2.0_core branch October 20, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants