Published July 26, 2026
| Version v0.13.0
Software
Open
jHDF
Authors/Creators
Description
- Add support for writing chunked datasets with compression. Chunking and filters are requested via the new
DatasetCreationOptionse.g.putDataset(name, data, DatasetCreationOptions.builder().chunkDimensions(64, 64).shuffle().deflate(6).build()). Deflate (gzip) and byte shuffle filters are supported for writing, and custom filters can encode via the newFilter.encodemethod. Chunked datasets are written using the v4 data layout message with single chunk or fixed array indexing. Thanks to @ebremer https://github.com/jamesmudd/jhdf/pull/841 - Add support for writing unsigned datasets. Thanks to @laeubi https://github.com/jamesmudd/jhdf/pull/845
- Build and dependency updates
Notes
Files
jamesmudd/jhdf-v0.13.0.zip
Files
(1.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:8bf99d40e7b19c0157664101ce0d6f2e
|
1.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/jamesmudd/jhdf/tree/v0.13.0 (URL)
Software
- Repository URL
- https://github.com/jamesmudd/jhdf