Skip to content

Releases: kharchenkolab/leidenAlg

Version 1.1.5

19 Apr 21:35

Choose a tag to compare

Version 1.1.5 published on CRAN, 19 April 2025

Changes

  • Removed any std::cerr from leidenalg C++ source
  • Removed other symbols like putchar(), exit(), etc. in the igraph source
  • Used R internal random number generator for the leiden algorithm C++ code

Version 1.1.4

17 Oct 22:46
d81e609

Choose a tag to compare

Version 1.1.4 published on CRAN, 17 October 2024

Changes

Version 1.1.3

27 Feb 22:48

Choose a tag to compare

Version 1.1.3 published on CRAN, 27 February 2024

Changes

  • Fixed Makevars file
  • Fix "format string is not a string literal" error, '-Wformat-security' warning

Version 1.1.2

06 Sep 21:08

Choose a tag to compare

Version 1.1.2 published on CRAN, 6 September 2023

Changes

Version 1.1.1

05 Jul 18:04

Choose a tag to compare

Version 1.1.1 published on CRAN, 3 September 2023

Changes

  • Yichen Wang (U. Michigan) added functions find_partition_with_rep() and find_partition_with_rep_rcpp()

Version 1.0.5

30 Sep 19:41

Choose a tag to compare

Version 1.0.5 published on CRAN, 30 September 2022

Fixed /src/leidenalg/include/MutableVertexPartition.h, Fedora-related 'GLIBCXX_ASSERTIONS' error

Version 1.0.4

26 Sep 19:05

Choose a tag to compare

Version 1.0.4 published on CRAN, 25 September 2022

  • Remove 'Matrix.utils' as dependency

Version 1.0.3

11 Apr 23:56

Choose a tag to compare

Version 1.0.3 published on CRAN, 11 April 2022

  • Install rigraph directly in /src. Remove previous linking to igraph R package in Makevars.

Version 1.0.2

03 Mar 21:20

Choose a tag to compare

Version 1.0.2 published on CRAN, 3 March 2022

  • Fixed Makevars to use install_name_tool -change.

Version 1.0.1

04 Dec 06:00

Choose a tag to compare

Version 1.0.1 published on CRAN, 4 December 2021

  • Fixed Makevars to work with shared object and dynamic library extensions on Mac OS, *so and *dylib