v3.0.0-alpha.6
Pre-release
Pre-release
What's Changed
- fix typo in store integration test by @dcherian in #2223
- fix: validate v3 dtypes when loading/creating v3 metadata by @jhamman in #2209
- chore: update pre-commit hooks by @pre-commit-ci in #2222
- Added Attributes.asdict by @TomAugspurger in #2221
- Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 in the actions group by @dependabot in #2219
- Fix/empty listdir by @jhamman in #2225
- remove outdated v2 source code and tests from v3 branch by @jhamman in #2182
- fix: selection with zarr arrays by @jhamman in #2137
- Apply and enforce more ruff rules by @DimitriPapadopoulos in #2053
- Update V2 codec pipeline to use concrete classes by @TomAugspurger in #2244
- Fix fill_value handling for complex dtypes by @dcherian in #2200
- Enforce ruff/flynt rules (FLY) by @DimitriPapadopoulos in #2240
- Enforce ruff/flake8-return rules (RET) by @DimitriPapadopoulos in #2237
- Fix multiple identical imports by @DimitriPapadopoulos in #2241
- Enforce ruff/flake8-pytest-style rules (PT) by @DimitriPapadopoulos in #2236
- Replace Gitter link with Zulip by @MSanKeys963 in #2254
- Use
map(str, *)
intest_accessed_chunks
by @jakirkham in #2229 - Enforce ruff/flake8-comprehensions rules (C4) by @DimitriPapadopoulos in #2239
- Remove unnecessary lambda expression by @DimitriPapadopoulos in #2260
- No need to run DeepSource any more - we use ruff by @DimitriPapadopoulos in #2261
- Apply ruff/flake8-annotations rule ANN204 by @DimitriPapadopoulos in #2258
- Add array storage helpers by @d-v-b in #2065
- Apply assorted ruff/flake8-simplify rules (SIM) by @DimitriPapadopoulos in #2259
- feature(store): add LoggingStore wrapper by @jhamman in #2231
- chore(deps): drop support for python 3.10 and numpy 1.24 by @jhamman in #2217
- fix(async): set default concurrency to 10 tasks by @jhamman in #2256
- feat: metadata-only support for storage transformers metadata by @d-v-b in #2180
- Default zarr.open to open_group if shape is not provided by @agoodm in #2158
- Generalize stateful store test by @dcherian in #2202
- Enforce ruff/flake8-annotations rules (ANN) by @DimitriPapadopoulos in #2264
- Added a new issue template for documentation issues by @MSanKeys963 in #2255
- Apply new ruff rules (preview mode) by @DimitriPapadopoulos in #2235
- Ensure parents are created when creating a node by @TomAugspurger in #2262
- Allow mode casting for
Store
s by @TomAugspurger in #2249
New Contributors
Full Changelog: v3.0.0-alpha.5...v3.0.0-alpha.6