ZnTrack 0.7.0
🚀 ZnTrack 0.7.0
The zntrack.zn.<fields>
and zntrack.dvc.<fields>
have been deprecated in favor of zntrack.<field>
and zntrack.<field>_path
, respectively.
The functionality of zntrack.zn.deps
and zntrack.zn.nodes
has been merged into zntrack.deps
, allowing for a reduction in DVC stages, which is especially useful in large graphs.
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #711
- Update README.md by @PythonFZ in #715
- Maintenance by @PythonFZ in #717
- Use znflow groups by @PythonFZ in #721
- Combine
zn.deps
andzn.nodes
tozntrack.deps
by @PythonFZ in #719
Full Changelog: v0.6.3...v0.7.0