ZnTrack 0.4.3
What's Changed
- update poetry by @PythonFZ in #336
- Bump znjson from 0.1.2 to 0.1.3 by @dependabot in #341
- change python dependency from
<3.11
to<4.0.0
by @PythonFZ in #352 - add
use_node_dir
to save results in the nodes directory by @PythonFZ in #353 - Bump flake8 from 4.0.1 to 5.0.2 by @dependabot in #355
- Remove Python 3.7 CI by @PythonFZ in #360
- remove
use_node_dir
and replace withutils.nwd
by @PythonFZ in #359 - Bump pygit2 from 1.9.2 to 1.10.0 by @dependabot in #357
- Bump dvc from 2.15.0 to 2.17.0 by @dependabot in #362
- Cleanup
proj_path
fixture by @PythonFZ in #379 - bump version + add readme keyword by @PythonFZ in #382
- 376 make default type zntrackoption by @PythonFZ in #383
- Add Custom Errors by @PythonFZ in #384
- Update automatic
__init__
to require non-default kwargs by @PythonFZ in #387 - use
ZnInit
package by @PythonFZ in #390 - fix pylint warnings by @PythonFZ in #393
- fix
zn.Nodes
issue withzn.plots
by @PythonFZ in #338 - Undo call cargs change by @PythonFZ in #402
- write the class docstring to
dvc.yaml
'desc' field by @PythonFZ in #403 - create a performance report by @PythonFZ in #417
- Small Code Updates by @PythonFZ in #407
- add depreciation warning by @PythonFZ in #414
- make 'affected_files' a property by @PythonFZ in #415
- Inspect code by @PythonFZ in #418
- add 'write_desc' kwarg by @PythonFZ in #419
- Depreciate dvc interface by @PythonFZ in #421
- Add
cache
argument tozn.metrics
andzn.plots
by @PythonFZ in #420 - add
zn.Meta
for metadata which is not tracked by DVC by @PythonFZ in #404
Full Changelog: v0.4.2...v0.4.3