Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 949 Bytes

NEWS.md

File metadata and controls

27 lines (19 loc) · 949 Bytes

hclust1d 0.1.1.9000

  • Starting a new development version

hclust1d 0.1.1

  • Fixing typos and rephrasing vignettes

hclust1d 0.1.0

  • 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

  • The initial version with single linkage support, distance support and unit tests