v0.11.0
2023-09-08
Added
- Tree Helper: Pruning tree to allow pruning by
prune_path
andmax_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.