[mlpack-git] master: Update history with recent changes. (196c3f0)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Jan 15 11:43:34 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/1cf0e9bb2bd4d758e7b43220bf13e25de47a324c...196c3f05730874f418e0c113695c88ee790aedc6

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

commit 196c3f05730874f418e0c113695c88ee790aedc6
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Jan 15 11:43:03 2015 -0500

    Update history with recent changes.


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

196c3f05730874f418e0c113695c88ee790aedc6
 HISTORY.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/HISTORY.md b/HISTORY.md
index aacdb3f..0338012 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -11,6 +11,12 @@
     Pelleg-Moore's algorithm, and the DTNN (dual-tree nearest neighbor)
     algorithm.
 
+  * Significant acceleration of LRSDP via the use of accu(a % b) instead of
+    trace(a * b).
+
+  * Added MatrixCompletion class (matrix_completion), which performs nuclear
+    norm minimization to fill unknown values of an input matrix.
+
 ### mlpack 1.0.11
 ###### 2014-12-11
   * Proper handling of dimension calculation in PCA.



More information about the mlpack-git mailing list