[mlpack-git] master: Update history with recent changes. (69a3af5)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:12:35 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

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

    Update history with recent changes.


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

69a3af52a9359b9479ec71e30f72b8b11ed77ea7
 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