-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to zarr-v3-compatible released version of Kerchunk (0.2.8) #412
Conversation
We need kerchunk to be on conda for the CI to work https://github.com/conda-forge/kerchunk-feedstock @martindurant |
The bot should pick it up later today. |
conda forge PR is merged, artefact should be available soon. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #412 +/- ##
==========================================
+ Coverage 77.81% 84.17% +6.36%
==========================================
Files 31 31
Lines 1839 1839
==========================================
+ Hits 1431 1548 +117
+ Misses 408 291 -117 |
Only failure is an icechunk one which also occurs on Thank so much @martindurant ! |
Long-awaited part of #392, as it allows us to pin
zarr-python>=3
!cc @mpiannucci the warning in the icechunk docs can be updated now (though virtualizarr still needs to be fixed to work with the latest version of icechunk).
Tests addedFull type hint coveragedocs/releases.rst
New functions/methods are listed inapi.rst
New functionality has documentation