v0.6.2
Breaking Change
There is a new output file that will prevent loading from cache. To update existing projects use:
- Rewrite the Graph
- copy and modify from
dvc.yaml
:zntrack run ... --name <node-name> --meta-only
dvc commit nodes/<node-name>/node-meta.json
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #632
Breaking Update
Add UUID output to every Node by @PythonFZ in #647- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #646
- Allow for external dependencies by @PythonFZ in #649
- introduce build(nodes=list) by @PythonFZ in #654
- bugfix for external but not using external Node with params by @PythonFZ in #655
- Bump pre-commit from 2.21.0 to 3.3.3 by @dependabot in #640
Full Changelog: v0.6.1...v0.6.2