-
Notifications
You must be signed in to change notification settings - Fork 40
Add V2 design for parser protocol and open_virtual_dataset #598
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #598 +/- ##
===========================================
+ Coverage 89.34% 89.57% +0.23%
===========================================
Files 34 37 +3
Lines 1943 1986 +43
===========================================
+ Hits 1736 1779 +43
Misses 207 207
🚀 New features to boost your workflow:
|
virtualizarr/v2/__init__.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need a v2
namespace? Shouldn't we just be directly replacing the functions we already have?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The purpose is to allow updating parsers incrementally, but no worries if you prefer to do it all in one go with Sean's branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer to do it all in one go if we can!
Following design structure in #568
Builds on changes in #595, which should be merged first.
Closes #553
Closes #245