v3.0.9
What's Changed
- (chore): release notes cleanup by @ilan-gold in #3074
- Implement Store.move by @brokkoli71 in #3021
- Error on invalid store mode by @dstansby in #3068
- (feat): use
np.zeros
for buffer creation withfill_value=0
by @ilan-gold in #3082 - add fill_value output to info by @d-v-b in #3081
- issues: add pep-723 to issue template by @ianhi in #3087
- Fix typing in test_codecs by @dstansby in #3095
- ruff rules:
TCH
→TC
by @DimitriPapadopoulos in #3032 - Test using latest numpy by @dstansby in #3064
- remove insertion of vlen-string codec for v2 metadata creation by @d-v-b in #3100
- Add a GroupNotFoundError by @dstansby in #3066
- Use automatic chunking in array creation routines by @dstansby in #3103
- Ignore stale children when reconsolidating metadata by @TomAugspurger in #2980
- Add pytest pin by @dstansby in #3113
- remove fsspec from upstream tests by @d-v-b in #3116
- Fix release note links by @dstansby in #3106
- Use context manager for temporary directories in store tests by @maxrjones in #3110
- Multiple imports for an import name by @DimitriPapadopoulos in #3033
- Improvements to the release guide by @dstansby in #3070
- Multiple imports for an import name by @DimitriPapadopoulos in #3120
- Unused import by @DimitriPapadopoulos in #3121
- Fix
zarr.save
for givenpath
and multipleargs
arrays by @brokkoli71 in #3127 - Fix infinite reload loop on latest release notes page by @dstansby in #3129
- Allow Stores to opt out of consolidated metadata. by @paraseba in #3119
- Fix
zarr.open
default for argumentmode
whenstore
isread_only
by @brokkoli71 in #3128 - Port more stateful test actions from icechunk by @dcherian in #3130
- Support async FSMap objects in zarr.open by @maxrjones in #2774
- Backport PR #3149 on branch 3.0.9 (Add GroupNotFound error to API docs) by @meeseeksmachine in #3179
- Backport PR #3140 on branch 3.0.9 (Suppress FileNotFoundError when deleting keys in the obstore adapter) by @meeseeksmachine in #3180
- Backport PR #3138 on branch 3.0.9 (Add with_read_only() convenience method to store) by @meeseeksmachine in #3181
- Backport PR #3156 on branch 3.0.9 (Create read only copy if needed when opening a store path) by @d-v-b in #3182
- 3.0.9 release notes by @d-v-b in #3183
New Contributors
- @paraseba made their first contribution in #3119
- @meeseeksmachine made their first contribution in #3179
Full Changelog: v3.0.8...v3.0.9