Author: smarthi
Date: Mon Apr 11 22:25:13 2016
New Revision: 1738656
URL: http://svn.apache.org/viewvc?rev=1738656&view=rev
Log:
Add Release notes for Mahout 0.12.0
Modified:
mahout/site/mahout_cms/trunk/content/general/release-notes.mdtext
Modified: mahout/site/mahout_cms/trunk/content/general/release-notes.mdtext
URL:
http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/general/release-notes.mdtext?rev=1738656&r1=1738655&r2=1738656&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/general/release-notes.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/general/release-notes.mdtext Mon Apr
11 22:25:13 2016
@@ -10,6 +10,29 @@ While still experimental, the mahout Fli
semantics for linear algebra operations, matrix decompositions,
and algorithms of the âSamsaraâ platform for execution on a Flink back-end.
+This release gives users of Apache Flink out of the box access to the
following features (and more):
+
+<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>
+
#### 11 March 2016 - Apache Mahout 0.11.2 released
This is a minor release over Mahout 0.11.1 meant to introduce major