From c19d9896ecb21bc8cb0092c3b46dee0f9fd1d498 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 21 Nov 2013 18:40:14 +0000 Subject: [PATCH] Update history file incrementally, because doing this all at once at release time is difficult. --- HISTORY.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/HISTORY.txt b/HISTORY.txt index fc5f700122..56f9f1cbbf 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,15 @@ +????-??-?? mlpack 1.0.8 + + * Memory leak in NeighborSearch index-mapping code fixed (#310). + + * GMMs can be trained using the existing model as a starting point by + specifying an additional boolean parameter to GMM::Estimate() (#308). + + * Logistic regression implementation added in methods/logistic_regression (see + also #305). + + * L-BFGS optimizer now returns its function via Function(). + 2013-10-04 mlpack 1.0.7 * Cover tree support for range search (range_search), rank-approximate nearest