Changes in version 1.1.3 (2019-12-17) BUG FIXES o Fixed a bug that appeared when R-4.0.0 cjanged the definition of the class of a matrix. Changes in version 1.1.0 (2019-03-07) NEW FEATURES o Added a "remap" function to match numeric labels across different cluster assignments. Changes in version 1.0.2 (2018-10-17) BUG FIXES o Simulation code works differently on different machines, even when setting the same seed. The issue can be traced through reliance on 'mvrnorm"' and 'eigen' to simulate multivariate normal data. When there are repeated eigenvalues, different linear alg=ebra routines can (legitimetaly) choose different orthogonal bases for the correrspsoninf multidimensional eigenspace. Have tried to refactor the test code so that this doesn't matter. MAINTENANCE o Updated use of S4 class defintions to avod newly deprecated methods. Changes in version 1.0.0 NEW FEATURES o Initial version. Classes Thresher, Reaper, Auer-Gervini. BUG FIXES o Numerous.