File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
1111## [ 0.3.3] - 2022-11-07
1212### Added
13+ - DAG Exporter: To list, nested dictionary, pandas DataFrame.
14+
15+ ### Changed
16+ - BaseNode and DAGNode: Modify docstring.
1317- Tree Exporter: Support Nodes with same name.
1418- Tree Modifier: Modify docstring.
1519- Utility Iterators: Modify docstring.
16- - DAG Exporter: To list, nested dictionary, pandas DataFrame.
1720
1821## [ 0.3.2] - 2022-11-07
19- ### Added
22+ ### Fixed
2023- Tree Exporter: Fix edge direction error.
2124
2225## [ 0.3.1] - 2022-11-07
@@ -26,13 +29,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2629## [ 0.3.0] - 2022-11-05
2730### Added
2831- DAG Constructors: From list, nested dictionary, pandas DataFrame.
29- - Tree Exporter and DAG Exporter: More customizations for Node to dot and DAGNode to dot.
3032- Utility Iterators: DAG traversal methods.
3133
34+ ### Changed
35+ - Tree Exporter and DAG Exporter: More customizations for Node to dot and DAGNode to dot.
36+
3237## [ 0.2.0] - 2022-11-03
3338### Added
3439- Node: DAGNode for creating DAG graph.
35- - Tree Exporter: Support Node to dot which can export to png, jpeg, dot files.
40+ - Tree Exporter: Support Node to dot which can export to png, svg, jpeg, dot files.
3641- DAG Exporter: Support DAGNode to dot.
3742
3843## [ 0.1.0] - 2022-11-01
You can’t perform that action at this time.
0 commit comments