Releases: JuliaIO/Zarr.jl
Releases · JuliaIO/Zarr.jl
v0.9.4
Zarr v0.9.4
Merged pull requests:
- Update DiskArrays dependency to 0.4 (#140) (@meggart)
- Bump julia-actions/setup-julia from 1 to 2 (#141) (@dependabot[bot])
- Change repo in docs/make.jl to fix deployment (#142) (@felixcremer)
v0.9.3
v0.9.2
Zarr v0.9.2
Merged pull requests:
- codespell: config, workflow and some typos fixed (#120) (@yarikoptic)
- Fix doc tests and typo in tutorial.md (#121) (@nhz2)
- Update API documentation page (#122) (@ziw-liu)
- Bump actions/checkout from 3 to 4 (#124) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#132) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#133) (@dependabot[bot])
- omit chunks on client HTTP error (like 404, 403,...) (#134) (@Alexander-Barth)
Closed issues:
- Zarr group API is exported but not shown in the documentation (#113)
v0.9.1
v0.9.0
Zarr v0.9.0
Closed issues:
- Change the fill_value from within Julia (#39)
- Very slow S3 read realtive to xarray (#65)
- Reading many Zarr files (https or s3:) causes computer to hang indefinitely (#100)
- Support bitshuffle in
BloscCompressor
(#102) - Support for async by default for HTTP/S3/GCS storage? (#105)
Merged pull requests:
- Support bitshuffle in
BloscCompressor
(#103) (@nhz2) - Enable async chunk reading (#106) (@meggart)
- enable dependabot for GitHub actions (#107) (@ranocha)
- Bump actions/cache from 1 to 3 (#108) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#109) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#110) (@dependabot[bot])
- CompatHelper: add new compat entry for OpenSSL at version 1, (keep existing compat) (#114) (@github-actions[bot])
- add support for variable-length strings (#116) (@ilia-kats)
- add support for 0-dimensional arrays/scalars (#117) (@ilia-kats)
v0.8.0
Zarr v0.8.0
Closed issues:
Merged pull requests:
v0.7.3
v0.7.2
v0.7.1
Zarr v0.7.1
Closed issues:
Merged pull requests:
- Fix typo in error message (#77) (@Alexander-Barth)
- CompatHelper: bump compat for DiskArrays to 0.3, (keep existing compat) (#80) (@github-actions[bot])
v0.7.0
Zarr v0.7.0
Merged pull requests:
- Rewrite the storage interface (#66) (@meggart)
- Implement an LRUcache for decoded chunks (#69) (@meggart)
- CompatHelper: add new compat entry for LRUCache at version 1, (keep existing compat) (#70) (@github-actions[bot])
- [WIP] add GCStore using Google Cloud Storage REST API (#72) (@Alexander-Barth)
- Remove AnonymousGCS (#73) (@meggart)