Skip to content

Version 5.2.0

Compare
Choose a tag to compare
@asardaes asardaes released this 29 Jan 19:55
· 389 commits to master since this release
  • 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.
  • The ellipsis in sdtw_cent is now actually passed to nloptr.
  • Fixed tsclust for dtw_lb distance and pam.precompute = FALSE (it was always using dtw_basic, so the results should not change).
  • Updated timing experiments.
  • Added soft-DTW information to the PDF vignette.