Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Jan 29, 2018
1 parent 7e541bb commit 2bfdfb7
Show file tree
Hide file tree
Showing 6 changed files with 14 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.1.0.9000
## Version 5.2.0
* Several functions now use `RcppParallel` for parallelization, refer to the new parallelization vignette for more information.
* None of the distance/centroid functions expose parameters for helper matrices anymore.
* Added the option to add labels to non-dendrogram plots.
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: dtwclust
Type: Package
Title: Time Series Clustering Along with Optimizations for the Dynamic Time
Warping Distance
Version: 5.1.0.9000
Version: 5.2.0
Depends:
R (>= 3.2.0),
methods,
Expand Down
11 changes: 9 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## Update to version 5.1.0.9000
## Update to version 5.2.0
* Vignette updates, addition of multi-threading, and minor fixes.

## Test environments
Expand All @@ -13,8 +13,15 @@

## R CMD check results
* There were no ERRORs or WARNINGs
* There were 2 NOTEs:
* There were 3 NOTEs:
+ Regarding spelling, TADPole is the name of an algorithm,
and it is written as such. Centroid/Partitional are maybe domain specific,
but are written like that too.
+ The installed size is due to the 3 included vignettes (already compacted)
and the compiled code (approx. 20% of the code).
+ GNU make is a system requirement due to RcppParallel

## Additional issues
* UBSAN: the warnings come from the bigmemory package.
Apparently the sanitizers don't play nicely with its classes' inheritance.
* MKL: the equality tests have been adjusted.
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.1.0.9000}{
\section{Changes in version 5.2.0}{
\itemize{
\item Several functions now use \code{RcppParallel} for parallelization, refer to the new parallelization vignette for more information.
\item None of the distance/centroid functions expose parameters for helper matrices anymore.
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 @@ opts_knit$set(self.contained = TRUE)
\section{Introduction}
\label{sec:introduction}

\blankfootnote{This manuscript was last updated in version 5.1.0.9000 of \dtwclust{}.}
\blankfootnote{This manuscript was last updated in version 5.2.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.4.3 and `dtwclust` v5.1.0.9000.
The experiments were re-run with `R` v3.4.3 and `dtwclust` v5.2.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 2bfdfb7

Please sign in to comment.