Skip to content

ZnTrack 0.4.4

Compare
Choose a tag to compare
@PythonFZ PythonFZ released this 15 Dec 15:14
· 142 commits to main since this release
58e8d2b

Summary

This PR will increase the performance by removing many subprocess calls and rely on the DVC API.
It also contains an unfortunate but required break in #455

It is possible the after this change the cmd in the dvc.yaml is changed from python3 .. to python.. or the other way round.
You can also specify the python version via zntrack.config. This can cause DVC to run stages again. Revert the dvc.yaml and use dvc commit to update the cache.

What's Changed

Full Changelog: v0.4.3...v0.4.4