| NEWS | R Documentation |
Full changelog available at https://github.com/asardaes/dtwclust/blob/master/CHANGELOG.md
Ported the proxy versions of lb_keogh, lb_improved, SBD, GAK and dtw_basic to C++ and improved them by using the bigmemory package.
Ported TADPole to C++.
Ported part of the algorithm that updates sparse distance matrices to C++.
Improved the optimizations for symmetric matrices that are calculated in parallel.
Fixed tsclustFamily's dist function for matrix or data frame input.
Fixed partitional PAM centroids for dtw_lb distance and pam.precompute = FALSE (issue #16 in GitHub).
Exported a function to coerce matrices and data frames to a list.
Updated documentation.