Skip to content

b2h5py v0.4.0

Compare
Choose a tag to compare
@ivilata ivilata released this 10 Jan 08:51
· 4 commits to main since this release
v0.4.0

This release adds a new way to use Blosc2 optimized slicing explicitly on a single dataset. You may use the b2h5py.B2Dataset class to wrap the original h5py.Dataset instance into a new instance where slicing operations may leverage the optimizations. Other operations are transparently forwarded to the wrapped instance. Check the readme and examples for more information.

The feature was initially contributed by Thomas Vincent as PR #1. Thank you!