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
/
matching.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos (#6620)
Harri Nieminen
2023-04-04
1
-1
/
+1
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-2
/
+0
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
1
-6
/
+3
*
Remove deprecated maxcardinality parameter from min_weight_matching (#6146)
Ross Barnowski
2022-10-31
1
-16
/
+1
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-3
/
+3
*
Added docstring examples to matching functions (#5617)
Lukong123
2022-05-16
1
-0
/
+36
*
Fix min_weight_matching to convert edge weights without reciprocal (#5394)
Dan Schult
2022-04-01
1
-12
/
+43
*
Update matching functions for error validation and speed (#4897)
Dan Schult
2022-02-18
1
-36
/
+81
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-1
/
+1
*
Add approximation algorithms for traveling salesman problem (#4607)
Dan Schult
2021-05-16
1
-7
/
+50
*
Verify edges are valid in is_matching() (#4638)
Matthew Treinish
2021-03-01
1
-0
/
+7
*
Format w/ black
Jarrod Millman
2020-07-10
1
-37
/
+44
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-3
/
+2
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-14
/
+0
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Add is_perfect_matching function (#2982)
Alexander Condello
2018-05-24
1
-2
/
+39
*
Misc. typos (#2872)
luzpaz
2018-02-14
1
-2
/
+2
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-6
/
+6
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
max_weight_matching returns set of edges (#2774)
Aric Hagberg
2017-11-26
1
-8
/
+6
*
Update docs
Jarrod Millman
2017-08-18
1
-1
/
+1
*
Comply with pep8
Jarrod Millman
2017-08-17
1
-1
/
+0
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Fix docs for maximal_matching and tensor_product
Dan Schult
2016-06-08
1
-3
/
+4
*
Fixes tests for maximal matching.
Jeffrey Finkelstein
2016-02-23
1
-19
/
+114
*
Corrected eppstein matching
Nishant Nikhil
2016-02-05
1
-54
/
+62
*
Fixes #1736
Arafat
2016-01-05
1
-1
/
+1
*
Update copyrights
Mridul Seth
2016-01-01
1
-1
/
+1
*
Fix some sphinx formatting errors
Dan Schult
2015-10-04
1
-1
/
+1
*
Merge pull request #1734 from aureooms/faster-maximal-matching
Dan Schult
2015-08-31
1
-4
/
+4
|
\
|
*
constant factor improvement for maximal_matching
aureooms
2015-08-12
1
-4
/
+4
*
|
update notes in max_weight_matching
aureooms
2015-08-31
1
-1
/
+1
*
|
update docstring of max_weight_matching
aureooms
2015-08-12
1
-1
/
+6
*
|
add weight attribute param in max_weight_matching
aureooms
2015-08-12
1
-4
/
+4
|
/
*
Merge pull request #1588 from MridulS/neigbhorsiter
Dan Schult
2015-06-17
1
-3
/
+3
|
\
|
*
Remove neighbors_iter, G.neighbors() now returns an iterator instead of list
Mridul Seth
2015-06-12
1
-3
/
+3
*
|
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-3
/
+3
*
|
Merge remote-tracking branch 'upstream/iter_refactor' into iter_refactor
Mridul Seth
2015-06-17
1
-2
/
+2
|
\
\
|
*
|
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-2
/
+2
|
|
/
*
|
Update documentation of networkx.algorithms.matching to include reference to ...
Mridul Seth
2015-06-09
1
-0
/
+3
|
/
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
Fix incorrect double underscore.
chebee7i
2014-04-16
1
-1
/
+1
*
Bugfix to allow u-v or v-u ordering in edges
Aric Hagberg
2013-11-27
1
-5
/
+3
*
Fix errors in docs.
Aric Hagberg
2013-01-04
1
-2
/
+2
*
update doc strings for approximation module
Nicholas Mancuso
2012-10-06
1
-16
/
+28
*
Add maximal_matching. Addresses #714
Aric Hagberg
2012-04-15
1
-13
/
+36
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-3
/
+4
*
Some documentation improvements
aric
2010-04-05
1
-13
/
+30
*
License change to BSD.
aric
2009-08-26
1
-2
/
+2
*
convert matching to use weight attribute of graph
aric
2009-08-11
1
-3
/
+5
[next]