graphology-communities-louvain
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -10,3 +10,3 @@ /** | ||
* M. E. J. Newman, « Modularity and community structure in networks », | ||
* Proc. Natl. Acad. Sci. USA, vol. 103, no 23, 2006, p. 8577–8582 | ||
* Proc. Natl. Acad. Sci. USA, vol. 103, no 23, 2006, p. 8577–8582 | ||
* https://dx.doi.org/10.1073%2Fpnas.0601602103 | ||
@@ -46,3 +46,3 @@ * | ||
var indices = require('graphology-indices/neighborhood/louvain'); | ||
var indices = require('graphology-indices/louvain'); | ||
@@ -49,0 +49,0 @@ var UndirectedLouvainIndex = indices.UndirectedLouvainIndex; |
{ | ||
"name": "graphology-communities-louvain", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Louvain community detection for graphology.", | ||
@@ -45,3 +45,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"graphology-indices": "^0.15.0", | ||
"graphology-indices": "^0.16.0", | ||
"graphology-utils": "^2.3.0", | ||
@@ -48,0 +48,0 @@ "mnemonist": "^0.38.1", |
@@ -7,3 +7,3 @@ # Graphology Communities Louvain | ||
> M. E. J. Newman, « Modularity and community structure in networks », Proc. Natl. Acad. Sci. USA, vol. 103, no 23, 2006, p. 8577–8582 https://dx.doi.org/10.1073%2Fpnas.0601602103 | ||
> M. E. J. Newman, « Modularity and community structure in networks », Proc. Natl. Acad. Sci. USA, vol. 103, no 23, 2006, p. 8577–8582 https://dx.doi.org/10.1073%2Fpnas.0601602103 | ||
@@ -10,0 +10,0 @@ > Newman, M. E. J. « Community detection in networks: Modularity optimization and maximum likelihood are equivalent ». Physical Review E, vol. 94, no 5, novembre 2016, p. 052315. arXiv.org, doi:10.1103/PhysRevE.94.052315. https://arxiv.org/pdf/1606.02319.pdf |
31755
+ Addedgraphology-indices@0.16.6(transitive)
- Removedgraphology-indices@0.15.1(transitive)
Updatedgraphology-indices@^0.16.0