Releases: R-CF/zarr
Releases · R-CF/zarr
zarr 0.3.0
- Extensible domain and convention mechanisms added, following ZEP0004. This enables developers to extend this Zarr implementation with domain-specific interfaces.
- Metadata is now writable as a complete object - expert use only.
- Fixed listing of keys in memory stores.
- Expanded documentation.
zarr 0.2.0
- Zarr version 2 stores can be read. Data types supported are those also included in the v.3 core specification. The
compressioncodec has to be one of those supported by the v.3 core specification orzstd. Filters are not yet supported. - HTTP stores can be read but only for Zarr v.3 and v.2 single-array stores and Zarr v.2 stores with consolidated metadata present in the root group of the Zarr store.
- Chunk key encoding from v.2 and "default" and "v2" from v.3 supported.
- The
bloscpackage is now imported as it is the default compression codec. zstdcompression codec added.- Fixed reading
integer64data.