-
Notifications
You must be signed in to change notification settings - Fork 92
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
Sync with zarr 3 beta #597
Merged
normanrz
merged 3 commits into
zarr-developers:zarr3-codecs
from
mpiannucci:zarr3-codecs-beta-sync
Oct 16, 2024
Merged
Sync with zarr 3 beta #597
normanrz
merged 3 commits into
zarr-developers:zarr3-codecs
from
mpiannucci:zarr3-codecs-beta-sync
Oct 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Oct 12, 2024
@normanrz - we (@mpiannucci and the crew at Earthmover) are interested in helping finish off #524. Do you have the bandwidth to review some work in this space? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## zarr3-codecs #597 +/- ##
================================================
- Coverage 94.31% 91.29% -3.02%
================================================
Files 61 61
Lines 2584 2586 +2
================================================
- Hits 2437 2361 -76
- Misses 147 225 +78
|
normanrz
approved these changes
Oct 16, 2024
normanrz
merged commit Oct 16, 2024
a4cf7ad
into
zarr-developers:zarr3-codecs
18 of 24 checks passed
normanrz
added a commit
that referenced
this pull request
Nov 8, 2024
* import zarr-python#1839 * pep8 * remove try/catch * pep8 * update to latest zarr-python interfaces * flake * add zarr-python to ci * fix import * tests * fixes * skip zarr3 tests on older python versions * ruff * add zfpy and pcodec * remove zarr from dependencies * change prefix * fixes for ci * fix for tests * pr feedback * Sync with zarr 3 beta (#597) * Sync with zarr 3 beta * Update zarr version in ci * dont install zarr python 3 in workflows running 3.10 * Update numcodecs/tests/test_zarr3.py Co-authored-by: David Stansby <[email protected]> * moves zarr3 to private module, adds test for zarr-python2 installs * add typing_extensions as dep * tests * importorskip minversion * ci install * drop zarr 2 in ci * no zarr2 + make zarr3 a public module * pre-commit * fixes? * fix validate * fix pcodec test * fix pcodec test * codecov * codecov * fix error match * codecov * codecov * coverage * wip docs * docs and renames all codecs * docs * new zarr beta * no zfpy for macos-14 * xfail * rm dead code * Update .github/workflows/ci.yaml Co-authored-by: David Stansby <[email protected]> * debug rtd * debug ci * Filter warnings in zarr3 tests * Fix warning ignore * pr feedback --------- Co-authored-by: Matthew Iannucci <[email protected]> Co-authored-by: David Stansby <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This syncs the zarr3 wrapper with the latest zarr beta.
TODO: