-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Combine zn.deps
and zn.nodes
to zntrack.deps
#719
Conversation
Codecov Report
@@ Coverage Diff @@
## main #719 +/- ##
==========================================
- Coverage 89.86% 85.89% -3.98%
==========================================
Files 22 25 +3
Lines 1717 1893 +176
Branches 698 789 +91
==========================================
+ Hits 1543 1626 +83
- Misses 174 267 +93
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
* deprecated zntrack.zn and zntrack.dvc * deprecate 'zntrack.zn' and 'zntrack.dvc' modules * bump zntrack version to 0.7.0 * update imports
This uses the
name
key in thezntrack.json
to identify azn.nodes
as followsfrom typing_extensions import deprecated
for thezn
anddvc
modules (Deprecatezntrack.zn.<field>
andzntrack.dvc.<field>
#722)zn.nodes
is set)_name_ = "CustomNodeName"
zn.nodes
withnode.attr
tests