Releases: zarrs/zarrs-python
Releases · zarrs/zarrs-python
0.2.0
What's Changed
- chore: handle new zarr dtype API by @ilan-gold in #100
- feat: make
write_empty_chunks
dynamic by @LDeakin in #103 - feat: initialise from
ArrayMetadata
and store by @LDeakin in #104 - chore: 0.2 release by @ilan-gold in #106
Full Changelog: v0.1.5...v0.2.0
0.1.5
What's Changed
- Update to zarrs 0.20 by @flying-sheep in #87
- (fix): update links by @ilan-gold in #97
- chore: pin zarr to <3.1 by @LDeakin in #99
- chore: update Rust dependencies by @LDeakin in #98
- chore: cleanup Python dependencies and use
[dependency-groups]
by @LDeakin in #101 - (chore): 0.1.5 release by @ilan-gold in #102
Full Changelog: v0.1.4...v0.1.5
0.1.4
What's Changed
- Update stubgen fixing new signature by @flying-sheep in #91
- (fix): check for
T
data typekind
to fall back to python by @ilan-gold in #92 - (fix): blosc v2
typesize
in config by @ilan-gold in #94 - (fix): cache partial decoder by @ilan-gold in #93
- chore(deps): bump
zarrs_metadata
to 0.3.7 by @LDeakin in #95 - (chore): 0.1.4 release by @ilan-gold in #96
Full Changelog: v0.1.3...v0.1.4
0.1.3
What's Changed
- fix: compatibility with
zarr-python
3.0.3 by @LDeakin in #86 - (chore): release
0.1.3
by @ilan-gold in #88
Full Changelog: v0.1.2...v0.1.3
0.1.2
What's Changed
- (feat): full v2 compat via python fallback by @ilan-gold in #84
- Release 0.1.2 by @ilan-gold in #85
Full Changelog: v0.1.1...v0.1.2
0.1.1
What's Changed
- (chore): add note about local filesystem-only support by @ilan-gold in #58
- chore(deps): bump zarrs to 0.18.0 by @LDeakin in #59
- chore(deps): update pyo3 to 0.23 by @flying-sheep in #62
- (fix): pin maturin version and always run CI by @ilan-gold in #65
- chore: remove Cargo.lock from version control by @LDeakin in #63
- chore: add badges by @ilan-gold in #69
- chore(deps): set stub gen to upstream by @flying-sheep in #70
- (fix): make pipeline pickleable by @ilan-gold in #67
- feat: add HTTP store support by @LDeakin in #61
- chore(deps): bump pyo3-stub-gen to 0.6.2 by @LDeakin in #73
- chore(deps): bump zarr to 3.0.0rc1 by @LDeakin in #74
- chore(deps): bump opendal and zarrs_opendal by @LDeakin in #75
- chore(deps): bump zarr to 3.0.0 by @LDeakin in #76
- chore(deps): bump zarrs to 0.19 by @LDeakin in #79
- chore: update README for next release by @LDeakin in #81
- Don’t go through Python for itemsize by @flying-sheep in #82
- fix: cleanup internal
nparray_to_*
methods by @LDeakin in #80 - Release 0.1.1 by @LDeakin in #83
Full Changelog: v0.1.0...v0.1.1
0.1.0
v0.1.0 We’re ready for production, baby! (#57)