ZnTrack Versions Save

Create, visualize, run & benchmark DVC pipelines in Python & Jupyter notebooks.

v0.7.2

5 months ago

What's Changed

Full Changelog: https://github.com/zincware/ZnTrack/compare/v0.7.1...v0.7.2

v0.7.1

6 months ago

🚀 New Features

With this release we've introduced the zntrack list <remote> <rev> CLI with support for project.groups to neatly organize your Nodes. This feature is currently exclusive to zntrack.Node which are created with v0.7.0 or later. Furthermore, we added zntrack.get_nodes(<remote>, rev=<rev>) -> dict[str, Node] to easily access Nodes from a remote.

What's Changed

Full Changelog: https://github.com/zincware/ZnTrack/compare/v0.7.0...v0.7.1

v0.7.0

7 months ago

🚀 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

Full Changelog: https://github.com/zincware/ZnTrack/compare/v0.6.3...v0.7.0

v0.6.3

9 months ago

What's Changed

Full Changelog: https://github.com/zincware/ZnTrack/compare/v0.6.2...v0.6.3

v0.6.2a2

9 months ago

What's Changed

Full Changelog: https://github.com/zincware/ZnTrack/compare/v0.6.2...v0.6.2a2

v0.6.2

10 months ago

Breaking Change

There is a new output file that will prevent loading from cache. To update existing projects use:

  1. Rewrite the Graph
  2. copy and modify from dvc.yaml: zntrack run ... --name <node-name> --meta-only
  3. dvc commit nodes/<node-name>/node-meta.json

What's Changed

Full Changelog: https://github.com/zincware/ZnTrack/compare/v0.6.1...v0.6.2

v0.6.1

11 months ago

What's Changed

Full Changelog: https://github.com/zincware/ZnTrack/compare/v0.6.0...v0.6.1

v0.6.0

11 months ago

Major Release with some breaking API changes.

What's Changed

New Contributors

Full Changelog: https://github.com/zincware/ZnTrack/compare/v0.5.1...v0.6.0

v0.6.0a5

1 year ago

What's Changed

Full Changelog: https://github.com/zincware/ZnTrack/compare/v0.6.0a3...v0.6.0a5

v0.6.0a3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/zincware/ZnTrack/compare/v0.5.1...v0.6.0a3