From aaefadd7cfd1f0f7d4ad0118d7e23cea76383397 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Fri, 8 Jul 2016 16:28:43 -0400 Subject: [PATCH] Document that we have OpenMP support now. --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 1111bb91ce..14d27f19d1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -12,6 +12,8 @@ * Added the mlpack_preprocess_split and mlpack_preprocess_binarize programs, which can be used for preprocessing code (#650, #666). + * Added OpenMP support to LSHSearch and mlpack_lsh (#700). + ### mlpack 2.0.2 ###### 2016-06-20 * Added the function LSHSearch::Projections(), which returns an arma::cube