index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
algorithms
/
community
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updating removing explicit import for communities (#6459)
Lukong Anne
2023-03-17
7
-80
/
+68
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
2
-4
/
+1
*
Update pytest (#6165)
Jarrod Millman
2022-11-01
1
-1
/
+1
*
Fix Louvain_partitions by yielding a copy of the sets in the partition gh-590...
Dan Schult
2022-08-13
1
-1
/
+14
*
Correct louvain formula, solve infinite loops (#5713)
Dimitrios Papageorgiou
2022-07-13
1
-3
/
+56
*
Remove coverage and performance from quality (#5775)
Jarrod Millman
2022-06-16
1
-10
/
+1
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
6
-11
/
+16
*
fix greedy_modularity when multiple components exist. (#5550)
Dan Schult
2022-04-20
1
-1
/
+12
*
Update black (#5438)
Mridul Seth
2022-03-29
1
-17
/
+17
*
modulartiy_max: introduce enforce_n_communities parameter (#5227)
Martha Frysztacki
2022-03-10
1
-4
/
+23
*
Add weights to karate club graph (#5285)
kpberry
2022-01-31
2
-8
/
+15
*
Fix: Update louvain_partitions for threshold (update mod to new_mod in each l...
Cirus Thenter
2022-01-28
1
-0
/
+12
*
Allow greedy_modularity_communities to use floating point weights or resoluti...
Dan Schult
2021-09-07
1
-0
/
+17
*
greedy_modularity_communities with digraphs and multi(di)graphs (#5007) (#5007)
Thanasis Mattas
2021-09-04
1
-0
/
+182
*
Louvain Community Detection Algorithm (#4929)
Dimitrios Papageorgiou
2021-08-23
1
-0
/
+112
*
modularity_max: breaking the loop when given community size is reached (#4950)
Martha Frysztacki
2021-08-23
1
-0
/
+16
*
Improvements to greedy_modularity_community (#4996)
Thanasis Mattas
2021-08-04
1
-2
/
+22
*
modularity_max: provide labels to get_edge_data (#4965)
Mathilde Léval
2021-08-03
1
-0
/
+9
*
Use pytest.approx (#4827)
Jarrod Millman
2021-05-21
1
-14
/
+13
*
modularity_max: account for edge weights (#4690)
Martha Frysztacki [frɨʂtat͡skʲ]
2021-03-24
1
-0
/
+13
*
Fix issue #3153: generalized modularity maximization (#3260)
Xiaoyan Lu
2021-02-23
2
-26
/
+89
*
Collect label propagation communities in one go (#4573)
Mario Kostelac
2021-02-12
1
-0
/
+8
*
Add partition_quality to compute coverage and performance (coverage and perf...
Attila Mester
2021-02-08
1
-0
/
+5
*
reformatted test_kernighan_lin.py
Delille Louis
2021-01-28
1
-4
/
+18
*
added test for max_iter argument
Delille Louis
2021-01-28
1
-0
/
+11
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
1
-3
/
+1
*
Fix indexing in kernighan_lin_bisection (#4177)
Mehdi Nemati
2020-10-01
1
-2
/
+7
*
Docs update (#4161)
Dan Schult
2020-08-16
1
-2
/
+2
*
Improve modularity calculation (#4103)
Lukas Bernwald
2020-07-29
1
-0
/
+16
*
Format w/ black
Jarrod Millman
2020-07-10
7
-169
/
+207
*
implemented faster sweep algorithm for kernighan_lin_bisection (#3858)
Kelly Boothby
2020-05-31
1
-3
/
+14
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
6
-22
/
+20
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
2
-2
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
4
-34
/
+0
*
Lukes algorithm implementation (#3666)
Federico Rosato
2019-10-29
1
-0
/
+153
*
Enable tests (#3678)
Jarrod Millman
2019-10-21
1
-4
/
+1
*
PEP8 fixes
Jarrod Millman
2019-10-18
1
-1
/
+1
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
2
-1
/
+2
*
Remove 'from nose.tools import *'
Jarrod Millman
2019-10-12
1
-9
/
+7
*
Replace nose.raises with pytest.raises context manager
Jarrod Millman
2019-10-12
3
-20
/
+20
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
1
-5
/
+5
*
Remove unused imports
Jarrod Millman
2019-10-12
8
-13
/
+1
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
8
-33
/
+33
*
First round of pytest fixes
Stefan van der Walt
2019-10-12
1
-0
/
+0
*
Fix many documentation based Issues (#3609)
Dan Schult
2019-09-29
1
-0
/
+8
*
Remove future imports needed by Py2
Jarrod Millman
2019-09-18
1
-1
/
+0
*
Fixes bug in networkx.algorithms.community.label_propagation.asyn_lpa_communi...
Fil Menczer
2019-08-15
1
-0
/
+10
*
Move LFR_benchmark to generators (#3411)
Jean-Gabriel Young
2019-05-02
1
-89
/
+0
*
Add test that RNGs dont affect global RNG (#3083)
Dan Schult
2018-07-24
1
-1
/
+1
*
Unify random state treatment across package (#3058)
Dan Schult
2018-07-16
3
-5
/
+18
[next]