From c0e3acbabcb7d69edc1bf30cecd5c5b2f558a693 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 11 Sep 2019 10:59:33 -0400 Subject: [PATCH] Update history. --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 77e14248e3..41caf41c76 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -35,6 +35,9 @@ * Add `kmeans_max_iterations` option to GMM training binding `gmm_train_main`. + * Bump minimum Armadillo version to 8.400.0 due to ensmallen dependency + requirement (#2015). + ### mlpack 3.1.1 ###### 2019-05-26 * Fix random forest bug for numerical-only data (#1887).