[mlpack-git] master: Update HISTORY. (e3a23c2)

gitdub at mlpack.org gitdub at mlpack.org
Thu Jun 2 09:50:42 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/eba4f9924694bc10daec74ff5059dbb8af001416...e3a23c256f017ebb8185b15847c82f51d359cdfd

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

commit e3a23c256f017ebb8185b15847c82f51d359cdfd
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Jun 2 09:50:42 2016 -0400

    Update HISTORY.


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

e3a23c256f017ebb8185b15847c82f51d359cdfd
 HISTORY.md | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/HISTORY.md b/HISTORY.md
index de21f89..b117ee6 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,15 +1,12 @@
 ### mlpack 2.0.2
 ###### 2016-??-??
-  * LSHSearch::Projection(size_t) that returned a single projection matrix has
-    been removed. In its place, LSHSearch::Projections() has been added, which
-    returns an arma::cube with each projection table in a slice (#663).
+  * 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).
 
   * A new constructor has been added to LSHSearch that creates objects using
     projection tables provided in an arma::cube (#663).
 
-  * LSHSearch::Projections(arma::cube) has been added that allows users to
-    change the projection tables of an LSHSearch object (#663).
-
   * Handle zero-variance dimensions in DET (#515).
 
   * Add MiniBatchSGD optimizer (src/mlpack/core/optimizers/minibatch_sgd/) and




More information about the mlpack-git mailing list