Releases: philips-software/latrend
Releases · philips-software/latrend
v1.6.1
v1.6.0
v1.5.1
- 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
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
v1.4.2
v1.4.1
v1.4.0
New features
- Added RMSE and WRMSE metrics
plotMetric()
now shows legend when groupingexternalMetric(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()
andlatrendCV()
Breaking changes
- Removed redundant
lcModelCustom
in favor oflcModelPartition
- Renamed
lcMethodCustom
tolcMethodFunction
for clarity
v1.3.1
v1.3.0
New features
- Parameterized method testing framework for
lcMethod
andlcModel
implementations. Seetest.latrend()
. - Warnings for missing data observations
- Better handling of data with missing observations
Breaking changes
- Removed support for the
longclust
package as it is no longer available on CRAN.
Other changes
- Updated examples, vignettes and tests to pass with
_R_CHECK_DEPENDS_ONLY_ = true
.