Updated SPERR compression library (v0.8.5) and blosc2 hdf5 filter.#383
Merged
Conversation
9f930a397 automatically detect and enable/disable AVX2 (silx-kit#254) 38b13a514 Improve 2D compression performance by taking advantage of the int_8 msb info. Also bump version (silx-kit#253) 98aa773c5 Various performance optimization in 3D compression (silx-kit#252) 4061a44ce Simpler AVX2 code, and other clean ups (silx-kit#251) b9e0263d5 just to see diff (silx-kit#249) git-subtree-dir: lib/SPERR git-subtree-split: 9f930a3970f86c8e390e135c97162b79a40d165b
e4d0f583f Merge pull request silx-kit#3 from avalentino/bugfix/c-blosc2-v3.x-compat 562c54c50 FIx compatibility with c-blosc2 v3.x git-subtree-dir: lib/HDF5-Blosc2 git-subtree-split: e4d0f583f39bf1d3e482aa4695b7dc95afb2b9b2
…2 lib at import of blosc2_grok
2044d71 to
c937c74
Compare
Member
Author
|
I had to pin blosc2_grok and blosc2 for tests to pass: See c937c74 related to #377 and Blosc/blosc2_grok#22 |
payno
approved these changes
May 19, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR updates:
The only manually changed file is
doc/information.rst, the rest is the result ofgit subtree pull ...commands.related to #382 and conda-forge/hdf5plugin-feedstock#74