Author: apalumbo
Date: Sun Apr 12 00:47:45 2015
New Revision: 1672955
URL: http://svn.apache.org/r1672955
Log:
remove mahout 0.9 stuff
Modified:
mahout/site/mahout_cms/trunk/content/index.mdtext
Modified: mahout/site/mahout_cms/trunk/content/index.mdtext
URL:
http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/index.mdtext?rev=1672955&r1=1672954&r2=1672955&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/index.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/index.mdtext Sun Apr 12 00:47:45 2015
@@ -46,30 +46,7 @@
#### 1 February 2014 - Apache Mahout 0.9 released
-Apache Mahout has reached version 0.9. All developers are encouraged to begin
using version 0.9. Highlights include:
-
- * New and improved Mahout website based on Apache CMS -
[MAHOUT-1245](https://issues.apache.org/jira/browse/MAHOUT-1245)
- * Early implementation of a Multi Layer Perceptron (MLP) classifier -
[MAHOUT-1265](https://issues.apache.org/jira/browse/MAHOUT-1265)
- * Scala DSL Bindings for Mahout Math Linear Algebra. See this
[blogpost](http://weatheringthrutechdays.blogspot.com/2013/07/scala-dsl-for-mahout-in-core-linear.html)
and [MAHOUT-1297](https://issues.apache.org/jira/browse/MAHOUT-1297)
- * Recommenders as Search. See [https://github.com/pferrel/solr-recommender]
and [MAHOUT-1288](https://issues.apache.org/jira/browse/MAHOUT-1288)
- * Support for easy functional Matrix views and derivatives - [MAHOUT-1300](
https://issues.apache.org/jira/browse/MAHOUT-1300)
- * JSON output format for ClusterDumper -
[MAHOUT-1343](https://issues.apache.org/jira/browse/MAHOUT-1343)
- * Enabled randomised testing for all Mahout modules using Carrot
RandomizedRunner -
[MAHOUT-1345](https://issues.apache.org/jira/browse/MAHOUT-1345)
- * Online Algorithm for computing accurate Quantiles using 1-dimensional
Clustering - See this
[pdf](https://github.com/tdunning/t-digest/blob/master/docs/theory/t-digest-paper/histo.pdf)
and [MAHOUT-1361](https://issues.apache.org/jira/browse/MAHOUT-1361)
- * Upgrade to Lucene 4.6.1 -
[MAHOUT-1364](https://issues.apache.org/jira/browse/MAHOUT-1364">MAHOUT-1364)
-
-Changes in 0.9 are detailed in the [release
notes](http://svn.apache.org/viewvc/mahout/trunk/CHANGELOG?view=markup&pathrev=1563661).
-
-The following algorithms that were marked deprecated in 0.8 have been removed
in 0.9:
-
-* Switched LDA implementation from Gibbs Sampling to Collapsed Variational
Bayes
-* Meanshift - removed due to lack of actual usage and support
-* MinHash - removed due to lack of actual usage and support
-* Winnow - removed due to lack of actual usage and support
-* Perceptron - removed due to lack of actual usage and support
-* Slope One - removed due to lack of actual usage
-* Distributed Pseudo recommender - removed due to lack of actual usage
-* TreeClusteringRecommender - removed due to lack of actual usage
+Visit our [release notes](http://mahout.apache.org/general/release-notes.html)
page for details.
####25 July 2013 - Apache Mahout 0.8 released