summaryrefslogtreecommitdiff
path: root/networkx/algorithms/smetric.py
Commit message (Expand)AuthorAgeFilesLines
* Allow dispatcher decorator without a namenx-sparseJim Kitchen2022-10-121-1/+1
* Dispatch more algorithms and improve auto-test capabilitiesJim Kitchen2022-10-121-0/+1
* Drop Py37 (#5143)Jarrod Millman2021-10-231-1/+1
* Fix bad import pattern (#4839)Ross Barnowski2021-05-261-0/+2
* Format w/ blackJarrod Millman2020-07-101-3/+3
* PEP8 fixesJarrod Millman2019-10-181-1/+0
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-1/+1
* Fix links (#2663)Jarrod Millman2017-09-111-1/+1
* Comply with pep8Jarrod Millman2017-08-171-4/+4
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-1/+1
* remove norm option for smetrix which depends in smax graphAric Hagberg2011-11-181-5/+6
* Refactor large degree_seq.py into pieces and put non-generator pieces in algo...Aric Hagberg2011-11-031-1/+1
* Add normalization for s_metric.Aric Hagberg2011-02-061-5/+15
* Moving s_metric out of generators and into algorithmscellison2010-03-221-0/+26