Zntrack

Latest version: v0.7.3

Safety actively analyzes 638437 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

0.6.2a2

What's Changed
* 660 use groups to create subdirectories in nwd by PythonFZ in https://github.com/zincware/ZnTrack/pull/661
* fix issue with zn nodes by PythonFZ in https://github.com/zincware/ZnTrack/pull/664
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zincware/ZnTrack/pull/658
* test for duplicate group names by PythonFZ in https://github.com/zincware/ZnTrack/pull/669
* Additional tests by PythonFZ in https://github.com/zincware/ZnTrack/pull/671
* Bump version by PythonFZ in https://github.com/zincware/ZnTrack/pull/672
* bump pandas & poetry update by PythonFZ in https://github.com/zincware/ZnTrack/pull/676
* allow nested groups by PythonFZ in https://github.com/zincware/ZnTrack/pull/680
* Add `Project(git_only_repo: bool)` by PythonFZ in https://github.com/zincware/ZnTrack/pull/677
* add example module by PythonFZ in https://github.com/zincware/ZnTrack/pull/682
* open graph directly by PythonFZ in https://github.com/zincware/ZnTrack/pull/688
* Add `Node.state.patch_open` context manager by PythonFZ in https://github.com/zincware/ZnTrack/pull/691


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

0.6.1

What's Changed
* optuna example by PythonFZ in https://github.com/zincware/ZnTrack/pull/624
* Params loading by PythonFZ in https://github.com/zincware/ZnTrack/pull/626
* Update README.md by PythonFZ in https://github.com/zincware/ZnTrack/pull/630
* 628 reconstruct node from dvcyaml by PythonFZ in https://github.com/zincware/ZnTrack/pull/629
* Add `with project.group()` by PythonFZ in https://github.com/zincware/ZnTrack/pull/642
* Improve exp by PythonFZ in https://github.com/zincware/ZnTrack/pull/627
* add build / repro to project by PythonFZ in https://github.com/zincware/ZnTrack/pull/643


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

0.6.0

Major Release with some breaking API changes.

What's Changed
* Add zincware badge by PythonFZ in https://github.com/zincware/ZnTrack/pull/487
* Update .readthedocs.yaml by PythonFZ in https://github.com/zincware/ZnTrack/pull/491
* Update pytest.yaml by PythonFZ in https://github.com/zincware/ZnTrack/pull/492
* Fix binder by PythonFZ in https://github.com/zincware/ZnTrack/pull/496
* Improve docs by PythonFZ in https://github.com/zincware/ZnTrack/pull/495
* add softlink by PythonFZ in https://github.com/zincware/ZnTrack/pull/504
* maintenance by PythonFZ in https://github.com/zincware/ZnTrack/pull/505
* Update when actions are to be executed by PythonFZ in https://github.com/zincware/ZnTrack/pull/506
* fix docstring for operating_directory by MrJulEnergy in https://github.com/zincware/ZnTrack/pull/507
* [0.6.0a0] Add the ZnFlow package by PythonFZ in https://github.com/zincware/ZnTrack/pull/516
* Bump version by PythonFZ in https://github.com/zincware/ZnTrack/pull/525
* zn.nodes updates by PythonFZ in https://github.com/zincware/ZnTrack/pull/529
* fix params for zn.nodes by PythonFZ in https://github.com/zincware/ZnTrack/pull/531
* Small fix by PythonFZ in https://github.com/zincware/ZnTrack/pull/532
* fix none type in dvc.<...> by PythonFZ in https://github.com/zincware/ZnTrack/pull/533
* Update znflow by PythonFZ in https://github.com/zincware/ZnTrack/pull/535
* update znflow by PythonFZ in https://github.com/zincware/ZnTrack/pull/540
* fix zn.nodes(None) by PythonFZ in https://github.com/zincware/ZnTrack/pull/541
* Fix issue with `zn.nodes` by PythonFZ in https://github.com/zincware/ZnTrack/pull/542
* add remove existing graph arg to zntrack.Project by PythonFZ in https://github.com/zincware/ZnTrack/pull/544
* Update znflow by PythonFZ in https://github.com/zincware/ZnTrack/pull/548
* Bugfixes by PythonFZ in https://github.com/zincware/ZnTrack/pull/557
* raise exception if znnodes is on the graph by PythonFZ in https://github.com/zincware/ZnTrack/pull/562
* fix recursion issue for `__repr__` by PythonFZ in https://github.com/zincware/ZnTrack/pull/563
* allow environment to be none so it will be unset by PythonFZ in https://github.com/zincware/ZnTrack/pull/565
* save meta.Text in zntrack.json by PythonFZ in https://github.com/zincware/ZnTrack/pull/567
* update workflow to use cache by PythonFZ in https://github.com/zincware/ZnTrack/pull/569
* fix None in `meta.Environment` by PythonFZ in https://github.com/zincware/ZnTrack/pull/571
* Update README.md by PythonFZ in https://github.com/zincware/ZnTrack/pull/572
* Improve `zntrack.meta.Environement` by PythonFZ in https://github.com/zincware/ZnTrack/pull/575
* Update Project by PythonFZ in https://github.com/zincware/ZnTrack/pull/580
* Add plots modify by PythonFZ in https://github.com/zincware/ZnTrack/pull/581
* Bugfixes by PythonFZ in https://github.com/zincware/ZnTrack/pull/582
* Updates by PythonFZ in https://github.com/zincware/ZnTrack/pull/586
* allow _module_ to define custom import path by PythonFZ in https://github.com/zincware/ZnTrack/pull/588
* DVCFileSystem retry for YAMLValidationError by PythonFZ in https://github.com/zincware/ZnTrack/pull/591
* Update file_io.py by PythonFZ in https://github.com/zincware/ZnTrack/pull/593
* Precommit by PythonFZ in https://github.com/zincware/ZnTrack/pull/601
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zincware/ZnTrack/pull/606
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zincware/ZnTrack/pull/613
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/zincware/ZnTrack/pull/619
* update docs by PythonFZ in https://github.com/zincware/ZnTrack/pull/602

