Skip to content

Tags: zarr-developers/zarr-python

Tags

v3.1.5

Toggle v3.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update release notes (#3598)

v3.1.4

Toggle v3.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
3.1.4 release notes (#3540)

* compile release notes

* add latest release notes

* prose

* typo

* build release notes

---------

Co-authored-by: Max Jones <[email protected]>

v3.1.3

Toggle v3.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prevent creation of arrays/groups under a parent array (#3407)

* restrict arrays as parents of other arrays

* use common save_metadata function for groups and arrays

* add test for creation under a parent array

* fix failing tests

* fix failing doctest

* remove dependency on AsyncGroup

* document changes

---------

Co-authored-by: Davis Bennett <[email protected]>

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
generate 3.1.2 release notes (#3404)

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release notes for 3.1.1 (#3305)

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
3.1.0 release notes (#3241)

* complete partial release note

* build release notes

* add release note for #3225

* clarify keyword only changes

v3.0.10

Toggle v3.0.10's commit message
release notes

v3.0.9

Toggle v3.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
3.0.9 release notes (#3183)

* Create read only copy if needed when opening a store path (#3156)

* Create read only copy if needed when opening a store path

* Add ValueError to Raises section

* Update expected warning

* Update src/zarr/storage/_common.py

Co-authored-by: Davis Bennett <[email protected]>

* Use ANY_ACCESS_MODE

* Update src/zarr/storage/_common.py

Co-authored-by: David Stansby <[email protected]>

* Update src/zarr/storage/_common.py

Co-authored-by: David Stansby <[email protected]>

* Update changes

* Try using get_args on definition

* Revert "Try using get_args on definition"

This reverts commit 7ad760f.

* Add test

* Remove warning

* Apply suggestion for try; except shortening

Co-authored-by: Tom Nicholas <[email protected]>

* Improve code coverage

---------

Co-authored-by: Davis Bennett <[email protected]>
Co-authored-by: David Stansby <[email protected]>
Co-authored-by: Tom Nicholas <[email protected]>
(cherry picked from commit 5731c6c)

* release notes

---------

Co-authored-by: Max Jones <[email protected]>
Co-authored-by: David Stansby <[email protected]>
Co-authored-by: Tom Nicholas <[email protected]>

v3.0.8

Toggle v3.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog for 3.0.8 (#3071)

* Changelog for 3.0.8

* Add warning to top of release notes

* fix warning

v3.0.7

Toggle v3.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Special-case suffix requests in obstore backend to support Azure (

…#2994)

* Special-case suffix requests in obstore backend

Co-authored-by: Davis Bennett <[email protected]>