8000 Tags · rtobar/zarr-python · GitHub
[go: up one dir, main page]

Skip to content

Tags: rtobar/zarr-python

Tags

v3.0.0-rc.1

Toggle v3.0.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve docstrings of zarr.api.synchronous (zarr-developers#2610)

v2.18.4

Toggle v2.18.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Mark 2.18.4 as released (zarr-developers#2553)

v3.0.0-beta.3

Toggle v3.0.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): make fsspec and upath optional dependencies (zarr-develo…

…pers#2534)

* chore(deps): make fsspec and upath optional dependencies

* bump minimal env

* release notes

v3.0.0-beta.2

Toggle v3.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 <davis.v.bennett@gmail.com>

v3.0.0-beta.1

Toggle v3.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 <code@normanrz.com>

v3.0.0-beta

Toggle v3.0.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request zarr-developers#2340 from jhamman/v3-main-sync-merge

V3 main sync merge

v3.0.0-alpha7

Toggle v3.0.0-alpha7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change ArrayV3Metadata.data_type to DataType (zarr-developers#2278)

* change v3.metadata.data_type type

* implement suggestions

v3.0.0-alpha.6

Toggle v3.0.0-alpha.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 <davis.v.bennett@gmail.com>

* fixup

* fixup

* fixup

* fixup

* pre-commit

* log methods

* style: pre-commit fixes

---------

Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
Co-authored-by: Joe Hamman <joe@earthmover.io>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v3.0.0-alpha.5

Toggle v3.0.0-alpha.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 <joe@earthmover.io>

v3.0.0-alpha.4

Toggle v3.0.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 man
3A3E
agers

* 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 <davis.v.bennett@gmail.com>
0