[mlpack-git] master: Update with 1.0.11 release notes. (d07e761)
gitdub at big.cc.gt.atl.ga.us
gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:04:52 EST 2015
Repository : https://github.com/mlpack/mlpack
On branch : master
Link : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40
>---------------------------------------------------------------
commit d07e761a0a0ddfeb2bcb32b17023a75d6634fbba
Author: Ryan Curtin <ryan at ratml.org>
Date: Thu Dec 11 13:55:39 2014 +0000
Update with 1.0.11 release notes.
>---------------------------------------------------------------
d07e761a0a0ddfeb2bcb32b17023a75d6634fbba
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.
More information about the mlpack-git
mailing list