Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Jul 21, 2018
1 parent d98080e commit 8294355
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Version 5.4.1.9000
## Version 5.5.0
* Added a standalone function to extract centroids for partition around medoids: `pam_cent`.
* Fixed the calculation of GAK for non-`NULL` windows.
* "Fixed" the calculation of internal CVIs for clusterings done with TADPole.
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Package: dtwclust
Type: Package
Title: Time Series Clustering Along with Optimizations for the Dynamic Time
Warping Distance
Version: 5.4.1.9000
Date: 2018-06-27
Version: 5.5.0
Date: 2018-07-21
Depends:
R (>= 3.2.0),
methods,
Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

## Update to version 5.4.1
## Update to version 5.5.0
Bug fixes and vignette updates.

## Test environments
* Local GNU/Linux, R release
Expand Down
2 changes: 1 addition & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Full changelog available at \url{https://github.com/asardaes/dtwclust/blob/master/CHANGELOG.md}
}

\section{Changes in version 5.4.1.9000}{
\section{Changes in version 5.5.0}{
\itemize{
\item Added a standalone function to extract centroids for partition around medoids: \code{pam_cent}.
\item Fixed the calculation of GAK for non-\code{NULL} windows.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/dtwclust.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ showcasing how it can be used to evaluate many different time-series clustering
\section{Introduction}
\label{sec:introduction}

\blankfootnote{This manuscript was last updated in version 5.4.1.9000 of \dtwclust{}.}
\blankfootnote{This manuscript was last updated in version 5.5.0 of \dtwclust{}.}
Cluster analysis is a task which concerns itself with the creation of groups of objects,
where each group is called a cluster.
Ideally, all members of the same cluster are similar to each other,
Expand Down
2 changes: 1 addition & 1 deletion vignettes/timing-experiments.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ a series of timing experiments were made.
Said experiments were not concerned with correctness or accuracy,
only with timing characteristics.

The experiments were re-run with `R` v3.5.0 and `dtwclust` v5.4.1.9000.
The experiments were re-run with `R` v3.5.0 and `dtwclust` v5.5.0.
Because of the changes introduced
(see [the parallelization vignette](parallelization-considerations.html)),
the results have changed in comparison to the original ones
Expand Down

0 comments on commit 8294355

Please sign in to comment.