ZnTrack 0.7.1
🚀 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
- introduce
get_nwd
function by @PythonFZ in #726 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #718
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #732
- add tqdm bar for projects with more than 5 nodes by @PythonFZ in #738
- Fix issue with
_external_
inproj.group
by @PythonFZ in #742 - Add
zntrack list
andzntrack.get_nodes
by @PythonFZ in #743
Full Changelog: v0.7.0...v0.7.1