[mlpack-git] master: Update HISTORY.md. (5a0370e)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 23 11:59:53 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/7e6f53bc9af412e76d79d92f3c5c4fc135a049c6...c9b86e4547e13ea74d214e17aed85b10f75edcb0

>---------------------------------------------------------------

commit 5a0370e13e7cb20d144a7fc3c9a433239bde62a0
Author: ryan <ryan at ratml.org>
Date:   Wed Dec 23 11:52:55 2015 -0500

    Update HISTORY.md.


>---------------------------------------------------------------

5a0370e13e7cb20d144a7fc3c9a433239bde62a0
 HISTORY.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/HISTORY.md b/HISTORY.md
index 288ea6d..a84e197 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,4 +1,4 @@
-### mlpack 1.1.0
+### mlpack 2.0.0
 ###### ????-??-??
   * 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,
@@ -38,7 +38,15 @@
 
   * Refactor LSH to allow loading and saving of models.
 
-  * ToString() is removed entirely.
+  * ToString() is removed entirely (#487).
+
+  * Add --input_model_file and --output_model_file options to appropriate
+    machine learning algorithms.
+
+  * Rename all executables to start with an "mlpack" prefix (#229).
+
+  * Add HoeffdingTree and mlpack_hoeffding_tree, an implementation of the
+    streaming decision tree methodology from Domingos and Hulten in 2000.
 
 ### mlpack 1.0.11
 ###### 2014-12-11



More information about the mlpack-git mailing list