Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Mar 3, 2018
1 parent e183672 commit bb70ca0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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.2.0.9000
## Version 5.3.0
* Added 2 shiny apps, see `interactive_clustering` and `ssdtwclust`.
* Added another helper for `compare_clusterings`: `repeat_clustering`.
* Added `distmat` to `fuzzy_control` for when `centroid = "fcmdd"`.
Expand Down
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Package: dtwclust
Type: Package
Title: Time Series Clustering Along with Optimizations for the Dynamic Time
Warping Distance
Version: 5.2.0.9000
Version: 5.3.0
Date: 2018-03-03
Depends:
R (>= 3.2.0),
methods,
Expand All @@ -24,7 +25,7 @@ Imports:
nloptr,
RSpectra,
Rcpp,
RcppParallel,
RcppParallel (>= 4.4.0),
reshape2,
shiny,
shinyjs
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## Update to version 5.2.0.9000
## Update to version 5.3.0
Optimizations, bug fixes and addition of shiny apps.
Compilation times should be faster now.

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.2.0.9000}{
\section{Changes in version 5.3.0}{
\itemize{
\item Added 2 shiny apps, see \code{interactive_clustering} and \code{ssdtwclust}.
\item Added another helper for \code{compare_clusterings}: \code{repeat_clustering}.
Expand Down

0 comments on commit bb70ca0

Please sign in to comment.