See release notes in the Zarr documentation
What's Changed
- refactor v3 data types by @d-v-b in #2874
- Fix URL to contributing guide by @lukasbindreiter in #3141
- Public API for buffer objects by @TomAugspurger in #2876
- Add GroupNotFound error to API docs by @dstansby in #3149
- Get rid of old notebooks by @DimitriPapadopoulos in #2897
- Fix typing in test_v2 by @dstansby in #3143
- Clean up after getting rid of notebooks by @DimitriPapadopoulos in #3152
- Appending to dictionary following its definition by @DimitriPapadopoulos in #3159
- Apply ruff/flake8-pyi preview rule PYI059 by @DimitriPapadopoulos in #3154
- Disable codecov PR annotations by @maxrjones in #3166
- Update pre-commit hooks + mypy fixes by @dstansby in #3133
- Create read only copy if needed when opening a store path by @maxrjones in #3156
- Suppress FileNotFoundError when deleting keys in the obstore adapter by @lukasbindreiter in #3140
- string dtype fixes by @d-v-b in #3170
- Fix/windows int32 issue by @d-v-b in #3151
- fix: restore fill_value=None for zarr_format=2 by @ianhi in #3198
- Add NDBuffer.empty by @TomAugspurger in #3191
- document dtype extension by @d-v-b in #3157
- fix typo in warning by @d-v-b in #3206
- export more JSON types by @d-v-b in #3202
- Fix mypy 1.16 errors by @DimitriPapadopoulos in #3158
- Remove duplicate codecov configuration by @maxrjones in #3211
- Add human readable size for No. bytes stored to
info_complete
by @jsignell in #3190 - Update pre-commit ruff legacy alias by @DimitriPapadopoulos in #3214
- Add a release checklist issue template by @maxrjones in #3210
- Update documentation of remote store by @bevilacqc in #3212
- Make
create_array
signatures consistent by @d-v-b in #2819 - Cleanups to implementation of
create()
by @dstansby in #3111 - Remove redundant release note by @dstansby in #3223
- Warnings messages dictionary syntax fix by @MosGeo in #3231
- remove chunk encoding from config by @d-v-b in #3228
- Bump min numpy version by @dstansby in #3226
- Fix type of v2 compressors by @dstansby in #3232
- Update stateful/property tests. by @dcherian in #3161
- chore: update pre-commit hooks by @pre-commit-ci[bot] in #3213
- feat: add
from_array_metadata_and_store
toCodecPipeline
by @LDeakin in #3233 - CI: update actions location by @bsipocz in #3237
- update 2819 release note by @d-v-b in #3230
- update release note for dtype refactor by @d-v-b in #3229
- remove usage of the _deprecate_positional_args decorator, and tests for its behavior by @d-v-b in #3225
- fix type hints for hypothesis test by @d-v-b in #3240
- fix obstore type hints by @d-v-b in #3242
- don't test self-deletion in stateful tests by @d-v-b in #3243
- 3.1.0 release notes by @d-v-b in #3241
New Contributors
- @lukasbindreiter made their first contribution in #3141
- @jsignell made their first contribution in #3190
- @bevilacqc made their first contribution in #3212
- @MosGeo made their first contribution in #3231
- @bsipocz made their first contribution in #3237
Full Changelog: v3.0.10...v3.1.0