You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bu...@apache.org on 2016/04/12 00:25:19 UTC

svn commit: r985427 - in /websites/staging/mahout/trunk/content: ./ general/release-notes.html

Author: buildbot
Date: Mon Apr 11 22:25:19 2016
New Revision: 985427

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/general/release-notes.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 11 22:25:19 2016
@@ -1 +1 @@
-1738655
+1738656

Modified: websites/staging/mahout/trunk/content/general/release-notes.html
==============================================================================
--- websites/staging/mahout/trunk/content/general/release-notes.html (original)
+++ websites/staging/mahout/trunk/content/general/release-notes.html Mon Apr 11 22:25:19 2016
@@ -283,6 +283,28 @@ of providing an engine neutral math plat
 While still experimental, the mahout Flink bindings now offer all of the R-Like
 semantics for linear algebra operations, matrix decompositions, 
 and algorithms of the “Samsara” platform for execution on a Flink back-end.</p>
+<p>This release gives users of Apache Flink out of the box access to the following features (and more):</p>
+<ol>
+<li>The Mahout Distributed Row Matrix (DRM) API.</li>
+<li>Distributed and local Vector and Matrix algebra routines.</li>
+<li>Distributed and local Stochastic Principal Component Analysis.</li>
+<li>Distributed and local Stochastic Singular Value Decomposition.</li>
+<li>Distributed and local Thin QR Decomposition.</li>
+<li>Collaborative Filtering.</li>
+<li>Naive Bayes Classification.</li>
+<li>Matrix operations (only listing a few here):
+<ol>
+<li>Mahout-native blockified distributed Matrix map and allreduce routines.</li>
+<li>Distributed data point (row) sampling.</li>
+<li>Matrix/Matrix Squared Distance.</li>
+<li>Element-wise log.</li>
+<li>Element-wise roots.</li>
+<li>Element-wise Matrix/Matrix addition, subtraction, division and multiplication.</li>
+<li>Functional Matrix value assignment.</li>
+<li>A familiar Scala-based R-like DSL.</li>
+</ol>
+</ol>
+
 <h4 id="11-march-2016-apache-mahout-0112-released">11 March 2016 - Apache Mahout 0.11.2 released<a class="headerlink" href="#11-march-2016-apache-mahout-0112-released" title="Permanent link">&para;</a></h4>
 <p>This is a minor release over Mahout 0.11.1 meant to introduce major
 performance enhancements with sparse matrix and vector computations, and