Skip to content

v0.13.0

Compare
Choose a tag to compare
@kayjan kayjan released this 29 Sep 13:50
· 853 commits to master since this release
d965168

2023-09-29

Added

  • Tree Exporter: Export tree to flowchart diagram in mermaid markdown format using tree_to_mermaid.

Changed

  • Tree Exporter: Relax type hinting using TypeVar for clone_tree.
  • Tree Helper: Accept Iterable instead of List for custom_style attribute of yield_tree and print_tree.
  • Misc: Fix docstring for better presentation of code vs variable vs normal text.

What's Changed

Full Changelog: 0.12.5...0.13.0