Skip to content

Commit 2d7e4ce

Browse files
authored
Merge branch 'zarr-developers:main' into main
2 parents 32ec6ab + b891104 commit 2d7e4ce

Some content is hidden

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

78 files changed

+264
-61
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.10", "3.11", "3.12", "3.13.0"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1616
# macos-12 is an intel runner, macos-14 is a arm64 runner
1717
platform: [ubuntu-latest, windows-latest, macos-12, macos-14]
1818

@@ -61,10 +61,10 @@ jobs:
6161
conda activate env
6262
export DISABLE_NUMCODECS_AVX2=""
6363
# TODO: put back zfpy import when it supports numpy 2.0
64-
python -m pip install -v -e .[test,test_extras,msgpack]
64+
python -m pip install -v -e .[test,test_extras,msgpack,crc32c]
6565
6666
- name: Install pcodec
67-
if: matrix.python-version != '3.13.0'
67+
if: matrix.python-version != '3.13'
6868
shell: "bash -l {0}"
6969
run: |
7070
conda activate env

.pep8speaks.yml

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

.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.6.9
18+
rev: v0.7.1
1919
hooks:
2020
- id: ruff
2121
args: ["--fix", "--show-fixes"]

docs/checksum32.rst

Lines changed: 11 additions & 0 deletions

docs/release.rst

Lines changed: 19 additions & 0 deletions

fixture/adler32/array.05.npy

7.94 KB
Binary file not shown.

fixture/adler32/array.06.npy

7.94 KB
Binary file not shown.

fixture/adler32/array.07.npy

7.94 KB
Binary file not shown.

fixture/adler32/array.08.npy

7.94 KB
Binary file not shown.

fixture/adler32/array.09.npy

7.94 KB
Binary file not shown.

0 commit comments

Comments
 (0)