Skip to content

Releases: FreeYourSoul/FreExGraph

1.3.0

02 Dec 16:31

Choose a tag to compare

  • Add extension depth limitation in standard visitor
  • Add length calculation visitor
  • Improve tqdm usage

1.2.3 : Fix composed visitation

10 May 07:45

Choose a tag to compare

  • Fix bug on Composed visitation (multiple start hook called)

1.2.2 : Forking and various Improvement

05 May 22:17

Choose a tag to compare

  • 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

16 Apr 19:48

Choose a tag to compare

  • 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

01 Apr 20:41

Choose a tag to compare

* Complete documentation
* Test and implement custom visitor hook
* Implement delete nodes
* Composed visitor implementation
* Delete node and descendant

0.1.0

27 Mar 21:32
81795da

Choose a tag to compare

* Execution graph implementation
* Visitor implementation