summaryrefslogtreecommitdiff
path: root/networkx/algorithms/community/tests
Commit message (Expand)AuthorAgeFilesLines
* Updating removing explicit import for communities (#6459)Lukong Anne2023-03-177-80/+68
* Update developer requirements (#6429)Jarrod Millman2023-02-142-4/+1
* 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-131-1/+14
* Correct louvain formula, solve infinite loops (#5713)Dimitrios Papageorgiou2022-07-131-3/+56
* Remove coverage and performance from quality (#5775)Jarrod Millman2022-06-161-10/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-026-11/+16
* fix greedy_modularity when multiple components exist. (#5550)Dan Schult2022-04-201-1/+12
* Update black (#5438)Mridul Seth2022-03-291-17/+17
* modulartiy_max: introduce enforce_n_communities parameter (#5227)Martha Frysztacki2022-03-101-4/+23
* Add weights to karate club graph (#5285)kpberry2022-01-312-8/+15
* Fix: Update louvain_partitions for threshold (update mod to new_mod in each l...Cirus Thenter2022-01-281-0/+12
* Allow greedy_modularity_communities to use floating point weights or resoluti...Dan Schult2021-09-071-0/+17
* greedy_modularity_communities with digraphs and multi(di)graphs (#5007) (#5007)Thanasis Mattas2021-09-041-0/+182
* Louvain Community Detection Algorithm (#4929)Dimitrios Papageorgiou2021-08-231-0/+112
* modularity_max: breaking the loop when given community size is reached (#4950)Martha Frysztacki2021-08-231-0/+16
* Improvements to greedy_modularity_community (#4996)Thanasis Mattas2021-08-041-2/+22
* modularity_max: provide labels to get_edge_data (#4965)Mathilde Léval2021-08-031-0/+9
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-14/+13
* modularity_max: account for edge weights (#4690)Martha Frysztacki [frɨʂtat͡skʲ]2021-03-241-0/+13
* Fix issue #3153: generalized modularity maximization (#3260)Xiaoyan Lu2021-02-232-26/+89
* Collect label propagation communities in one go (#4573)Mario Kostelac2021-02-121-0/+8
* Add partition_quality to compute coverage and performance (coverage and perf...Attila Mester2021-02-081-0/+5
* reformatted test_kernighan_lin.pyDelille Louis2021-01-281-4/+18
* added test for max_iter argumentDelille Louis2021-01-281-0/+11
* Format w/ black==20.8b1Jarrod Millman2020-10-061-3/+1
* Fix indexing in kernighan_lin_bisection (#4177)Mehdi Nemati2020-10-011-2/+7
* Docs update (#4161)Dan Schult2020-08-161-2/+2
* Improve modularity calculation (#4103)Lukas Bernwald2020-07-291-0/+16
* Format w/ blackJarrod Millman2020-07-107-169/+207
* implemented faster sweep algorithm for kernighan_lin_bisection (#3858)Kelly Boothby2020-05-311-3/+14
* Upgrade to Py36 syntaxJarrod Millman2020-01-016-22/+20
* Remove superfluous encoding informationJarrod Millman2019-11-112-2/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-114-34/+0
* Lukes algorithm implementation (#3666)Federico Rosato2019-10-291-0/+153
* Enable tests (#3678)Jarrod Millman2019-10-211-4/+1
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* PEP8 fixes to testsJarrod Millman2019-10-182-1/+2
* Remove 'from nose.tools import *'Jarrod Millman2019-10-121-9/+7
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-123-20/+20
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-5/+5
* Remove unused importsJarrod Millman2019-10-128-13/+1
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-128-33/+33
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0
* Fix many documentation based Issues (#3609)Dan Schult2019-09-291-0/+8
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Fixes bug in networkx.algorithms.community.label_propagation.asyn_lpa_communi...Fil Menczer2019-08-151-0/+10
* Move LFR_benchmark to generators (#3411)Jean-Gabriel Young2019-05-021-89/+0
* Add test that RNGs dont affect global RNG (#3083)Dan Schult2018-07-241-1/+1
* Unify random state treatment across package (#3058)Dan Schult2018-07-163-5/+18