From 96078ac14444aed2b1775693e8e84ef80c9d6f21 Mon Sep 17 00:00:00 2001 From: asardaes Date: Tue, 10 Dec 2019 22:30:00 +0100 Subject: [PATCH] Increase version --- CHANGELOG.md | 2 +- DESCRIPTION | 4 ++-- cran-comments.md | 5 ++++- inst/NEWS.Rd | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44349b00..10848b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Version 5.5.5.9000 +## Version 5.5.6 * Adjustments for future R 4.0.0 version: matrices now also inherit from `array`. ## Version 5.5.5 diff --git a/DESCRIPTION b/DESCRIPTION index f149095e..292bceaf 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.5.9000 +Version: 5.5.6 Depends: R (>= 3.2.0), methods, @@ -48,7 +48,7 @@ Suggests: knitr, rmarkdown, testthat -Date: 2019-12-06 +Date: 2019-12-10 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 f9bebb12..271177b7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,8 @@ -## Update to version 5.5.5.9000 +## Update to version 5.5.6 +Changed tests that assumed matrices have a single class, +which caused problems with upcoming R +(since matrices will also inherit from array). ## Test environments * Local GNU/Linux, R release diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 33659393..32375bd6 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.5.9000}{ +\section{Changes in version 5.5.6}{ \itemize{ \item Adjustments for future R 4.0.0 version: matrices now also inherit from \code{array}. }