Skip to content

Commit 45cbf87

Browse files
authored
Merge branch 'main' into avoid_mp_locking_at_importtime
2 parents d7a4363 + e3299b8 commit 45cbf87

Some content is hidden

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

70 files changed

+210
-30
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ 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
6767
if: matrix.python-version != '3.13.0'

.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.0
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: 5 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.

fixture/adler32/array.10.npy

7.94 KB
Binary file not shown.

0 commit comments

Comments
 (0)