New Contributors
* MrJulEnergy made their first contribution in https://github.com/zincware/ZnTrack/pull/507
* pre-commit-ci made their first contribution in https://github.com/zincware/ZnTrack/pull/606

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

0.6.0a5

What's Changed
* raise exception if znnodes is on the graph by PythonFZ in https://github.com/zincware/ZnTrack/pull/562
* fix recursion issue for `__repr__` by PythonFZ in https://github.com/zincware/ZnTrack/pull/563
* allow environment to be none so it will be unset by PythonFZ in https://github.com/zincware/ZnTrack/pull/565
* save meta.Text in zntrack.json by PythonFZ in https://github.com/zincware/ZnTrack/pull/567
* update workflow to use cache by PythonFZ in https://github.com/zincware/ZnTrack/pull/569
* fix None in `meta.Environment` by PythonFZ in https://github.com/zincware/ZnTrack/pull/571
* Update README.md by PythonFZ in https://github.com/zincware/ZnTrack/pull/572
* Improve `zntrack.meta.Environement` by PythonFZ in https://github.com/zincware/ZnTrack/pull/575
* Update Project by PythonFZ in https://github.com/zincware/ZnTrack/pull/580
* Add plots modify by PythonFZ in https://github.com/zincware/ZnTrack/pull/581
* Bugfixes by PythonFZ in https://github.com/zincware/ZnTrack/pull/582


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

0.6.0a3

What's Changed
* Add zincware badge by PythonFZ in https://github.com/zincware/ZnTrack/pull/487
* Update .readthedocs.yaml by PythonFZ in https://github.com/zincware/ZnTrack/pull/491
* Update pytest.yaml by PythonFZ in https://github.com/zincware/ZnTrack/pull/492
* Fix binder by PythonFZ in https://github.com/zincware/ZnTrack/pull/496
* Improve docs by PythonFZ in https://github.com/zincware/ZnTrack/pull/495
* add softlink by PythonFZ in https://github.com/zincware/ZnTrack/pull/504
* maintenance by PythonFZ in https://github.com/zincware/ZnTrack/pull/505
* Update when actions are to be executed by PythonFZ in https://github.com/zincware/ZnTrack/pull/506
* fix docstring for operating_directory by MrJulEnergy in https://github.com/zincware/ZnTrack/pull/507
* [0.6.0a0] Add the ZnFlow package by PythonFZ in https://github.com/zincware/ZnTrack/pull/516
* Bump version by PythonFZ in https://github.com/zincware/ZnTrack/pull/525
* zn.nodes updates by PythonFZ in https://github.com/zincware/ZnTrack/pull/529
* fix params for zn.nodes by PythonFZ in https://github.com/zincware/ZnTrack/pull/531
* Small fix by PythonFZ in https://github.com/zincware/ZnTrack/pull/532
* fix none type in dvc.<...> by PythonFZ in https://github.com/zincware/ZnTrack/pull/533
* Update znflow by PythonFZ in https://github.com/zincware/ZnTrack/pull/535
* update znflow by PythonFZ in https://github.com/zincware/ZnTrack/pull/540
* fix zn.nodes(None) by PythonFZ in https://github.com/zincware/ZnTrack/pull/541
* Fix issue with `zn.nodes` by PythonFZ in https://github.com/zincware/ZnTrack/pull/542
* add remove existing graph arg to zntrack.Project by PythonFZ in https://github.com/zincware/ZnTrack/pull/544
* Update znflow by PythonFZ in https://github.com/zincware/ZnTrack/pull/548
* Bugfixes by PythonFZ in https://github.com/zincware/ZnTrack/pull/557

New Contributors
* MrJulEnergy made their first contribution in https://github.com/zincware/ZnTrack/pull/507

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

0.5.1

What's Changed
* change zn.Hash to use OUTS instead of OUTS_NO_CACHE by PythonFZ in https://github.com/zincware/ZnTrack/pull/484
* Update version by PythonFZ in https://github.com/zincware/ZnTrack/pull/486


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

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.