Skip to content

Commit 9bca7e9

Browse files
release 0.4.2
1 parent cea7008 commit 9bca7e9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: leiden
22
Type: Package
33
Title: R Implementation of Leiden Clustering Algorithm
4-
Version: 0.4.2.9001
5-
Date: 2022-05-01
4+
Version: 0.4.2
5+
Date: 2022-05-09
66
Authors@R: c(person("S. Thomas", "Kelly", email = "tomkellygenetics@gmail.com", role = c("aut", "cre", "trl")),
77
person("Vincent A.", "Traag", email = "v.a.traag@cwts.leidenuniv.nl", role = c("com")))
88
Description: Implements the 'Python leidenalg' module to be called in R.
@@ -31,6 +31,7 @@ Suggests:
3131
multiplex,
3232
multinet,
3333
network,
34+
qpdf,
3435
RColorBrewer,
3536
remotes,
3637
rmarkdown,

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
* automatically calls native R version of leiden rather than Python to improve performance
88

9+
* updates vignettes and unit tests to ensure consistent results with past versions
10+
911
# leiden 0.4.1
1012

1113
* migrates changes to retain on CRAN to leiden 0.4.0 (alpha)
@@ -14,6 +16,8 @@
1416

1517
* migrate to calling community_leiden in igraph
1618

19+
* updates the benchmarking vignette to compare performance to legacy versions using reticulate
20+
1721
# leiden 0.3.10
1822

1923
* removes limitation on number of cells (disables scientific notation within function call): resolves #12
@@ -29,7 +33,6 @@
2933
# leiden 0.3.9
3034

3135
Updates maintainer contact details.
32-
>>>>>>> master
3336

3437
# leiden 0.3.8
3538

cran-comments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* rhub (release) Ubuntu Linux 16.04 LTS, R-release, GCC
66
* Fedora (devel) Linux, R-devel, clang, gfortran
77
* MacOS 10.14.6 R 3.6.1
8+
* Red Hat Enterprise Linux 8.5 R 4.1.2
89
* MacOS 10.15.7 R 4.2.0
910

1011
## R CMD check results
@@ -21,6 +22,10 @@ Breaking changes are possible with the new implementation.
2122
A legacy mode with setting the random seed is supported
2223
to reproduce previous results.
2324

25+
All vignettes and unit tests from the previous version run without errors
26+
or changes in results. Performance is significantly improved as
27+
demonstrated in the vignettes.
28+
2429
## Python integration
2530

2631
Python is a soft dependency which is still required for some functions but is not essential for core functionality any longer. It is retained for backwards compatibility.

0 commit comments

Comments
 (0)