From fa88d69db917898e8874f00f446fb233acedd123 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 4 Feb 2016 16:13:52 -0500 Subject: [PATCH] Document most recent changes. --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index c20e92fd2a..c04974cdf0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -19,6 +19,12 @@ (#496), preventing GMMs from filling with NaNs during training (and also HMMs that use GMMs). + * CMake fixes for finding LAPACK and BLAS as Armadillo dependencies when ATLAS + is used. + + * CMake fix for projects using mlpack's CMake configuration from elsewhere + (#512). + ### mlpack 2.0.0 ###### 2015-12-24 * Removed overclustering support from k-means because it is not well-tested,