summaryrefslogtreecommitdiff
path: root/networkx/algorithms/community/centrality.py
Commit message (Expand)AuthorAgeFilesLines
* Use the correct namespace for girvan_newman examples (#6643)Mridul Seth2023-04-161-6/+6
* Remove xml import checks (#4393)Jarrod Millman2020-11-261-2/+2
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-5/+5
* Format w/ blackJarrod Millman2020-07-101-1/+3
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Refactor set_node_attributes() and set_edge_attributes() (#2553)Michael E. Rose2017-07-261-1/+1
* Updates documentation for Girvan-Newman algorithmJeffrey Finkelstein2016-03-221-12/+11
* Rewrites doctest so it doesn't require scipyJeffrey Finkelstein2016-03-221-7/+12
* Updates Girvan-Newman to remove one edge at a timeJeffrey Finkelstein2016-03-221-45/+77
* Removes self-loops before Girvan-Newman algorithmJeffrey Finkelstein2016-03-221-0/+3
* Allow arbitrary ranking function in girvan_newman.Jeffrey Finkelstein2016-03-221-6/+36
* Makes girvan_newman return communities as sets.Jeffrey Finkelstein2016-03-221-32/+74
* Allows copying a graph without attribute data.Jeffrey Finkelstein2015-12-171-0/+1
* Merge branch 'merged_master_into_iter_refactor' into masterDan Schult2015-08-071-1/+2
|\
| * Merge master into iter_refactorDan Schult2015-08-071-0/+65
* Add Girvan-Newman algorithmThodoris Sotiropoulos2015-08-031-0/+64