[mlpack-svn] r16060 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Nov 21 13:40:15 EST 2013


Author: rcurtin
Date: Thu Nov 21 13:40:14 2013
New Revision: 16060

Log:
Update history file incrementally, because doing this all at once at release
time is difficult.


Modified:
   mlpack/trunk/HISTORY.txt

Modified: mlpack/trunk/HISTORY.txt
==============================================================================
--- mlpack/trunk/HISTORY.txt	(original)
+++ mlpack/trunk/HISTORY.txt	Thu Nov 21 13:40:14 2013
@@ -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



More information about the mlpack-svn mailing list