Skip to content

v0.11.0

Compare
Choose a tag to compare
@kayjan kayjan released this 07 Sep 20:07
· 918 commits to master since this release
6ae4805

2023-09-08

Added

  • Tree Helper: Pruning tree to allow pruning by prune_path and max_depth.
  • Tree Plot: Implement Enhanced Reingold Tilford Algorithm to retrieve (x, y) coordinates for a tree structure.

Changed

  • BaseNode/DAGNode: get_attr method to allow default return value.

Fixed

  • Utility Iterator: Relax type hinting using TypeVar.