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
/
tests
/
test_cluster.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-1
/
+2
*
More tests for clustering (upstreaming from graphblas-algorithms) (#5673)
Erik Welch
2022-06-02
1
-164
/
+212
*
Style changes (#5022)
Dan Schult
2021-08-14
1
-10
/
+1
*
Clustering for signed weighted graphs (#4519)
Ward Huang
2021-01-09
1
-6
/
+59
*
code and doc fix for square_clustering algorithm in cluster.py (#4392)
marcusjcrook
2020-11-25
1
-12
/
+26
*
Format w/ black
Jarrod Millman
2020-07-10
1
-78
/
+242
*
Remove shebang from non-executables
Jarrod Millman
2019-11-11
1
-1
/
+0
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
1
-31
/
+31
*
replace assert_almost_equal and raises in algorithms/tests
Dan Schult
2019-10-12
1
-12
/
+0
*
Remove unused imports
Jarrod Millman
2019-10-12
1
-1
/
+0
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
1
-91
/
+91
*
Implements directed clustering. (#2943)
Haochen Wu
2018-04-27
1
-0
/
+69
*
Comply with pep8
Jarrod Millman
2017-08-17
1
-76
/
+78
*
Fix test_k5 to remove correct edge
Janis Klaise
2016-08-08
1
-1
/
+1
*
Add tests for generalized_degree()
Janis Klaise
2016-08-08
1
-0
/
+21
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-6
/
+5
*
Add Aric's patch from ticket 570 to give option of average_cluster without co...
Dan Schult
2011-06-18
1
-0
/
+8
*
Change cluster routine to use weight keyword.
Dan Schult
2011-06-18
1
-12
/
+12
*
Add squares clustering. Addresses #517
Aric Hagberg
2011-03-10
1
-0
/
+44
*
Add weighted option to clustering.
Aric Hagberg
2011-02-06
1
-11
/
+53
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-12
/
+12
*
Switch doctest to unittest style
aric
2010-07-31
1
-0
/
+101