Skip to content

update pcodec#817

Open
mwlon wants to merge 8 commits intozarr-developers:mainfrom
mwlon:pcodec-v1
Open

update pcodec#817
mwlon wants to merge 8 commits intozarr-developers:mainfrom
mwlon:pcodec-v1

Conversation

@mwlon
Copy link
Copy Markdown
Contributor

@mwlon mwlon commented Feb 12, 2026

Fixes #815 . Updated to >=v1, which has various improvements.

Signed-off-by: mwlon <m.w.loncaric@gmail.com>
Signed-off-by: mwlon <m.w.loncaric@gmail.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (1fdde70) to head (737c92e).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #817   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           27        27           
  Lines          901       901           
=========================================
  Hits           901       901           
Files with missing lines Coverage Δ
src/numcodecs/pcodec.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: mwlon <m.w.loncaric@gmail.com>
Signed-off-by: mwlon <m.w.loncaric@gmail.com>
Signed-off-by: mwlon <m.w.loncaric@gmail.com>
Signed-off-by: mwlon <m.w.loncaric@gmail.com>
@mwlon
Copy link
Copy Markdown
Contributor Author

mwlon commented Feb 15, 2026

CI appears to be failing for unrelated reasons.

@DimitriPapadopoulos
Copy link
Copy Markdown
Contributor

DimitriPapadopoulos commented Apr 12, 2026

I understand pcodec now supports Python 3.14. Could you address this comment?

# TODO: Remove this conditional when pcodec supports Python 3.14
if [[ "${{ matrix.python-version }}" == "3.14" ]]; then
python -m pip install -v ".[test,test_extras,msgpack,google_crc32c,crc32c,zfpy]"
else
python -m pip install -v ".[test,test_extras,msgpack,google_crc32c,crc32c,pcodec,zfpy]"
fi

Also, please rebase to resolve conflicts and hopefully fix CI failures.

mwlon added 2 commits April 12, 2026 19:59
Signed-off-by: mwlon <m.w.loncaric@gmail.com>
@mwlon
Copy link
Copy Markdown
Contributor Author

mwlon commented Apr 13, 2026

@DimitriPapadopoulos keen eye, updated ci.yaml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade Pcodec to v1

2 participants