index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
algorithms
/
tests
/
test_matching.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increased test coverage algorithms/matching.py (#6095)
Mjh9122
2022-10-31
1
-1
/
+36
*
Remove deprecated maxcardinality parameter from min_weight_matching (#6146)
Ross Barnowski
2022-10-31
1
-4
/
+2
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-1
/
+2
*
Fix min_weight_matching to convert edge weights without reciprocal (#5394)
Dan Schult
2022-04-01
1
-12
/
+18
*
Update matching functions for error validation and speed (#4897)
Dan Schult
2022-02-18
1
-4
/
+25
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
1
-45
/
+45
*
Add approximation algorithms for traveling salesman problem (#4607)
Dan Schult
2021-05-16
1
-78
/
+105
*
Verify edges are valid in is_matching() (#4638)
Matthew Treinish
2021-03-01
1
-0
/
+8
*
Format w/ black
Jarrod Millman
2020-07-10
1
-94
/
+249
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-5
/
+5
*
Remove unused imports
Jarrod Millman
2019-10-12
1
-3
/
+0
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
1
-29
/
+29
*
Restore checking PyPy3 (#3514)
Omer Katz
2019-08-02
1
-2
/
+4
*
Add is_perfect_matching function (#2982)
Alexander Condello
2018-05-24
1
-0
/
+34
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-27
/
+28
*
max_weight_matching returns set of edges (#2774)
Aric Hagberg
2017-11-26
1
-53
/
+54
*
Fixes tests for maximal matching.
Jeffrey Finkelstein
2016-02-23
1
-74
/
+107
*
Corrected eppstein matching
Nishant Nikhil
2016-02-05
1
-59
/
+60
*
Adding test for #1736
Arafat
2016-01-05
1
-0
/
+14
*
test for weight parameter in max_weight_matching
aureooms
2015-08-12
1
-36
/
+43
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-2
/
+2
*
Bugfix to allow u-v or v-u ordering in edges
Aric Hagberg
2013-11-27
1
-0
/
+17
*
Fix for Python2.6 syntax
Aric Hagberg
2012-05-06
1
-6
/
+6
*
Add maximal_matching. Addresses #714
Aric Hagberg
2012-04-15
1
-1
/
+38
*
Switch tests to unittest style
aric
2010-08-10
1
-0
/
+210