summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tournament.py
Commit message (Expand)AuthorAgeFilesLines
* plugin based backend infrastructure to use multiple computation backends (#6000)Mridul Seth2022-11-081-0/+3
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-121-1/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-3/+1
* Added examples in tournament and tree functions (#5536)Nikita Sharma2022-04-181-0/+40
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* Increase code coverage tournament (#4665)cpurmessur2021-03-141-1/+0
* DOC: Fix return type for random_tournament and hamiltonian_path (#4376)Andrew Eckart2020-11-211-4/+5
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-161-1/+0
* Format w/ blackJarrod Millman2020-07-101-22/+29
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-2/+2
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-3/+7
* Update docsJarrod Millman2017-08-181-2/+2
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Replaces positional arguments with single list.Jeffrey Finkelstein2016-04-141-1/+3
* Moves is_path from utils to simple_paths.Jeffrey Finkelstein2016-04-141-1/+1
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-13/+13
* Adds functions operating on tournament graphs.Jeffrey Finkelstein2015-11-011-0/+349