summaryrefslogtreecommitdiff
path: root/networkx/algorithms/cluster.py
Commit message (Expand)AuthorAgeFilesLines
* Allow dispatcher decorator without a namenx-sparseJim Kitchen2022-10-121-3/+3
* Dispatch more algorithms and improve auto-test capabilitiesJim Kitchen2022-10-121-0/+1
* Rework the backend dispatchingJim Kitchen2022-10-121-0/+6
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-2/+1
* Clustering for signed weighted graphs (#4519)Ward Huang2021-01-091-12/+21
* Update docs for clustering Fixes #4348 (#4477)Dan Schult2020-12-211-2/+10
* code and doc fix for square_clustering algorithm in cluster.py (#4392)marcusjcrook2020-11-251-3/+6
* Format w/ black==20.8b1Jarrod Millman2020-10-061-6/+6
* Speed up transitivity, remove redundant call (#4198)Mridul Seth2020-09-101-2/+7
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-12/+12
* Format w/ blackJarrod Millman2020-07-101-43/+63
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-3/+3
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-12/+0
* Remove unused importsJarrod Millman2019-10-211-1/+0
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Update copyrightJarrod Millman2019-03-301-1/+1
* Fix several DeprecationWarning: invalid escape sequence (#3284)Mickaël Schoentgen2019-01-081-3/+2
* Mathematics and rendering fixes to algorithms.cluster documentation (#3141)Huon Wilson2018-09-061-23/+26
* Implements directed clustering. (#2943)Haochen Wu2018-04-271-11/+121
* Update copyrightJarrod Millman2018-01-201-1/+1
* removed list conversion from _triangles_and_degree_iter (#2725)Marco2017-10-271-2/+2
* Removed unused imports (#2653)James Lamb2017-10-011-1/+0
* Fix links (#2663)Jarrod Millman2017-09-111-1/+1
* Comply with pep8Jarrod Millman2017-08-171-12/+14
* Update copyrightJarrod Millman2017-07-251-1/+1
* Fix docstring example spanning two linesJanis Klaise2016-08-081-2/+2
* Fix scoping issue in list to pass Python2 testsJanis Klaise2016-08-081-1/+1
* Correctly compute the number of triangles from generalized degreeJanis Klaise2016-08-081-1/+1
* Distinguish between weighted and unweighted iteratorJanis Klaise2016-08-081-1/+4
* Add functionality to compute generalized_degreeJanis Klaise2016-08-081-9/+74
* Remove trailing whitespaceJanis Klaise2016-08-071-33/+33
* Simplifies functions in cluster.py.Jeffrey Finkelstein2016-01-081-64/+51
* Update copyrightsMridul Seth2016-01-011-1/+1
* Merge master into iter_refactorDan Schult2015-08-071-10/+18
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-1/+1
* Fix copyrightsJGab2015-04-211-1/+1
* Fixes #1275Bryce Thomas2014-10-281-1/+1
* Fix documentation typos for clusteringLoïc Séguin-C2013-07-071-4/+3
* Remove spurious iter() and iter(dict.keys()) calls due to 2to3.Dan Schult2011-06-181-2/+2
* Update documentation in cluster.py.Aric Hagberg2011-06-181-21/+23
* Add Aric's patch from ticket 570 to give option of average_cluster without co...Dan Schult2011-06-181-18/+36
* Change cluster routine to use weight keyword.Dan Schult2011-06-181-28/+37
* Remove :math: markers since math is the default role now.Aric Hagberg2011-05-201-17/+16
* Handle single value input/output in square_clustering.Aric Hagberg2011-03-181-2/+6
* Add squares clustering. Addresses #517Aric Hagberg2011-03-101-9/+76
* Add weighted option to clustering.Aric Hagberg2011-02-061-46/+79
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-13/+13
* Use standard "import networkx as nx" in all modulesaric2010-04-171-0/+1