-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
Mark V3 API experimental #1032
Mark V3 API experimental #1032
Conversation
Following discussion at this week's community call, a few additional precautions are being implemented here: - [x] rename the var ZARR_V3_API_AVAILABLE to ZARR_V3_EXPERIMENTAL_API - [x] add an assertion to prevent use of zarr_version=3 w/o the var
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1032 +/- ##
=======================================
Coverage 99.94% 99.94%
=======================================
Files 34 34
Lines 13788 13847 +59
=======================================
+ Hits 13781 13840 +59
Misses 7 7
|
e261a06
to
c1f9d5d
Compare
Restarting failed CI jobs |
Ok. That got us to green. Propose to release this ASAP as cc: @MSanKeys963 |
Thanks for leading this @joshmoore. |
Deferring to @jakirkham on that one. |
We can |
Following discussion at this week's community call, a few additional
precautions are being implemented here:
All tests should continue passing in GHA since the variable is set. Local runs, however, need some consideration in order to properly
xfail
.See also #1020