Tags: rabernat/zarr-python
Tags
Merge pull request zarr-developers#2340 from jhamman/v3-main-sync-merge V3 main sync merge
Change ArrayV3Metadata.data_type to DataType (zarr-developers#2278) * change v3.metadata.data_type type * implement suggestions
Allow mode casting for `Store`s (zarr-developers#2249) * Allow mode casting * fixup * fixup * fixup * fixup * match message * Update src/zarr/testing/store.py Co-authored-by: Davis Bennett <[email protected]> * fixup * fixup * fixup * fixup * pre-commit * log methods * style: pre-commit fixes --------- Co-authored-by: Davis Bennett <[email protected]> Co-authored-by: Joe Hamman <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Basic Zarr-python 2.x compatibility changes (zarr-developers#2098) * WIP - backwards compat * fixup put * rm consolidated * typing fixup * revert unneded change * fixup * deprecate positional args * attribute * Fixup * fixup * fixup * fixup * fixup * fixup * fixup * fixup * fixup * fixup * fixup * fixup * fixup * ci * fixup * fixup --------- Co-authored-by: Joe Hamman <[email protected]>
feature(store): V3 ZipStore (zarr-developers#2078) * feature(store): add basic implementation of a zip store * add zip store to array/group/sharding tests * fix sharding and skip tests that require delete * store context managers * fix test typing * add buffer_cls to store test * clean up test failures * class docstring * remove commented out check against zipstore.delete * add api integration test --------- Co-authored-by: Davis Bennett <[email protected]>
Check tests folder with mypy (zarr-developers#2150) * Check tests folder with mypy * use shapelike * fixup
Bump numpy from 2.1.0 to 2.1.1 in the requirements group (zarr-develo… …pers#2151) Bumps the requirements group with 1 update: [numpy](https://github.com/numpy/numpy). Updates `numpy` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[v3] clean up `create_array` signatures in group/asyncgroup classes (z… …arr-developers#2132) * clean up create_array signatures in group/asyncgroup classes * fix members test
Stateful store tests (zarr-developers#2070) * stateful store test * Deepak's edits * add data strategies and beginning of testgetpartial * a few more updates * troubleshooting get_partial * edits * Deepak edits * bundle changesc * add sts script, delete * comment out bundles for now * draft of listdir * edits * some changes * draft of stateful store tests * precommit * Update src/zarr/strategies.py Co-authored-by: Deepak Cherian <[email protected]> * Update tests/v3/test_store/test_stateful_store.py Co-authored-by: Deepak Cherian <[email protected]> * Update tests/v3/test_store/test_stateful_store.py Co-authored-by: Deepak Cherian <[email protected]> * Apply suggestions from code review Co-authored-by: Deepak Cherian <[email protected]> * Apply suggestions from code review Co-authored-by: Deepak Cherian <[email protected]> * moved strategies and edits to stateful store tests * Update tests/v3/test_store/test_stateful_store.py Co-authored-by: Deepak Cherian <[email protected]> * Update tests/v3/test_store/test_stateful_store.py Co-authored-by: Deepak Cherian <[email protected]> * Update tests/v3/test_store/test_stateful_store.py Co-authored-by: Deepak Cherian <[email protected]> * Update tests/v3/test_store/test_stateful_store.py Co-authored-by: Deepak Cherian <[email protected]> * Update tests/v3/test_store/test_stateful_store.py Co-authored-by: Deepak Cherian <[email protected]> * Update tests/v3/test_store/test_stateful_store.py Co-authored-by: Deepak Cherian <[email protected]> * Update tests/v3/test_store/test_stateful_store.py Co-authored-by: Deepak Cherian <[email protected]> * fixed wrapper class and add rules for a few more methods * incorporate Deepak's edits * switch to bundles + a few more updates * remove some notes * Update src/zarr/testing/strategies.py Co-authored-by: Deepak Cherian <[email protected]> * remove bundles * fix get signature, get invalid keys and some other changes * add docstrings * Deepak edits * fixing imports now that strategies in testing * revert docstrings * Update run-hypothesis command * Fix run-hypothesis command * Apply suggestions from code review Co-authored-by: Joe Hamman <[email protected]> * changes from Joe's review * Apply suggestions from code review Co-authored-by: Joe Hamman <[email protected]> * add review comments --------- Co-authored-by: Deepak Cherian <[email protected]> Co-authored-by: Deepak Cherian <[email protected]> Co-authored-by: Joe Hamman <[email protected]>
PreviousNext