summaryrefslogtreecommitdiff
path: root/networkx/algorithms/community
Commit message (Expand)AuthorAgeFilesLines
* Use the correct namespace for girvan_newman examples (#6643)Mridul Seth2023-04-161-6/+6
* Fix typos (#6620)Harri Nieminen2023-04-041-2/+2
* Update pre-commit (#6545)Jarrod Millman2023-03-231-1/+1
* Updating removing explicit import for communities (#6459)Lukong Anne2023-03-1712-98/+78
* Lint using Ruff (#6371)danieleades2023-02-195-10/+10
* Update developer requirements (#6429)Jarrod Millman2023-02-144-7/+1
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-053-3/+3
* fix wording in error message (#6228)Isaac Western2022-11-201-1/+1
* plugin based backend infrastructure to use multiple computation backends (#6000)Mridul Seth2022-11-081-0/+2
* Update pytest (#6165)Jarrod Millman2022-11-011-1/+1
* Fix Louvain_partitions by yielding a copy of the sets in the partition gh-590...Dan Schult2022-08-132-2/+16
* Correct louvain formula, solve infinite loops (#5713)Dimitrios Papageorgiou2022-07-132-7/+82
* Remove deprecated n_communities argument from greedy_modularity_communities (...Mridul Seth2022-06-221-26/+5
* Remove coverage and performance from quality (#5775)Jarrod Millman2022-06-162-114/+2
* 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-0213-23/+27
* Fix reference in label_propagation_communities docstring (#5588)William Allen2022-04-271-1/+1
* fix greedy_modularity when multiple components exist. (#5550)Dan Schult2022-04-202-2/+27
* Update black (#5438)Mridul Seth2022-03-292-19/+19
* Updates to greedy_modularity_communities docs (#5390)Ross Barnowski2022-03-141-3/+5
* modulartiy_max: introduce enforce_n_communities parameter (#5227)Martha Frysztacki2022-03-102-39/+178
* Add weights to karate club graph (#5285)kpberry2022-01-313-11/+23
* Fix: Update louvain_partitions for threshold (update mod to new_mod in each l...Cirus Thenter2022-01-282-0/+13
* Minor changes to speed up asynchronous label propagation for community detect...Leo Klarner2022-01-121-13/+24
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-7/+7
* Drop Py37 (#5143)Jarrod Millman2021-10-232-4/+4
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* Allow greedy_modularity_communities to use floating point weights or resoluti...Dan Schult2021-09-072-198/+129
* greedy_modularity_communities with digraphs and multi(di)graphs (#5007) (#5007)Thanasis Mattas2021-09-043-59/+322
* Louvain Community Detection Algorithm (#4929)Dimitrios Papageorgiou2021-08-233-0/+440
* modularity_max: breaking the loop when given community size is reached (#4950)Martha Frysztacki2021-08-232-4/+34
* Improvements to greedy_modularity_community (#4996)Thanasis Mattas2021-08-042-9/+39
* modularity_max: provide labels to get_edge_data (#4965)Mathilde Léval2021-08-032-1/+12
* Minor Improvements on Networkx/algorithms/community/quality.py (#4939)Dimitrios Papageorgiou2021-06-301-9/+11
* Remove decorator dependency (#4739)Kelly Boothby2021-06-211-10/+6
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-14/+13
* 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-242-8/+21
* Fix issue #3153: generalized modularity maximization (#3260)Xiaoyan Lu2021-02-234-53/+180
* Collect label propagation communities in one go (#4573)Mario Kostelac2021-02-122-7/+17
* Add partition_quality to compute coverage and performance (coverage and perf...Attila Mester2021-02-082-2/+103
* reformatted test_kernighan_lin.pyDelille Louis2021-01-281-4/+18
* added test for max_iter argumentDelille Louis2021-01-281-0/+11
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-123-3/+3
* Fix small index iteration bug in kernighan_lin algorithm (#4398)Elgun Jabrayilzade2020-12-031-2/+4
* Remove xml import checks (#4393)Jarrod Millman2020-11-261-2/+2
* Format w/ black==20.8b1Jarrod Millman2020-10-063-13/+9
* Fix indexing in kernighan_lin_bisection (#4177)Mehdi Nemati2020-10-012-3/+8
* Format python in docstrings (#4168)Jarrod Millman2020-08-193-7/+7
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-161-1/+0