Skip to content

Commit 6aeb834

Browse files
committed
Merge branch 'main' of github.com:zarr-developers/zarr-python into feat/global-concurrency-limit
2 parents f2e2b1b + b873691 commit 6aeb834

109 files changed

Lines changed: 682 additions & 524 deletions

File tree

Some content is hidden

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

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1313

1414
- name: Install uv
15-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
15+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
1616

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

.github/workflows/gpu_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
dependency-set: ["minimal"]
3030

3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0 # grab all branches and tags
3535
# - name: cuda-toolkit

.github/workflows/hypothesis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
dependency-set: ["optional"]
2929

3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
- name: Set HYPOTHESIS_PROFILE based on trigger
3333
run: |
3434
if [[ "${{ github.event_name }}" == "schedule" || "${{ github.event_name }}" == "workflow_dispatch" ]]; then

.github/workflows/nightly_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
submodules: true
1818
fetch-depth: 0

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212

1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
submodules: true
1717
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ${{ matrix.os }}
4545

4646
steps:
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 0 # grab all branches and tags
5050
- name: Set up Python
@@ -86,7 +86,7 @@ jobs:
8686
- python-version: "3.11"
8787
dependency-set: upstream
8888
steps:
89-
- uses: actions/checkout@v5
89+
- uses: actions/checkout@v6
9090
with:
9191
fetch-depth: 0
9292
- name: Set up Python
@@ -115,7 +115,7 @@ jobs:
115115
name: doctests
116116
runs-on: ubuntu-latest
117117
steps:
118-
- uses: actions/checkout@v5
118+
- uses: actions/checkout@v6
119119
with:
120120
fetch-depth: 0 # required for hatch version discovery, which is needed for numcodecs.zarr3
121121
- name: Set up Python

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.

0 commit comments

Comments
 (0)