Skip to content

Commit 7af4bcb

Browse files
authored
Merge branch 'main' into chore/handle-numcodecs-codecs
2 parents efd6828 + 3d0e40e commit 7af4bcb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+434
-311
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
name: releases
5757
path: dist
58-
- uses: pypa/gh-action-pypi-publish@v1.12.4
58+
- uses: pypa/gh-action-pypi-publish@v1.13.0
5959
with:
6060
user: __token__
6161
password: ${{ secrets.pypi_password }}

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.12.7
9+
rev: v0.12.11
1010
hooks:
1111
- id: ruff-check
1212
args: ["--fix", "--show-fixes"]
@@ -17,7 +17,7 @@ repos:
1717
- id: codespell
1818
args: ["-L", "fo,ihs,kake,te", "-S", "fixture"]
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v5.0.0
20+
rev: v6.0.0
2121
hooks:
2222
- id: check-yaml
2323
- id: trailing-whitespace
@@ -53,6 +53,6 @@ repos:
5353
hooks:
5454
- id: numpydoc-validation
5555
- repo: https://github.com/twisted/towncrier
56-
rev: 24.8.0
56+
rev: 25.8.0
5757
hooks:
5858
- id: towncrier-check

changes/2859.removal.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The ``Store.set_partial_writes`` method, which was not used by Zarr-Python, has been removed.
2+
``store.supports_partial_writes`` is now always ``False``.

changes/3083.feature.rst

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

changes/3098.misc.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes/3144.bugfix.rst

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

changes/3288.misc.rst

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

changes/3299.bugfix.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changes/3318.misc.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/3367.bugfix.rst

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

0 commit comments

Comments
 (0)