v0.8.0
🚀 New Features
With this release ZnTrack has been redesigned to use dataclasses
internally.
With this change, starting with Python 3.11 ZnTrack has support for type hints.
What's Changed
- Add more tests for
zntrack.apply
by @PythonFZ in #800 - poetry lock by @PythonFZ in #802
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #768
- ZnTrack v0.8 by @PythonFZ in #812
- update docs by @PythonFZ in #847
- Update README.md by @PythonFZ in #849
- zntrack v0.8 release by @PythonFZ in #850
zntrack.nodify
was removed- Exporting Nodes from notebooks has been removed
- loading unsafe code from remote repositories has been removed
Full Changelog: v0.7.3...v0.8.0