ZnTrack 0.5.0
Changes
Breaking change in the dvc.yaml
. The cmd
was changed from python -c ...
to zntrack run ...
which will not load from the cache. Please use dvc commit
and revert the dvc.yaml
to keep your cache up to date.
Add ZnTrack CLI:
- run
- init
What's Changed
- update version for next release by @PythonFZ in #469
- add
zntrack run
and changecmd
indvc.yaml
by @PythonFZ in #470 - improve and add tests for operating directory by @PythonFZ in #471
- Bump version +
zntrack init
by @PythonFZ in #472
Full Changelog: v0.4.4...v0.5.0