You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ro...@apache.org on 2010/03/15 17:14:02 UTC

svn commit: r923322 - /lucene/mahout/site/src/documentation/content/xdocs/index.xml

Author: robinanil
Date: Mon Mar 15 16:14:01 2010
New Revision: 923322

URL: http://svn.apache.org/viewvc?rev=923322&view=rev
Log:
Setting release announcement date as 16th March. Changes in release notes

Modified:
    lucene/mahout/site/src/documentation/content/xdocs/index.xml

Modified: lucene/mahout/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/site/src/documentation/content/xdocs/index.xml?rev=923322&r1=923321&r2=923322&view=diff
==============================================================================
--- lucene/mahout/site/src/documentation/content/xdocs/index.xml (original)
+++ lucene/mahout/site/src/documentation/content/xdocs/index.xml Mon Mar 15 16:14:01 2010
@@ -27,16 +27,18 @@
       <title>Mahout News</title>
 
       <section>
-        <title>18 March 2010 - Apache Mahout 0.3 released</title>
+        <title>16 March 2010 - Apache Mahout 0.3 released</title>
         <p>The Apache Lucene project is pleased to announce the release of Apache Mahout 0.3.</p>
         <p>
           Highlights include:
           <ul>
-            <li>New math, collections modules</li>
-            <li>LLR colocation implementation</li>
-            <li>FP-bonsai implementation</li>
-            <li>Hadoop-based Lanczos SVD solver</li>
-            <li>Shell scripts for easier running of algorithms, examples</li>
+            <li>New: math and collections modules based on the high performance Colt library </li>
+            <li>Faster Frequent Pattern Growth(FPGrowth) using FP-bonsai pruning</li>
+	    <li>Parallel Dirichlet process clustering (model-based clustering algorithm)</li>
+            <li>Parallel co-occurrence based recommender</li>
+            <li>Parallel text document to vector conversion using LLR based ngram generation</li>
+            <li>Parallel Lanczos SVD(Singular Value Decomposition) solver</li>
+            <li>Shell scripts for easier running of algorithms, utilities and examples</li>
             <li>... and much much more: code cleanup, many bug fixes and performance improvements</li>
           </ul>
         </p>



Re: svn commit: r923322 - /lucene/mahout/site/src/documentation/content/xdocs/index.xml

Posted by Robin Anil <ro...@gmail.com>.
As I read in the issues closed in this release. Generalizing Dirichlet to
n-dimensional and sparsevectors were done in this release. I think we can
call that the complete implementation.


On Tue, Mar 16, 2010 at 1:17 AM, Grant Ingersoll <gs...@apache.org>wrote:

>
> On Mar 15, 2010, at 12:14 PM, robinanil@apache.org wrote:
>
> > Author: robinanil
> > Date: Mon Mar 15 16:14:01 2010
> > New Revision: 923322
> >
> > URL: http://svn.apache.org/viewvc?rev=923322&view=rev
> > Log:
> > Setting release announcement date as 16th March. Changes in release notes
> >
> > Modified:
> >    lucene/mahout/site/src/documentation/content/xdocs/index.xml
> >
> > Modified: lucene/mahout/site/src/documentation/content/xdocs/index.xml
> > URL:
> http://svn.apache.org/viewvc/lucene/mahout/site/src/documentation/content/xdocs/index.xml?rev=923322&r1=923321&r2=923322&view=diff
> >
> ==============================================================================
> > --- lucene/mahout/site/src/documentation/content/xdocs/index.xml
> (original)
> > +++ lucene/mahout/site/src/documentation/content/xdocs/index.xml Mon Mar
> 15 16:14:01 2010
> > @@ -27,16 +27,18 @@
> >       <title>Mahout News</title>
> >
> > +         <li>Parallel Dirichlet process clustering (model-based
> clustering algorithm)</li>
>
> Wasn't Dirichlet in 0.2 and wasn't it already parallel or did I miss
> something new being added?

Re: svn commit: r923322 - /lucene/mahout/site/src/documentation/content/xdocs/index.xml

Posted by Grant Ingersoll <gs...@apache.org>.
On Mar 15, 2010, at 12:14 PM, robinanil@apache.org wrote:

> Author: robinanil
> Date: Mon Mar 15 16:14:01 2010
> New Revision: 923322
> 
> URL: http://svn.apache.org/viewvc?rev=923322&view=rev
> Log:
> Setting release announcement date as 16th March. Changes in release notes
> 
> Modified:
>    lucene/mahout/site/src/documentation/content/xdocs/index.xml
> 
> Modified: lucene/mahout/site/src/documentation/content/xdocs/index.xml
> URL: http://svn.apache.org/viewvc/lucene/mahout/site/src/documentation/content/xdocs/index.xml?rev=923322&r1=923321&r2=923322&view=diff
> ==============================================================================
> --- lucene/mahout/site/src/documentation/content/xdocs/index.xml (original)
> +++ lucene/mahout/site/src/documentation/content/xdocs/index.xml Mon Mar 15 16:14:01 2010
> @@ -27,16 +27,18 @@
>       <title>Mahout News</title>
> 
> +	    <li>Parallel Dirichlet process clustering (model-based clustering algorithm)</li>

Wasn't Dirichlet in 0.2 and wasn't it already parallel or did I miss something new being added?