Skip to content

Commit 7808aeb

Browse files
committed
Merge zarr-developers/main into jakirkham/fix_pcodec_soft
2 parents 4cc252e + 4b95d66 commit 7808aeb

Some content is hidden

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

68 files changed

+284
-131
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,6 @@ jobs:
102102
103103
- uses: codecov/codecov-action@v5
104104
with:
105+
fail_ci_if_error: true
105106
token: ${{ secrets.CODECOV_TOKEN }}
106107
verbose: true

.github/workflows/wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
submodules: true
2828

29-
- uses: pypa/cibuildwheel@v2.21.3
29+
- uses: pypa/cibuildwheel@v2.22.0
3030

3131
- uses: actions/upload-artifact@v4
3232
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: debug-statements
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.7.4
18+
rev: v0.8.1
1919
hooks:
2020
- id: ruff
2121
args: ["--fix", "--show-fixes"]

docs/release.rst

Lines changed: 32 additions & 0 deletions

docs/zarr3.rst

Lines changed: 2 additions & 0 deletions
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"delta_encoding_order": 2,
3+
"delta_spec": "auto",
4+
"equal_pages_up_to": 262144,
5+
"id": "pcodec",
6+
"level": 8,
7+
"mode_spec": "auto",
8+
"paging_spec": "equal_pages_up_to"
9+
}
30 Bytes
Binary file not shown.
42 Bytes
Binary file not shown.
30 Bytes
Binary file not shown.
42 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)