wting / python-graph

Automatically exported from code.google.com/p/python-graph
Other
5 stars 4 forks source link

Remove dated hypergraph methods. #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
accessibility
(Move to accessibility.py as accessibility_hypergraph)

connected_components
(Move to accessibility.py as connected_components_hypergraph)

cut_hyperedges
(Move to accessibility.py)

cut_nodes
(Move to accessibility.py as cut_hypernodes)

Original issue reported on code.google.com by christian.muise on 29 Oct 2009 at 8:38

GoogleCodeExporter commented 9 years ago
These should have unit tests once moved.

Original comment by christian.muise on 29 Oct 2009 at 8:41

GoogleCodeExporter commented 9 years ago
connected_components is finished with r589

Original comment by christian.muise on 4 Nov 2009 at 8:55

GoogleCodeExporter commented 9 years ago

Original comment by pmatiello on 10 Nov 2009 at 3:39

GoogleCodeExporter commented 9 years ago

Original comment by pmatiello on 10 Nov 2009 at 3:39

GoogleCodeExporter commented 9 years ago
accessibility is finished with r611

Original comment by christian.muise on 12 Nov 2009 at 1:02

GoogleCodeExporter commented 9 years ago

Original comment by pmatiello on 12 Nov 2009 at 2:28

GoogleCodeExporter commented 9 years ago
Not done this issue yet...

Original comment by christian.muise on 12 Nov 2009 at 3:45

GoogleCodeExporter commented 9 years ago
Sorry. :)

Original comment by pmatiello on 12 Nov 2009 at 3:54

GoogleCodeExporter commented 9 years ago
Remaining methods have been moved over in r612. The testing didn't follow suit, 
because I am unclear as to what the methods should do / how they should behave. 
This 
will be raised as a new issue for the 1.7.0 release.

Original comment by christian.muise on 14 Nov 2009 at 5:08