Skip to content

Releases: asardaes/dtwclust

Version 1.2.0

11 Dec 13:07
Compare
Choose a tag to compare
  • Added the option to prevent pre-computation of distance matrix when using PAM centroids
  • Added an example with a custom distance function
  • Using closures instead of relying on passing environments as attributes
  • Optimized the SBD function registered with proxy, it's a lot faster now
  • Optimized clustering with DBA and shape_extraction so that centers are only recomputed if necessary
  • Added processing time slot to class definition
  • Several bug fixes (especially in case custom distances were used, and also for plot method)
  • Fixed minor bugs in TADPole

Version 1.1.0

12 Sep 15:28
Compare
Choose a tag to compare
  • Added more options to the plot method for custom time labels
  • Fixed an error in the calculation of Lemire's improved lower bound
  • Added L2 norm to DBA, as well as window constraint
  • Optimized DBA calculations
  • More examples

Version 1.0.0

23 Aug 17:37
Compare
Choose a tag to compare
  • Limited support for time series of different lengths
  • Improved plot method
  • More control parameters
  • Added more slots to the dtwclust class
  • Some parameters changed order
  • Default values of some auxiliary functions were changed (DBA and SBD)
  • No longer supporting native kccaFamilies, supporting any distance registered in 'proxy' instead
  • Several bug fixes, especially if 'dtw' or 'dtw2' were being used, in which case they may have been erroneously computed before

Initial release

02 Aug 16:51
Compare
Choose a tag to compare
Resubmission

Added necessary imports and reduced the number of examples being
executed