Skip to content

0.8.0

Compare
Choose a tag to compare
@kayjan kayjan released this 05 Jun 10:29

2023-03-10

Added

  • Misc: Type checking with mypy, added type checks to pre-commit hooks.

Changed

  • DAGNode: go_to method to be consistent with List[List[DAGNode]] type.

Fixed

  • Tree Exporter: Exception handling in yield_tree if node_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.