Skip to content

[1.1.0]Pywgraph

Latest
Compare
Choose a tag to compare
@josek98 josek98 released this 15 May 11:29
· 1 commit to master since this release
9848e45

Paths and cycles!

In this new release some major changes where made. Now the method find_path is replaced with find_paths. This method is able to finde all paths connecting the selected nodes. You add parameters to allow multiple visists to some or all nodes during the search of a path.

Also add a method to find cycles that contains an specific node and the property to return all cycles of the graph. Now you can also check if a graph is conmutative with the is_conmutative property. Check release notes and README.MD to find more information about changes.

What's Changed

Full Changelog: v1.0.2...v1.1.0