You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR bumps crc32c to the latest available version, 2.7.1. I'm updating this in accordance with zarr-developers/numcodecs#529, where we previously added this package in-tree (#4787, #4789), but they are requiring a later version now. The package has no dependencies that need to be updated or otherwise.
I also planned to add https://github.com/LLNL/zfp (zfpy) but they don't have a source distribution available on PyPI yet: https://pypi.org/project/zfpy/#files. It is a dependency for numcodecs, albeit not a required one (but still good enough to test for). Should I create a dummy sdist for it, or perhaps we can experiment with the GitHub tarball until I request that they publish one for the next release? Adding the package would also block #4925, though, because they don't support NumPy v2 yet (llnl/zfp#210), but there's a chance it might just work. I'll comment on that issue about both of these aspects. In the meantime, bumping just crc32c would here should suffice for numcodecs, since it seems to be required for the test suite (the tests that use it are not skipped if it isn't available), even though it's listed as an optional dependency.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Description
This PR bumps
crc32cto the latest available version, 2.7.1. I'm updating this in accordance with zarr-developers/numcodecs#529, where we previously added this package in-tree (#4787, #4789), but they are requiring a later version now. The package has no dependencies that need to be updated or otherwise.Checklists