[mlpack-svn] r15010 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri May 3 18:55:46 EDT 2013


Author: rcurtin
Date: 2013-05-03 18:55:46 -0400 (Fri, 03 May 2013)
New Revision: 15010

Modified:
   mlpack/trunk/HISTORY.txt
Log:
Merge in history for 1.0.5.


Modified: mlpack/trunk/HISTORY.txt
===================================================================
--- mlpack/trunk/HISTORY.txt	2013-05-03 22:54:33 UTC (rev 15009)
+++ mlpack/trunk/HISTORY.txt	2013-05-03 22:55:46 UTC (rev 15010)
@@ -1,3 +1,27 @@
+2013-05-01    mlpack 1.0.5
+
+  * Speedups of cover tree traversers (#243).
+
+  * Addition of rank-approximate nearest neighbors (RANN), found in
+    src/mlpack/methods/rann/.
+
+  * Addition of fast exact max-kernel search (FastMKS), found in
+    src/mlpack/methods/fastmks/.
+
+  * Fix for EM covariance estimation; this should improve GMM training time.
+
+  * More parameters for GMM estimation.
+
+  * Force GMM and GaussianDistribution covariance matrices to be positive
+    definite, so that training converges much more often.
+
+  * Add parameter for the tolerance of the Baum-Welch algorithm for HMM
+    training.
+
+  * Fix for compilation with clang compiler.
+
+  * Fix for k-furthest-neighbor-search.
+
 2013-02-08    mlpack 1.0.4
 
   * Force minimum Armadillo version to 2.4.2.




More information about the mlpack-svn mailing list