0.8.0
2023-03-10
Added
- Misc: Type checking with
mypy
, added type checks to pre-commit hooks.
Changed
- DAGNode:
go_to
method to be consistent withList[List[DAGNode]]
type.
Fixed
- Tree Exporter: Exception handling in
yield_tree
ifnode_name_or_path
is not found. - Workflow: Exception handling in prioritizing item/list if item/list is not the correct tree depth.
- Workflow: Exception handling in removing item/list if item/list is not found.