Releases: zincware/ZnTrack
Releases · zincware/ZnTrack
ZnTrack 0.3.5
⚙️New Features
- add
@nodify()
decorator to convert functions into Nodes on the DAG - add automatic
__init__
including autocompletion
What's Changed
- clean up config files by @PythonFZ in #214
- Add support for function decorator by @PythonFZ in #213
- add tests by @PythonFZ in #215
- Add automatic init by @PythonFZ in #198
- Type check by @PythonFZ in #218
- fix jupyter issue by @PythonFZ in #219
Full Changelog: v0.3.4...v0.3.5
ZnTrack 0.3.4
ZnTrack 0.3.3
What's Changed
- Fix
__main__
import issue withzn.Methods
by @PythonFZ in #193 - fix #116 by @PythonFZ in #195
- fix lists for zn.methods by @PythonFZ in #200
- Bump version by @PythonFZ in #202
- add tests and fix posix issue on windows by @PythonFZ in #205
- Fix #203 by @PythonFZ in #206
- Optimize zn.Method serializer by @PythonFZ in #207
- Code Improvement by @PythonFZ in #208
- Bugfix by @PythonFZ in #209
- add run argument in addition to
no_exec
by @PythonFZ in #210
Full Changelog: v0.3.2...v0.3.3
ZnTrack 0.3.2
ZnTrack 0.3.1
ZnTrack 0.3.0
What's Changed
Complete restructure of ZnTrack from decorator-based to inheritance based. See #176 for more information.
A Migration Guide is available at https://zntrack.readthedocs.io/en/latest/_tutorials/migration_guide_v3.html
- bump version by @PythonFZ in #175
- Restructure ZnTrack to use Class Inhertiance instead of
@Node
decorator by @PythonFZ in #176 - Update Github Actions by @PythonFZ in #180
Full Changelog: v0.2.1...v0.3.0
ZnTrack 0.2.1
What's Changed
- Add coveralls by @PythonFZ in #163
- Fix creating Node directory on loading by @PythonFZ in #166
- Use
znjson
instead of built in serializer by @PythonFZ in #158 - Add isort by @PythonFZ in #164
- Update README.rst by @PythonFZ in #167
- Add
no_dvc
as__call__
argument by @PythonFZ in #168 - Update pytest.yaml by @PythonFZ in #170
- Fix Import Error by @PythonFZ in #171
- Add tests by @PythonFZ in #173
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Implement new type of zn. which allow for easier metrics / plots by @PythonFZ in #111
- Add graph theory section to docs. by @SamTov in #118
- Adding MetaData
@TimeIt
decorator by @PythonFZ in #119 - Disable untested
zn.plots
feature by @PythonFZ in #124 - named nodes by @PythonFZ in #129
- Add classes for Inheritance by @PythonFZ in #134
- Add config option
no_dvc
by @PythonFZ in #143 - Add Support for missing DVC Options by @PythonFZ in #139
- Collection of small Bugfixes by @PythonFZ in #144
- Clean up by @PythonFZ in #147
Full Changelog: v0.1.5...v0.2.0