[mlpack-git] master: Update history with some of the many changes from GSoC. I am sure I missed some things! (d5f0515)

gitdub at mlpack.org gitdub at mlpack.org
Thu Jun 30 15:31:35 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/812048c7c6bee0b6c8d936677f23bbb5930c6cfc...a50784d84b26721c5c76b68fcd39dd42ec673254

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

commit d5f0515826b403333506ea4252ddc698c8d30f19
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Jun 30 15:31:35 2016 -0400

    Update history with some of the many changes from GSoC.  I am sure I missed some things!


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

d5f0515826b403333506ea4252ddc698c8d30f19
 HISTORY.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/HISTORY.md b/HISTORY.md
index a129f00..1111bb9 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,19 @@
-### mlpack 2.0.2
+### mlpack 2.0.3
 ###### 2016-??-??
+  * Added multiprobe LSH (#691).  The parameter 'T' to LSHSearch::Search() can
+    now be used to control the number of extra bins that are probed, as can the
+    -T (--num_probes) option to mlpack_lsh.
+
+  * Added the Hilbert R tree to src/mlpack/core/tree/rectangle_tree/ (#664).  It
+    can be used as the typedef HilbertRTree, and it is now an option in the
+    mlpack_knn, mlpack_kfn, mlpack_range_search, and mlpack_krann command-line
+    programs.
+
+  * Added the mlpack_preprocess_split and mlpack_preprocess_binarize programs,
+    which can be used for preprocessing code (#650, #666).
+
+### mlpack 2.0.2
+###### 2016-06-20
   * Added the function LSHSearch::Projections(), which returns an arma::cube
     with each projection table in a slice (#663).  Instead of Projection(i), you
     should now use Projections().slice(i).




More information about the mlpack-git mailing list