Releases: asardaes/dtwclust
Releases · asardaes/dtwclust
Version 6.0.0
What's Changed
- Add RcppParallel cxxflags to makevars by @andrjohns in #70
- Sanitize internal usage of
do.call
by @asardaes in #73 - Update GH workflows by @asardaes in #74
- Support distmat as lower triangular for PAM by @asardaes in #77
- Update most tests to 3rd edition of testthat by @asardaes in #78
New Contributors
- @andrjohns made their first contribution in #70
Full Changelog: v5.5.12...v6.0.0
Version 5.5.12
- Remove explicit C++ requirements.
Version 5.5.11
- Documentation update (#61).
- Specify minimum supported version of package
Matrix
.
Version 5.5.10
- Enhanced
compare_clusterings
to allow complex parameters in lists (#59).
Version 5.5.9
- Removed some deprecated interfaces from the C++ code.
Version 5.5.8
- 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
- Series order is now preserved in plots of included shiny apps (#45).
- The optimization in
sdtw_cent
now usesstats::optim
by default. - Dropped strong dependency on
bigmemory
in case it is archived. It can still be used if available.
Version 5.5.6
- Adjustments for future R 4.0.0 version: matrices now also inherit from
array
.
Version 5.5.5
- Function
dtw_basic
gained parametersqrt.dist
. - Added citation information.
Version 5.5.4
- Fixed compilation on Solaris.