Releases: FreeYourSoul/FreExGraph
Releases · FreeYourSoul/FreExGraph
1.3.0
1.2.3 : Fix composed visitation
- Fix bug on Composed visitation (multiple start hook called)
1.2.2 : Forking and various Improvement
- Improve forking mechanism to match with sub_graph
- Improve fork/sub_graph documentation
- Forward kwargs on standard visitor to be able to use BaseVisitor constructor
- Add replace node utility
1.1.0 : Add utility, improve visitation flow
- Fix documentation
- Add utility method at node level (get_predecessors/get_successors)
- Add possibility to visitation of the graph from anywhere (starting provided node) as it would have been expected seeing the API
1.0.0 : First release
* Complete documentation
* Test and implement custom visitor hook
* Implement delete nodes
* Composed visitor implementation
* Delete node and descendant
0.1.0
* Execution graph implementation
* Visitor implementation