[mlpack] 143/149: Update with 1.0.11 release notes.

Barak A. Pearlmutter barak+git at pearlmutter.net
Sat May 2 09:11:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch svn-trunk
in repository mlpack.

commit f5fed2ef46e952dedcb741a2c147f04d41859921
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Thu Dec 11 13:55:39 2014 +0000

    Update with 1.0.11 release notes.
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17494 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 HISTORY.txt | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/HISTORY.txt b/HISTORY.txt
index a8779bf..d9ca8ac 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -9,6 +9,32 @@
 
   * Added an implementation of Elkan's k-means algorithm.
 
+2014-12-11    mlpack 1.0.11
+
+  * Proper handling of dimension calculation in PCA.
+
+  * Load parameter vectors properly for LinearRegression models.
+
+  * Linker fixes for AugLagrangian specializations under Visual Studio.
+
+  * Add support for observation weights to LinearRegression.
+
+  * MahalanobisDistance<> now takes root of the distance by default and
+    therefore satisfies the triangle inequality (TakeRoot now defaults to true).
+
+  * Better handling of optional Armadillo HDF5 dependency.
+
+  * Fixes for numerous intermittent test failures.
+
+  * math::RandomSeed() now sets the random seed for recent (>=3.930) Armadillo
+    versions.
+
+  * Handle Newton method convergence better for
+    SparseCoding::OptimizeDictionary() and make maximum iterations a parameter.
+
+  * Known bug: CosineTree construction may fail in some cases on i386 systems.
+    (#376)
+
 2014-08-29    mlpack 1.0.10
 
   * Bugfix for NeighborSearch regression which caused very slow allknn/allkfn.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list