From e346e9945ebc9520e3cf2160ff197964289b0ab9 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 17 Jul 2025 11:06:52 +0100 Subject: [PATCH 1/2] Add numcodecs to downstream projects to check before release --- .github/ISSUE_TEMPLATE/release-checklist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md index cfd153b69f..53c73397cd 100644 --- a/.github/ISSUE_TEMPLATE/release-checklist.md +++ b/.github/ISSUE_TEMPLATE/release-checklist.md @@ -25,6 +25,7 @@ assignees: '' - [ ] All tests pass in the ["GPU Tests" workflow](https://github.com/zarr-developers/zarr-python/actions/workflows/gpu_test.yml). - [ ] All tests pass in the ["Hypothesis" workflow](https://github.com/zarr-developers/zarr-python/actions/workflows/hypothesis.yaml). - [ ] Check that downstream libraries work well (maintainers can make executive decisions about whether all checks are required for this release). + - [ ] numcodecs - [ ] Xarray (@jhamman @dcherian @TomNicholas) - Zarr's upstream compatibility is tested via the [Upstream Dev CI worklow](https://github.com/pydata/xarray/actions/workflows/upstream-dev-ci.yaml). - Click on the most recent workflow and check that the `upstream-dev` job has run and passed. `upstream-dev` is not run on all all workflow runs. From 27371bca56dd81cc7a7f51e17aed6a847dd9209b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 14:44:22 +0000 Subject: [PATCH 2/2] style: pre-commit fixes --- .github/ISSUE_TEMPLATE/release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md index 53c73397cd..e754cab54c 100644 --- a/.github/ISSUE_TEMPLATE/release-checklist.md +++ b/.github/ISSUE_TEMPLATE/release-checklist.md @@ -25,7 +25,7 @@ assignees: '' - [ ] All tests pass in the ["GPU Tests" workflow](https://github.com/zarr-developers/zarr-python/actions/workflows/gpu_test.yml). - [ ] All tests pass in the ["Hypothesis" workflow](https://github.com/zarr-developers/zarr-python/actions/workflows/hypothesis.yaml). - [ ] Check that downstream libraries work well (maintainers can make executive decisions about whether all checks are required for this release). - - [ ] numcodecs + - [ ] numcodecs - [ ] Xarray (@jhamman @dcherian @TomNicholas) - Zarr's upstream compatibility is tested via the [Upstream Dev CI worklow](https://github.com/pydata/xarray/actions/workflows/upstream-dev-ci.yaml). - Click on the most recent workflow and check that the `upstream-dev` job has run and passed. `upstream-dev` is not run on all all workflow runs.