Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 896 Bytes

File metadata and controls

33 lines (20 loc) · 896 Bytes

aricode 1.1-0 (2026-05-13)

  • Use original code for sorting pairs, which is faster than radix R implementation
  • Code linting and automation with precommit
  • various optimization in C++ and R code
  • changing function name (use deprecation)

aricode 1.0-3 (2023-10-19)

aricode 1.0-2 (2022-12-14)

  • fix a serious bug in the AMI function pointed by Florent Bersani

aricode 1.0-1 (2022-09-04)

  • fix warnings in C++
  • fix documentation for to comply with CRAN policy and HTML5 validation

aricode 1.0-0 (2020-06-23)

  • added the Modified adjusted Rand Index
  • added the Chi-Square statistics
  • bug fixed in SortPairs

aricode 0.1-2 (2019-06-28)

  • added the Adjusted Mutual information

aricode 0.1-1 (2018-04-30)

  • first submission to CRAN