Skip to content

chore: relnote

cad6d92
Select commit
Loading
Failed to load commit list.
Merged

chore: spec0 compat (python 3.14 compat, python 3.12 min) #3564

chore: relnote
cad6d92
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 13, 2026 in 0s

61.05% (+0.16%) compared to 1c05c1a

View this Pull Request on Codecov

61.05% (+0.16%) compared to 1c05c1a

Details

Codecov Report

❌ Patch coverage is 11.47541% with 108 lines in your changes missing coverage. Please review.
✅ Project coverage is 61.05%. Comparing base (1c05c1a) to head (cad6d92).

Files with missing lines Patch % Lines
src/zarr/abc/codec.py 10.00% 9 Missing ⚠️
src/zarr/core/dtype/wrapper.py 0.00% 9 Missing ⚠️
src/zarr/core/sync.py 0.00% 8 Missing ⚠️
src/zarr/core/array.py 0.00% 7 Missing ⚠️
src/zarr/storage/_utils.py 12.50% 7 Missing ⚠️
src/zarr/core/dtype/npy/complex.py 14.28% 6 Missing ⚠️
src/zarr/core/dtype/npy/float.py 14.28% 6 Missing ⚠️
src/zarr/core/common.py 0.00% 5 Missing ⚠️
src/zarr/core/dtype/npy/int.py 0.00% 5 Missing ⚠️
src/zarr/core/indexing.py 0.00% 5 Missing ⚠️
... and 20 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3564      +/-   ##
==========================================
+ Coverage   60.89%   61.05%   +0.16%     
==========================================
  Files          86       86              
  Lines       10182    10152      -30     
==========================================
- Hits         6200     6198       -2     
+ Misses       3982     3954      -28     
Files with missing lines Coverage Δ
src/zarr/core/buffer/core.py 30.34% <100.00%> (ø)
src/zarr/core/dtype/npy/common.py 63.70% <ø> (+1.99%) ⬆️
src/zarr/testing/stateful.py 98.84% <100.00%> (-0.01%) ⬇️
src/zarr/types.py 100.00% <100.00%> (ø)
src/zarr/abc/numcodec.py 16.66% <0.00%> (+1.28%) ⬆️
src/zarr/abc/store.py 36.87% <0.00%> (ø)
src/zarr/api/asynchronous.py 72.20% <0.00%> (ø)
src/zarr/_compat.py 10.81% <0.00%> (+0.28%) ⬆️
src/zarr/core/chunk_key_encodings.py 33.82% <0.00%> (ø)
src/zarr/core/dtype/__init__.py 30.00% <0.00%> (ø)
... and 24 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.