Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Jun 10, 2018
1 parent 578e373 commit 13c08e9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 5.4.1
* Fixed the distance calculation done by the `dtw2` wrapper.

## Version 5.4.0
* Added another helper for `compare_clusterings`: `cvi_evaluators`.
* Fixed the calculation of SF and CH CVIs for hierarchical clustering with default centroid extraction.
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.0.9000
Date: 2018-05-16
Version: 5.4.1
Date: 2018-06-10
Depends:
R (>= 3.2.0),
methods,
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

## Update to version 5.4.0.9000

## Update to version 5.4.1
Fixed a bug in one of the included distances.

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

\section{Changes in version 5.4.0.9000}{
\section{Changes in version 5.4.1}{
\itemize{
\item TBD
\item Fixed the distance calculation done by the \code{dtw2} wrapper.
}
}

0 comments on commit 13c08e9

Please sign in to comment.