Skip to content

Commit 230c52c

Browse files
authored
Adds crc32c codec (#613)
* adds crc32c codec * changelog * pyproject.toml * codecov * move to checksum32.py * rm old docs * docs * pre-commit * codecov * codecov * docstrings * crc32c as optional dep * codecov
1 parent 88464f6 commit 230c52c

Some content is hidden

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

69 files changed

+208
-29
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'

docs/checksum32.rst

Lines changed: 11 additions & 0 deletions

docs/release.rst

Lines changed: 4 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.

fixture/adler32/array.11.npy

7.94 KB
Binary file not shown.

0 commit comments

Comments
 (0)