Skip to content

Commit 4c33eac

Browse files
authored
Merge branch 'main' into feature/rectilinear-chunk-grid
2 parents 4f36ffb + 7d8105f commit 4c33eac

File tree

106 files changed

+1320
-803
lines changed

Some content is hidden

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

106 files changed

+1320
-803
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: true
22
contact_links:
3-
- name: Propose a new major feature
3+
- name: Propose a new Zarr specification feature
44
url: https://github.com/zarr-developers/zarr-specs
5-
about: A new major feature should be discussed in the Zarr specifications repository.
5+
about: A new feature for the Zarr storage specification should be opened on the zarr-specs repository.
66
- name: Discuss something on ZulipChat
77
url: https://ossci.zulipchat.com/
88
about: For questions like "How do I do X with Zarr?", consider posting your question to our developer chat.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Feature Request
2+
description: Request a new feature for zarr-python
3+
# labels: []
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Describe the new feature you'd like
8+
description: >
9+
Please provide a description of what new feature or functionality you'd like to see in zarr-python.
10+
validations:
11+
required: true

.github/workflows/check_changelogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1313

1414
- name: Install uv
15-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
15+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
1616

1717
- name: Check changelog entries
1818
run: uv run --no-sync python ci/check_changelog_entries.py

.github/workflows/releases.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install hatch
2828
- name: Build wheel and sdist
2929
run: hatch build
30-
- uses: actions/upload-artifact@v4
30+
- uses: actions/upload-artifact@v5
3131
with:
3232
name: releases
3333
path: dist
@@ -36,7 +36,7 @@ jobs:
3636
needs: [build_artifacts]
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/download-artifact@v5
39+
- uses: actions/download-artifact@v6
4040
with:
4141
name: releases
4242
path: dist
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
5353
steps:
54-
- uses: actions/download-artifact@v5
54+
- uses: actions/download-artifact@v6
5555
with:
5656
name: releases
5757
path: dist

.pre-commit-config.yaml

Lines changed: 2 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.13.3
9+
rev: v0.14.3
1010
hooks:
1111
- id: ruff-check
1212
args: ["--fix", "--show-fixes"]
@@ -42,7 +42,7 @@ repos:
4242
- hypothesis
4343
- s3fs
4444
- repo: https://github.com/scientific-python/cookie
45-
rev: 2025.10.01
45+
rev: 2025.10.20
4646
hooks:
4747
- id: sp-repo-review
4848
- repo: https://github.com/pre-commit/pygrep-hooks

changes/3118.doc.md

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

changes/3303.doc.md

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

changes/3366.feature.md

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

changes/3483.bugfix.md

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

changes/3490.feature.md

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

0 commit comments

Comments
 (0)