Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rabernat/zarr-python

Tags

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 <[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>

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 <[email protected]>

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 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]>

v3.0.0-alpha.3

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check tests folder with mypy (zarr-developers#2150)

* Check tests folder with mypy

* use shapelike

* fixup

v2.18.3

Toggle v2.18.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.0.0-alpha.2

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

Verified

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

v3.0.0-alpha.1

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

Verified

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

v3.0.0-alpha

Toggle v3.0.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update release.rst (zarr-developers#1960)