summaryrefslogtreecommitdiff
path: root/networkx/algorithms/centrality/dispersion.py
Commit message (Expand)AuthorAgeFilesLines
* Update developer requirements (#6429)Jarrod Millman2023-02-141-1/+1
* Undocumented parameters in dispersion (#6183)Alimi Qudirah2022-11-081-0/+7
* MAINT: Cleanup centrality module, remove unused variables (#5308)Mridul Seth2022-06-041-8/+4
* Format w/ blackJarrod Millman2020-07-101-3/+3
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-3/+3
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-4/+0
* docs(centrality/dispersion): updating contributor email address (#2698)Huston Hedinger2017-10-051-1/+1
* Fix links (#2663)Jarrod Millman2017-09-111-1/+1
* Comply with pep8Jarrod Millman2017-08-141-12/+12
* Use dollar sign for inline mathJarrod Millman2017-08-141-2/+2
* Minor whitespace.chebee7i2014-02-211-5/+5
* Updating dispersion docstring.chebee7i2014-02-211-16/+18
* Remove unused math directive in docstring.chebee7i2014-02-211-9/+7
* "fixing docstring"huston2014-02-201-4/+4
* good thing we do testshuston2014-01-281-11/+18
* refactored to allow optional u, v... added suggestions for normalizations...huston2014-01-021-31/+77
* incorporating dschult set method suggestions... with significant increase in ...huston2014-01-021-44/+7
* updated dispersion to use built in nx methods and set comprehensionhuston2013-12-311-13/+11
* adding dispersion as a centrality measurehuston2013-12-281-0/+91