0.45.0 - Graphviz Visualizations
- Junjo workflow graphs can now be visualized directly with graphviz
- Every graph object can execute
to_dot_notation()to generate dot notation output of the graph (compatible with any graphviz renderer) - Every graph object can execute
export_graphviz_assets()to directly generate and export graphviz rendered assets (.svg files of the graphs / subflow graphs, .dot notation files, and a .html gallery file to display them)
Full Changelog: 0.44.1...0.45.0