Skip to content

Releases: CWTSLeiden/networkanalysis

1.3.0

19 Aug 20:56
8c79c51
Compare
Choose a tag to compare

Update of the networkanalysis package. Support for 64-bits arrays has been added. The package can now also handle large networks with more than 1,073,741,823 edges.

1.2.0

15 Aug 11:12
Compare
Choose a tag to compare

Update of the networkanalysis package. Some convenience methods in the nl.cwts.networkanalysis.Clustering and nl.cwts.util.Array classes have been added.

1.1.0

04 Nov 13:34
fcb4832
Compare
Choose a tag to compare

Update of the networkanalysis package. In addition to network clustering, the package now also covers network layout, using the VOS layout technique. Furthermore, network clustering now also supports normalization of edge weights and removal of small clusters.

1.0.0

19 Oct 10:14
Compare
Choose a tag to compare

Initial release of the networkanalysis package. Currently, the package is limited to clustering (or community detection) in networks.