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
/
tournament.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
plugin based backend infrastructure to use multiple computation backends (#6000)
Mridul Seth
2022-11-08
1
-0
/
+3
*
Use scipy.sparse array datastructure (#6037)
Jarrod Millman
2022-10-12
1
-1
/
+1
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-3
/
+1
*
Added examples in tournament and tree functions (#5536)
Nikita Sharma
2022-04-18
1
-0
/
+40
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-2
/
+2
*
Increase code coverage tournament (#4665)
cpurmessur
2021-03-14
1
-1
/
+0
*
DOC: Fix return type for random_tournament and hamiltonian_path (#4376)
Andrew Eckart
2020-11-21
1
-4
/
+5
*
Remove unnecessary nx imports from doctests (#4163)
Jarrod Millman
2020-08-16
1
-1
/
+0
*
Format w/ black
Jarrod Millman
2020-07-10
1
-22
/
+29
*
Fix exception causes and messages all over the codebase (#4015)
Ram Rachum
2020-07-05
1
-2
/
+2
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-8
/
+0
*
Unify random state treatment across package (#3058)
Dan Schult
2018-07-16
1
-3
/
+7
*
Update docs
Jarrod Millman
2017-08-18
1
-2
/
+2
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-1
/
+1
*
Replaces positional arguments with single list.
Jeffrey Finkelstein
2016-04-14
1
-1
/
+3
*
Moves is_path from utils to simple_paths.
Jeffrey Finkelstein
2016-04-14
1
-1
/
+1
*
Change default role for sphinx to 'obj'
Dan Schult
2016-03-03
1
-13
/
+13
*
Adds functions operating on tournament graphs.
Jeffrey Finkelstein
2015-11-01
1
-0
/
+349