Releases: libscran/scran_graph_cluster
Releases · libscran/scran_graph_cluster
v0.2.0
- Updates for the latest knncolle interfaces.
v0.1.3
- 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
- Always report the Leiden quality in
cluster_leiden
.
- Switch to
knncolle::parallelize()
in build_snn_graph()
to simplify parallelization.
v0.1.1
- Default-initialize the edge view to avoid warnings.
- Minor bugfix for using
num_threads
in OpenMP.