summaryrefslogtreecommitdiff
path: root/networkx/algorithms/community/modularity_max.py
Commit message (Expand)AuthorAgeFilesLines
* Updating removing explicit import for communities (#6459)Lukong Anne2023-03-171-5/+2
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-051-1/+1
* Remove deprecated n_communities argument from greedy_modularity_communities (...Mridul Seth2022-06-221-26/+5
* Remove _naive_greedy_modularity_communities (#5760)Juanita Gomez2022-06-161-5/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+1
* fix greedy_modularity when multiple components exist. (#5550)Dan Schult2022-04-201-1/+15
* Updates to greedy_modularity_communities docs (#5390)Ross Barnowski2022-03-141-3/+5
* modulartiy_max: introduce enforce_n_communities parameter (#5227)Martha Frysztacki2022-03-101-35/+155
* Add weights to karate club graph (#5285)kpberry2022-01-311-3/+8
* Drop Py37 (#5143)Jarrod Millman2021-10-231-1/+1
* Allow greedy_modularity_communities to use floating point weights or resoluti...Dan Schult2021-09-071-198/+112
* greedy_modularity_communities with digraphs and multi(di)graphs (#5007) (#5007)Thanasis Mattas2021-09-041-56/+137
* modularity_max: breaking the loop when given community size is reached (#4950)Martha Frysztacki2021-08-231-4/+18
* Improvements to greedy_modularity_community (#4996)Thanasis Mattas2021-08-041-7/+17
* modularity_max: provide labels to get_edge_data (#4965)Mathilde Léval2021-08-031-1/+3
* Get rid of invalid escape sequences. (#4789)Ross Barnowski2021-05-111-2/+2
* modularity_max: account for edge weights (#4690)Martha Frysztacki [frɨʂtat͡skʲ]2021-03-241-8/+8
* Fix issue #3153: generalized modularity maximization (#3260)Xiaoyan Lu2021-02-231-16/+63
* Docs update (#4161)Dan Schult2020-08-161-2/+10
* Format w/ blackJarrod Millman2020-07-101-28/+18
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-11/+10
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-12/+0
* Remove unused importsJarrod Millman2019-10-211-1/+0
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Clean up doc errors and add link to home page from docs (#3018)Dan Schult2018-06-171-1/+1
* Fix some typos in modularity_max.py (#3006)Felix Yan2018-06-091-2/+2
* Add Clauset-Newman-Moore modularity-max community detection (#2871)Edward L Platt2018-02-281-0/+282