NEWS
hclust1d 0.1.1.9000
- Starting a new development version
hclust1d 0.1.1 (2023-08-07)
- Fixing typos and rephrasing vignettes
hclust1d 0.1.0 (2023-07-10)
- Added a vignette on replacing
stats::hclust with hclust1d
- Added a getting started vignette
- Added citation info and added
.onAttach message with this citation info
- Added a listing of all currently supported distance methods in
supported_methods
- Added a listing of all currently supported distance methods in
supported_dist.methods
- Added
complete linkage support
- Added
average linkage support
- Added
centroid (UPGMC) and median (weighted centroid, WPGMC) linkage support
- Added
true_median linkage support
- Added
ward.D and ward.D2 linkage support
- Added
mcquitty (WPGMC) linkage support
- Added a heap implementation of priority queue with key update by id
hclust1d 0.0.1 (2023-04-11)
- The initial version with
single linkage support, distance support and unit tests