Skip to content

Releases: zincware/ZnTrack

v0.8.1

10 Dec 15:39
3cd1929
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

22 Nov 12:19
df42a1b
Compare
Choose a tag to compare

🚀 New Features

With this release ZnTrack has been redesigned to use dataclasses internally.
With this change, starting with Python 3.11 ZnTrack has support for type hints.

What's Changed

Full Changelog: v0.7.3...v0.8.0

ZnTrack 0.7.3

14 May 14:42
d6f96e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

ZnTrack 0.7.2

19 Dec 13:35
ac3938b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

ZnTrack 0.7.1

09 Nov 13:25
f784dc5
Compare
Choose a tag to compare

🚀 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: v0.7.0...v0.7.1

ZnTrack 0.7.0

22 Sep 16:03
33cd32b
Compare
Choose a tag to compare

🚀 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: v0.6.3...v0.7.0

ZnTrack 0.6.3

16 Aug 16:21
91f752e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

ZnTrack 0.6.2a2

10 Aug 19:56
82ad1e7
Compare
Choose a tag to compare
ZnTrack 0.6.2a2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.2...v0.6.2a2

v0.6.2

13 Jul 12:13
f0bd369
Compare
Choose a tag to compare

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: v0.6.1...v0.6.2

ZnTrack 0.6.1

15 Jun 14:22
77e25ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1