0.9.4
2023-06-18
Added
- Tree Constructor:
list_to_tree_by_relation
anddataframe_to_tree_by_relation
method to allow duplicate intermediate nodes (default is false). - DAG Exporter: Added
node_shape
parameter indag_to_dot
export function for easier way to customize node shape. - Misc: More test cases.
- Misc: Added security instructions on how to raise vulnerabilities.
- Misc: Added Calendar workflow to documentation.
Changed
- Tree Constructor:
add_dict_to_tree_by_name
method rename argument frompath_attrs
toname_attrs
. - Misc: Modified contributing instructions.
Fixed
- Tree Exporter:
tree_to_dot
to handle cases when not all nodes haveedge_attr
. - DAG Exporter:
dag_to_dot
to perform dictionary copy to prevent style from being overridden for child nodes. - Tree Constructor:
dataframe_to_tree
to handle case when path column is not the first column.