summaryrefslogtreecommitdiff
path: root/networkx/algorithms/matching.py
Commit message (Expand)AuthorAgeFilesLines
* Update documentation of networkx.algorithms.matching to include reference to ...Mridul Seth2015-06-091-0/+3
* Fix copyrightsJGab2015-04-211-1/+1
* Fix incorrect double underscore.chebee7i2014-04-161-1/+1
* Bugfix to allow u-v or v-u ordering in edgesAric Hagberg2013-11-271-5/+3
* Fix errors in docs.Aric Hagberg2013-01-041-2/+2
* update doc strings for approximation moduleNicholas Mancuso2012-10-061-16/+28
* Add maximal_matching. Addresses #714Aric Hagberg2012-04-151-13/+36
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-3/+4
* Some documentation improvementsaric2010-04-051-13/+30
* License change to BSD.aric2009-08-261-2/+2
* convert matching to use weight attribute of grapharic2009-08-111-3/+5
* Fix bug due to G.edges_iter() api change and add testsaric2009-08-041-12/+2
* Fix the bug I introduced in matching.py in [1099]aric2009-08-031-1/+1
* Rename get_edge() to get_edge_data(). Now returns None asaric2008-12-221-1/+1
* move max matching function to algorithms and include in documentationaric2008-11-201-0/+780