Skip to content

Commit

Permalink
Fixed date
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Feb 12, 2017
1 parent b2cfa27 commit 6a67c8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Version 3.1.1
* Seeds are now set when calling TADPole through `dtwclust` with a parallel backend and multiple values of `k`, in case the centroid function has randomness associated.
* Added a new function `tsclust` that should be functionally equivalent to `dtwclust` but is hopefully more coherent in general.
* Added a new experimental function `tsclust` that should be functionally equivalent to `dtwclust` but is hopefully more coherent in general.

## Version 3.1.0
* Fixed subsetting of multivariate plots
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Package
Title: Time Series Clustering Along with Optimizations for the Dynamic Time
Warping Distance
Version: 3.1.1
Date: 2017-02-111
Date: 2017-02-12
Depends:
R (>= 3.2.0),
proxy (>= 0.4-16),
Expand Down
2 changes: 1 addition & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
\section{Changes in version 3.1.1}{
\itemize{
\item Seeds are now set when calling TADPole through \code{dtwclust} with a parallel backend and multiple values of \code{k}, in case the centroid function has randomness associated.
\item Added a new function \code{tsclust} that should be functionally equivalent to \code{dtwclust} but is hopefully more coherent in general.
\item Added a new experimental function \code{tsclust} that should be functionally equivalent to \code{dtwclust} but is hopefully more coherent in general.
}
}

0 comments on commit 6a67c8c

Please sign in to comment.