Skip to content

Commit cb99615

Browse files
committed
Merge branch 'main' of https://github.com/zarr-developers/zarr-python into fix/zeros-like-takes-kwargs
2 parents 7b8b0f9 + f674236 commit cb99615

36 files changed

+761
-169
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66
default_stages: [pre-commit, pre-push]
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.9.9
9+
rev: v0.11.9
1010
hooks:
1111
- id: ruff
1212
args: ["--fix", "--show-fixes"]
@@ -38,8 +38,9 @@ repos:
3838
# Tests
3939
- pytest
4040
- hypothesis
41+
- s3fs
4142
- repo: https://github.com/scientific-python/cookie
42-
rev: 2025.01.22
43+
rev: 2025.05.02
4344
hooks:
4445
- id: sp-repo-review
4546
- repo: https://github.com/pre-commit/pygrep-hooks

changes/2950.bufgix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2962.fix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2978.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2998.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/3021.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Implemented ``move`` for ``LocalStore`` and ``ZipStore``. This allows users to move the store to a different root path.

changes/3027.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/3045.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/3068.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Trying to open an array with ``mode='r'`` when the store is not read-only now raises an error.

changes/3082.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use :py:func:`numpy.zeros` instead of :py:func:`np.full` for a performance speedup when creating a `zarr.core.buffer.NDBuffer` with `fill_value=0`.

0 commit comments

Comments
 (0)