Skip to content

Releases: asardaes/dtwclust

Version 6.0.0

23 Jul 17:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.5.12...v6.0.0

Version 5.5.12

28 Feb 22:08
Compare
Choose a tag to compare
  • Remove explicit C++ requirements.

Version 5.5.11

24 Sep 17:13
Compare
Choose a tag to compare
  • Documentation update (#61).
  • Specify minimum supported version of package Matrix.

Version 5.5.10

15 Apr 10:23
Compare
Choose a tag to compare
  • Enhanced compare_clusterings to allow complex parameters in lists (#59).

Version 5.5.9

17 Mar 12:23
Compare
Choose a tag to compare
  • Removed some deprecated interfaces from the C++ code.

Version 5.5.8

13 Feb 21:21
Compare
Choose a tag to compare
  • For compare_clusterings, fixed a bug that caused the order of columns "k" and "method" to be wrong in the data frame with results for hierarchical configurations (#57).

Version 5.5.7

13 Jan 14:20
Compare
Choose a tag to compare
  • Series order is now preserved in plots of included shiny apps (#45).
  • The optimization in sdtw_cent now uses stats::optim by default.
  • Dropped strong dependency on bigmemory in case it is archived. It can still be used if available.

Version 5.5.6

14 Dec 21:59
Compare
Choose a tag to compare
  • Adjustments for future R 4.0.0 version: matrices now also inherit from array.

Version 5.5.5

19 Sep 15:48
Compare
Choose a tag to compare
  • Function dtw_basic gained parameter sqrt.dist.
  • Added citation information.

Version 5.5.4

07 Jul 09:14
Compare
Choose a tag to compare
  • Fixed compilation on Solaris.