[mlpack] 30/40: Update history.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Mon Feb 15 19:34:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit 3a9e17c30f94267dc0892bbefb76a94d647c14e2
Author: Ryan Curtin <ryan at ratml.org>
Date: Mon Feb 1 10:24:43 2016 -0800
Update history.
---
HISTORY.md | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/HISTORY.md b/HISTORY.md
index 8646ed7..449c63d 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,26 @@
+### mlpack 2.0.1
+###### 2016-02-??
+ * Fix CMake to properly detect when MKL is being used with Armadillo.
+
+ * Minor parameter handling fixes to mlpack_logistic_regression (#504, #505).
+
+ * Properly install arma_config.hpp.
+
+ * Memory handling fixes for Hoeffding tree code.
+
+ * Add functions that allow changing training-time parameters to HoeffdingTree
+ class.
+
+ * Fix infinite loop in sparse coding test.
+
+ * Documentation spelling fixes (#501).
+
+ * Properly handle covariances for Gaussians with large condition number
+ (#496), preventing GMMs from filling with NaNs during training (and also
+ HMMs that use GMMs).
+
### mlpack 2.0.0
-###### 2015-12-23
+###### 2015-12-24
* Removed overclustering support from k-means because it is not well-tested,
may be buggy, and is (I think) unused. If this was support you were using,
open a bug or get in touch with us; it would not be hard for us to
@@ -48,6 +69,10 @@
* Add HoeffdingTree and mlpack_hoeffding_tree, an implementation of the
streaming decision tree methodology from Domingos and Hulten in 2000.
+### mlpack 1.0.12
+###### 2015-01-07
+ * Switch to 3-clause BSD license (from LGPL).
+
### mlpack 1.0.11
###### 2014-12-11
* Proper handling of dimension calculation in PCA.
--
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