Skip to content

Merge branch 'main' into subarray_dtypes

c168f9f
Select commit
Loading
Failed to load commit list.
Open

Experimental Support for Subarray DTypes #3587

Merge branch 'main' into subarray_dtypes
c168f9f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 19, 2025 in 0s

60.93% (+0.03%) compared to b873691

View this Pull Request on Codecov

60.93% (+0.03%) compared to b873691

Details

Codecov Report

❌ Patch coverage is 63.15789% with 56 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.93%. Comparing base (b873691) to head (c168f9f).

Files with missing lines Patch % Lines
src/zarr/core/dtype/npy/subarray.py 58.55% 46 Missing ⚠️
src/zarr/core/dtype/npy/structured.py 80.00% 5 Missing ⚠️
src/zarr/core/dtype/common.py 71.42% 4 Missing ⚠️
src/zarr/core/dtype/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3587      +/-   ##
==========================================
+ Coverage   60.90%   60.93%   +0.03%     
==========================================
  Files          86       87       +1     
  Lines       10174    10315     +141     
==========================================
+ Hits         6196     6285      +89     
- Misses       3978     4030      +52     
Files with missing lines Coverage Δ
src/zarr/core/dtype/npy/bytes.py 53.00% <100.00%> (ø)
src/zarr/core/dtype/__init__.py 29.50% <0.00%> (-0.50%) ⬇️
src/zarr/core/dtype/common.py 33.33% <71.42%> (+5.62%) ⬆️
src/zarr/core/dtype/npy/structured.py 60.34% <80.00%> (+3.96%) ⬆️
src/zarr/core/dtype/npy/subarray.py 58.55% <58.55%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.