Author: gsingers
Date: Thu Jul 25 14:53:18 2013
New Revision: 1506994
URL: http://svn.apache.org/r1506994
Log:
Mahout 0.8 Release
Modified:
mahout/site/new_website/index.html
Modified: mahout/site/new_website/index.html
URL:
http://svn.apache.org/viewvc/mahout/site/new_website/index.html?rev=1506994&r1=1506993&r2=1506994&view=diff
==============================================================================
--- mahout/site/new_website/index.html (original)
+++ mahout/site/new_website/index.html Thu Jul 25 14:53:18 2013
@@ -226,6 +226,67 @@
<h1>Mahout News</h1>
+ <h2 class="boxed">25 July 2013 - Apache Mahout 0.8 released</h2>
+
+ <p>Apache Mahout has reached version 0.8. All developers are encouraged to
begin using version
+ 0.8. Highlights include:</p>
+
+ <ul>
+ <li>Numerous performance improvements to Vector and Matrix
implementations, API's and their iterators (see also MAHOUT-1192,
MAHOUT-1202)</li>
+ <li>Numerous performance improvements to the recommender
implementations (see also MAHOUT-1272, MAHOUT-1035, MAHOUT-1042, MAHOUT-1151,
MAHOUT-1166, MAHOUT-1167, MAHOUT-1169, MAHOUT-1205, MAHOUT-1264)</li>
+ <li><a href="https://issues.apache.org/jira/browse/MAHOUT-1088"
class="external-link" rel="nofollow">MAHOUT-1088</a>: Support for biased
item-based recommender</li>
+ <li><a href="https://issues.apache.org/jira/browse/MAHOUT-1089"
class="external-link" rel="nofollow">MAHOUT-1089</a>: SGD matrix factorization
for rating prediction with user and item biases</li>
+ <li><a href="https://issues.apache.org/jira/browse/MAHOUT-1106"
class="external-link" rel="nofollow">MAHOUT-1106</a>: Support for SVD++</li>
+ <li><a href="https://issues.apache.org/jira/browse/MAHOUT-944"
class="external-link" rel="nofollow">MAHOUT-944</a>: Support for converting
one or more Lucene storage indexes to SequenceFiles as well as an upgrade of
the supported Lucene version to Lucene 4.3.1.</li>
+ <li><a href="https://issues.apache.org/jira/browse/MAHOUT-1154"
class="external-link" rel="nofollow">MAHOUT-1154</a> and friends: New streaming
k-means implementation that offers on-line (and fast) clustering</li>
+ <li><a href="https://issues.apache.org/jira/browse/MAHOUT-833"
class="external-link" rel="nofollow">MAHOUT-833</a>: Make conversion to
SequenceFiles Map-Reduce, 'seqdirectory' can now be run as a MapReduce job.</li>
+ <li><a href="https://issues.apache.org/jira/browse/MAHOUT-1052"
class="external-link" rel="nofollow">MAHOUT-1052</a>: Add an option to
MinHashDriver that specifies the dimension of vector to hash (indexes or
values).</li>
+ <li><a href="https://issues.apache.org/jira/browse/MAHOUT-884"
class="external-link" rel="nofollow">MAHOUT-884</a>: Matrix Concat utility,
presently only concatenates two matrices.</li>
+ <li><a href="https://issues.apache.org/jira/browse/MAHOUT-1187"
class="external-link" rel="nofollow">MAHOUT-1187</a>: Upgraded to
CommonsLang3</li>
+ <li><a href="https://issues.apache.org/jira/browse/MAHOUT-916"
class="external-link" rel="nofollow">MAHOUT-916</a>: Speedup the Mahout build
by making tests run in parallel.</li>
+ <li>The usual bug fixes. See <a
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20MAHOUT%20AND%20fixVersion%20%3D%20%220.8%22"
class="external-link" rel="nofollow">JIRA</a> for more<br/>
+ information on the 0.8 release.</li>
+ </ul>
+
+ <p>Changes in 0.8 are detailed in the <a
href="http://svn.apache.org/viewvc/mahout/trunk/CHANGELOG?revision=1501110&view=markup">release
notes</a>.</p>
+
+ <p>Downloads of all releases available from <a
href="http://www.apache.org/dyn/closer.cgi/mahout/">Apache mirrors</a>.</p>
+<p>FUTURE PLANS</p>
+
+<p>0.9</p>
+
+<p>As the project moves towards a 1.0 release, the community is working to
clean up and/or remove parts of the code base that are under-supported or that
underperform as well as to better focus the energy and contributions on key
algorithms that are proven to scale in production and have seen wide-spread
adoption. To this end, in the next release, the project is planning on
removing support for the following algorithms unless there is sustained support
and improvement of them before the next release.</p>
+
+<p>The algorithms to be removed are:</p>
+<ul class="alternate" type="square">
+ <li>From Clustering:<br/>
+ Dirichlet<br/>
+ MeanShift<br/>
+ MinHash<br/>
+ Eigencuts</li>
+ <li>From Classification (both are sequential implementations)<br/>
+ Winnow<br/>
+ Perceptron</li>
+ <li>Frequent Pattern Mining</li>
+ <li>Collaborative Filtering<br/>
+ All recommenders in org.apache.mahout.cf.taste.impl.recommender.knn<br/>
+ SlopeOne implementations in org.apache.mahout.cf.taste.hadoop.slopeone
and org.apache.mahout.cf.taste.impl.recommender.slopeone<br/>
+ Distributed pseudo recommender in
org.apache.mahout.cf.taste.hadoop.pseudo<br/>
+ TreeClusteringRecommender in
org.apache.mahout.cf.taste.impl.recommender</li>
+ <li>Mahout Math<br/>
+ Lanczos in favour of SSVD<br/>
+ Hadoop entropy stuff in org.apache.mahout.math.stats.entropy</li>
+</ul>
+
+
+<p>If you are interested in supporting 1 or more of these algorithms, please
make it known on [email protected] and via JIRA issues that fix and/or
improve them. Please also provide supporting evidence as to their
effectiveness for you in production.</p>
+
+<p>1.0 PLANS</p>
+
+<p>Our plans as a community are to focus 0.9 on cleanup of bugs and the
removal of the code mentioned above and then to follow with a 1.0 release soon
thereafter, at which point the community is committing to the support of the
algorithms packaged in the 1.0 for at least two minor versions after their
release. In the case of removal, we will deprecate the functionality in the
1.(x+1) minor release and remove it in the 1.(x+2) release. For instance, if
feature X is to be removed after the 1.2 release, it will be deprecated in 1.3
and removed in 1.4.</p>
+
+
+
<h2 class="boxed">16 June 2012 - Apache Mahout 0.7 released</h2>
<p>Apache Mahout has reached version 0.7. All developers are encouraged to
begin using version
@@ -277,32 +338,7 @@
<a href="http://manning.com/owen/">order print and eBook copies from
Manning</a> --
use discount code "mahout37" for 37% off.</p>
- <h2 class="boxed">27 May 2011 - Apache Mahout 0.5 released</h2>
-
- <p>Apache Mahout has reached version 0.5. All developers are encouraged to
begin using version 0.5, as
- again much has changed and been fixed since version 0.4. Many APIs have been
changed, added or removed,
- and will continue before version 1.0. Highlights of version 0.5 include:</p>
-
- <ul>
- <li>Improved Lanczos solver: graceful restarts, better scalability</li>
- <li>LDA improvements: document-topic distribution output, graceful
restarts</li>
- <li>Stochastic Singular Value Decomposition implementation</li>
- <li>Incremental SVD implementation</li>
- <li>Alternating Least Squares with Weighted Regularization collaborative
filtering implementation,
- both distributed and non-distributed</li>
- <li>SVDRecommender enhancements</li>
- <li>Initial work at merging clustering and classification
infrastructure</li>
- <li>Better control over candidate item selection in item-based
recommenders</li>
- <li>Significant removal of deprecated or dead code</li>
- <li>Many bug fixes, refactorings and other small improvements</li>
- </ul>
-
- <p>Changes in 0.5 are detailed in the <a
-
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315255&version=12314396">release
- notes</a>.</p>
-
- <p>Downloads of all releases are available from <a
href="http://www.apache.org/dyn/closer.cgi/mahout/">Apache Mirrors</a>.</p>
-
+
</div>
<div id="sidebar">
@@ -312,8 +348,8 @@
</div>
<div id="sidebar-wrap">
<ul class="sidemenu">
- <li>Latest release version: Mahout 0.7</li>
- <li>Latest development version: Mahout 0.8-SNAPSHOT</li>
+ <li>Latest release version: Mahout 0.8</li>
+ <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
</ul>
<h2>About</h2>
<ul class="sidemenu">