ZnTrack 0.4.0
⚙️New Features
- License changed to Apache-2.0 License
- support for Python 3.7
- Add a lazy-loading mechanic in #236
- internal optimization
- new load mechanic via
Node[<nodename>]
- introduce
zntrack.getdeps
(see documentation)
What's Changed
- Update README.md by @PythonFZ in #220
- Small Code Improvements by @PythonFZ in #223
- Support Python 3.7 by @PythonFZ in #228
- change serializer by @PythonFZ in #231
- Fix bug by @PythonFZ in #235
- Code Cleanup + Docs + Bugfixes by @PythonFZ in #232
- Update CI by @PythonFZ in #237
- Allow for class dependencies by @PythonFZ in #239
- Stop converting jupyter to python after class definition is found by @PythonFZ in #238
- use
as_posix
instead ofstr()
by @PythonFZ in #241 - Add a lazy-loading mechanic by @PythonFZ in #236
- add config.log_level by @PythonFZ in #244
- use enum library by @PythonFZ in #248
- Add Tests for depedencies by @PythonFZ in #249
- add
prepare_dvc_script
fornodify
andNode
by @PythonFZ in #246 - Fix #240 by @PythonFZ in #250
- Fix #234 by @PythonFZ in #251
- Remove tracked value tracked by @PythonFZ in #253
- Allow
Node[<nodename>]
to load a Node by @PythonFZ in #254 - Pylint perflint by @PythonFZ in #256
- Allow for Node Attribute dependencies by @PythonFZ in #255
- Update License and bump version by @PythonFZ in #257
Full Changelog: v0.3.5...v0.4.0