Skip to content

Releases: libscran/scran_graph_cluster

v0.2.0

21 May 16:57
Compare
Choose a tag to compare
  • Updates for the latest knncolle interfaces.

v0.1.3

23 Dec 07:06
Compare
Choose a tag to compare
  • Bugfix to the Leiden resolution adjustment when optimizing for modularity in cluster_leiden().
  • Documented that weights=NULL is allowed in all clustering functions, to support unweighted graphs.

v0.1.2

23 Dec 06:47
Compare
Choose a tag to compare
  • Always report the Leiden quality in cluster_leiden.
  • Switch to knncolle::parallelize() in build_snn_graph() to simplify parallelization.

v0.1.1

30 Jul 06:27
Compare
Choose a tag to compare
  • Default-initialize the edge view to avoid warnings.
  • Minor bugfix for using num_threads in OpenMP.