Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: niekdt/latrend

v1.6.2

04 Jul 15:02

Choose a tag to compare

  • Migrated the git repository, changed all URLs to the new github location (niekdt/latrend)
  • Fixed querying of model variables (#162)
  • Reduced dtwclust example runtime

v1.6.1

14 May 17:17

Choose a tag to compare

  • trajectories(lcModel) outputs cluster membership (#153)
  • Improved visuals of trajectory plots (#152)
  • Fixed dynamic variable handling (#151)

v1.6.0

03 Apr 12:55

Choose a tag to compare

latrend v1.6.0

  • Resolved CRAN problems (#147)
  • Re-added clusterCrit as dependency (#145)
  • Ordering and labeling of cluster trajectories in plot (#144, #142)

v1.5.1

16 Mar 10:15

Choose a tag to compare

  • Resolved CRAN errors and warnings
  • Alternative implementation of ASW and Dunn index due to removal of clusterCrit package from CRAN (#131, #132)
  • New PAP.adh dataset (#130)
  • Added support to lcmm methods for (parallel) gridsearch (#126)
  • More robust implementation of meta methods, allowing argument pass-through (#128)
  • Improved package documentation (#127)

v1.5.0

10 Nov 22:25

Choose a tag to compare

New features

  • Implemented virtual class for meta methods (#61)
  • Implemented a meta method for repeatedly fitting a method and selecting the best fit (see lcFitRep, lcFitRepMin, lcFitRepMax) (#61)
  • Implemented a meta method for repeatedly fitting a method until convergence (see lcFitConverged) (#61)

Major changes

  • Made getLcMethod() generic

Other changes

  • Added check for formula argument to LMKM method
  • Added "converged" slot to lcModelPartition
  • Generic validate() checks for correct output length
  • Added workaround for erroneous R CMD check rmarkdown import note

v1.4.3

27 Oct 08:56

Choose a tag to compare

  • Removed usage of soon-to-be deprecated ggplot functions

v1.4.2

12 Aug 12:19

Choose a tag to compare

Bug fixes

  • Fixed minor bug in evaluate.lcMethod()

CRAN

  • Resolved lcmm test error
  • Shortened runtime of vignettes
  • Shortened runtime of tests

v1.4.1

04 Jul 10:09

Choose a tag to compare

Bug fixes

  • Fixed bug in predict.lcModel() introduced by #116
  • Attempt to fix the documentation warning about how the escaped ampersand is not escaped

Breaking changes

  • Default initialization of lcMethodLcmmGMM and lcMethodLcmmGBTM is set to init = "lme" to support lcmm v2.0.0 #121

v1.4.0

17 Jun 15:27

Choose a tag to compare

New features

  • Added RMSE and WRMSE metrics
  • plotMetric() now shows legend when grouping
  • externalMetric(lcModels) returns a named distance matrix

Bug fixes

  • Improved kml package compatibility; fixed errors on datasets with variable-length short trajectories
  • Resolved warnings from latrendBoot() and latrendCV()

Breaking changes

  • Removed redundant lcModelCustom in favor of lcModelPartition
  • Renamed lcMethodCustom to lcMethodFunction for clarity

v1.3.1

11 Jun 19:46

Choose a tag to compare

  • Added RMSE and WRMSE metrics (#106)
  • Bugfix: latrendBoot and latrendCV drop empty trajectory identifier levels during sampling (#107)
  • Implemented color scale and legend for grouped metric plot (#108)