Skip to content

Commit

Permalink
release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKellyGenetics committed May 9, 2022
1 parent cea7008 commit 9bca7e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: leiden
Type: Package
Title: R Implementation of Leiden Clustering Algorithm
Version: 0.4.2.9001
Date: 2022-05-01
Version: 0.4.2
Date: 2022-05-09
Authors@R: c(person("S. Thomas", "Kelly", email = "[email protected]", role = c("aut", "cre", "trl")),
person("Vincent A.", "Traag", email = "[email protected]", role = c("com")))
Description: Implements the 'Python leidenalg' module to be called in R.
Expand Down Expand Up @@ -31,6 +31,7 @@ Suggests:
multiplex,
multinet,
network,
qpdf,
RColorBrewer,
remotes,
rmarkdown,
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

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

* updates vignettes and unit tests to ensure consistent results with past versions

# leiden 0.4.1

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

* migrate to calling community_leiden in igraph

* updates the benchmarking vignette to compare performance to legacy versions using reticulate

# leiden 0.3.10

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

Updates maintainer contact details.
>>>>>>> master

# leiden 0.3.8

Expand Down
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* rhub (release) Ubuntu Linux 16.04 LTS, R-release, GCC
* Fedora (devel) Linux, R-devel, clang, gfortran
* MacOS 10.14.6 R 3.6.1
* Red Hat Enterprise Linux 8.5 R 4.1.2
* MacOS 10.15.7 R 4.2.0

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

All vignettes and unit tests from the previous version run without errors
or changes in results. Performance is significantly improved as
demonstrated in the vignettes.

## Python integration

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.
Expand Down

0 comments on commit 9bca7e9

Please sign in to comment.