-
Notifications
You must be signed in to change notification settings - Fork 88
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
Fix ZFPY import error #540
Merged
Merged
Commits on Jun 29, 2024
-
When numpy >=2.0.0 from numcodecs.zfpy import ZFPY raise error [ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject] The error is caused by zfpy library crashing with recent ABI breaking of numpy udpate. So we'd better force numpy <2.0 unless zfpy update again. Reference: (https://stackoverflow.com/questions/66060487/valueerror-numpy-ndarray-size-changed-may-indicate-binary-incompatibility-exp)
Configuration menu - View commit details
-
Copy full SHA for a71720e - Browse repository at this point
Copy the full SHA a71720eView commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1122eda - Browse repository at this point
Copy the full SHA 1122edaView commit details -
ensure that the zfpy optional dependency has this constraint.
Configuration menu - View commit details
-
Copy full SHA for cc92bce - Browse repository at this point
Copy the full SHA cc92bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56f6b6d - Browse repository at this point
Copy the full SHA 56f6b6dView commit details -
Co-authored-by: jakirkham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0eec08f - Browse repository at this point
Copy the full SHA 0eec08fView commit details -
Co-authored-by: jakirkham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6633248 - Browse repository at this point
Copy the full SHA 6633248View commit details -
Configuration menu - View commit details
-
Copy full SHA for da03546 - Browse repository at this point
Copy the full SHA da03546View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c39bb8 - Browse repository at this point
Copy the full SHA 1c39bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc21f3d - Browse repository at this point
Copy the full SHA fc21f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 968607a - Browse repository at this point
Copy the full SHA 968607aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 577ca5a - Browse repository at this point
Copy the full SHA 577ca5aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.