Skip to content

Releases: zincware/ZnTrack

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

ZnTrack v0.6.0

25 May 12:41
4822680
Compare
Choose a tag to compare

Major Release with some breaking API changes.

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

ZnTrack 0.6.0a5

10 Apr 20:12
db2d94f
Compare
Choose a tag to compare
ZnTrack 0.6.0a5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.0a3...v0.6.0a5

ZnTrack 0.6.0a3

28 Mar 20:21
4f05747
Compare
Choose a tag to compare
ZnTrack 0.6.0a3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0a3

ZnTrack 0.5.1

31 Jan 12:34
8951dd6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

ZnTrack 0.5.0

20 Dec 16:18
8399902
Compare
Choose a tag to compare

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

Full Changelog: v0.4.4...v0.5.0

ZnTrack 0.4.4

15 Dec 15:14
58e8d2b
Compare
Choose a tag to compare

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

ZnTrack 0.4.3

18 Oct 22:10
14d18c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3