Tags: nenb/zarr-python
Tags
Added Store.getsize (zarr-developers#2426) * Added Store.getsize Closes zarr-developers#2420 * fixups * lint * wip * Use prefix * fixup * Maybe fixup * lint * revert buffer chnages * fixup * fixup * Remove AsyncIterable support * fixup --------- Co-authored-by: Davis Bennett <[email protected]>
sharding with empty inner chunk and index location start (zarr-develo… …pers#2336) * test_sharding_with_empty_inner_chunk * only update non-empty chunks offset * format * Update test_sharding.py * format --------- Co-authored-by: Norman Rzepka <[email protected]>
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
PreviousNext