diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f11661b..4b2171db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Version 5.5.7.9000 +## Version 5.5.8 * For `compare_clusterings`, fixed a bug that caused the order of columns "k" and "method" to be wrong in the data frame with results for hierarchical configurations. ## Version 5.5.7 diff --git a/DESCRIPTION b/DESCRIPTION index dd2f64fd..6ed0f4ea 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,7 +12,7 @@ Description: Time series clustering along with optimized techniques related All included distance functions have custom loops optimized for the calculation of cross-distance matrices, including parallelization support. Several cluster validity indices are included. -Version: 5.5.7.9000 +Version: 5.5.8 Depends: R (>= 3.3.0), methods, @@ -46,7 +46,7 @@ Suggests: knitr, rmarkdown, testthat -Date: 2022-01-15 +Date: 2022-02-12 Author: Alexis Sarda-Espinosa Maintainer: Alexis Sarda BugReports: https://github.com/asardaes/dtwclust/issues diff --git a/cran-comments.md b/cran-comments.md index 31d43427..890b51d5 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,6 @@ -## Update to version +## Update to version 5.5.8 +Fix ordering bug in compare_clusterings. ## Test environments * Local GNU/Linux, R release diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index f466577e..a0b4e93c 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -7,7 +7,7 @@ Full changelog available at \url{https://github.com/asardaes/dtwclust/blob/master/CHANGELOG.md} } -\section{Changes in version 5.5.7.9000}{ +\section{Changes in version 5.5.8}{ \itemize{ \item For \code{compare_clusterings}, fixed a bug that caused the order of columns "k" and "method" to be wrong in the data frame with results for hierarchical configurations. }