[mlpack-svn] r14995 - mlpack/branches/mlpack-1.x

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed May 1 23:09:07 EDT 2013


Author: rcurtin
Date: 2013-05-01 23:09:07 -0400 (Wed, 01 May 2013)
New Revision: 14995

Modified:
   mlpack/branches/mlpack-1.x/HISTORY.txt
Log:
Update HISTORY file.


Modified: mlpack/branches/mlpack-1.x/HISTORY.txt
===================================================================
--- mlpack/branches/mlpack-1.x/HISTORY.txt	2013-05-02 02:50:28 UTC (rev 14994)
+++ mlpack/branches/mlpack-1.x/HISTORY.txt	2013-05-02 03:09:07 UTC (rev 14995)
@@ -1,3 +1,25 @@
+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.
+
 2013-02-08    mlpack 1.0.4
 
   * Force minimum Armadillo version to 2.4.2.




More information about the mlpack-svn mailing list