Very well, 0.10.x is officially frozen in prep for a release this weekend;
will send out a notification once the Release Candidate is available.

On Fri, Jul 31, 2015 at 5:13 PM, Dmitriy Lyubimov <[email protected]> wrote:

> not from me.
> also quick examination shows no PRs are hanging against 0.10.x in the past
> couple months.
>
> On Fri, Jul 31, 2015 at 2:10 PM, Suneel Marthi <[email protected]> wrote:
>
> > Sure. R we expecting any more checkins against 0.10.x before we call a
> > freeze?
> >
> > On Fri, Jul 31, 2015 at 5:08 PM, Andrew Musselman <
> > [email protected]> wrote:
> >
> > > I can help over the weekend but not tonight.
> > >
> > > On Fri, Jul 31, 2015 at 2:03 PM, Suneel Marthi <[email protected]>
> > wrote:
> > >
> > > > Will prepare a 0.10.2 release candidate tonight, let me know if there
> > are
> > > > any pending checkins for 0.10.2; otherwise 0.10.2 branch is
> officially
> > > now
> > > > frozen.
> > > >
> > > >
> > > > On Fri, Jul 31, 2015 at 4:57 PM, Dmitriy Lyubimov <[email protected]
> >
> > > > wrote:
> > > >
> > > > > cb69902 expands into:   MAHOUT-1737: implement AewUnaryFunc on H2O
> > > > (avati)
> > > > >
> > > > > 8a6b805 expands into:
> > > > >
> > > > >   MAHOUT-1660: Hadoop1HDFSUtil.readDRMHEader should be taking
> Hadoop
> > > conf
> > > > > (dlyubimov)
> > > > >
> > > > >   MAHOUT-1713: Performance and parallelization improvements for
> AB',
> > > A'B,
> > > > > A'A spark physical operators (dlyubimov)
> > > > >
> > > > >   MAHOUT-1714: Add MAHOUT_OPTS environment when running Spark shell
> > > > > (dlyubimov)
> > > > >
> > > > >   MAHOUT-1715: Closeable API for broadcast tensors (dlyubimov)
> > > > >
> > > > > MAHOUT-1716: Scala logging style (dlyubimov)
> > > > >
> > > > >   MAHOUT-1717: allreduceBlock() operator api and Spark
> implementation
> > > > > (dlyubimov)
> > > > >
> > > > >   MAHOUT-1718: Support for conversion of any type-keyed DRM into
> > > > > ordinally-keyed DRM (dlyubimov)
> > > > >
> > > > >   MAHOUT-1719: Unary elementwise function operator and function
> > fusions
> > > > > (dlyubimov)
> > > > >
> > > > >   MAHOUT-1720: Support 1 cbind X, X cbind 1 etc. for both Matrix
> and
> > > DRM
> > > > > (dlyubimov)
> > > > >
> > > > >   MAHOUT-1721: rowSumsMap() summary for non-int-keyed DRMs
> > (dlyubimov)
> > > > >
> > > > >   MAHOUT-1722: DRM row sampling api (dlyubimov)
> > > > >
> > > > >   MAHOUT-1723: Optional structural "flavor" abstraction for in-core
> > > > > matrices (dlyubimov)
> > > > >
> > > > >   MAHOUT-1724: Optimizations of matrix-matrix in-core
> multiplication
> > > > based
> > > > > on structural flavors (dlyubimov)
> > > > >
> > > > >   MAHOUT-1725: elementwise power operator ^ (dlyubimov)
> > > > >
> > > > >   MAHOUT-1726: R-like vector concatenation operator (dlyubimov)
> > > > >
> > > > >   MAHOUT-1727: Elementwise analogues of scala.math functions for
> > tensor
> > > > > types (dlyubimov)
> > > > >
> > > > >   MAHOUT-1728: In-core functional assignments (dlyubimov)
> > > > >
> > > > >   MAHOUT-1729: Straighten out behavior of Matrix.iterator() and
> > > > > iterateNonEmpty() (dlyubimov)
> > > > >
> > > > >   MAHOUT-1730: New mutable transposition view for in-core matrices
> > > > > (dlyubimov)
> > > > >
> > > > >   MAHOUT-1731: Deprecate SparseColumnMatrix (dlyubimov)
> > > > >
> > > > >   MAHOUT-1732: Native support for kryo serialization of tensor
> types
> > > > > (dlyubimov)
> > > > >
> > > > > The rest is per log i sent before.
> > > > >
> > > > >
> > > > > On Fri, Jul 31, 2015 at 1:53 PM, Dmitriy Lyubimov <
> [email protected]
> > >
> > > > > wrote:
> > > > >
> > > > > > changelog  for 0.10.2
> > > > > >
> > > > > > /projects/oracle/mahout$ git log mahout-0.10.1.. --oneline
> > > > > > 7f321e0 MAHOUT-1757:Small fix in spca formula, this closes
> > Mahout#152
> > > > > > 2eb30f4 MAHOUT-1756:Missing +=: and *=: operators on vectors,
> > > > closes#153
> > > > > > 942c8e1 (NOJIRA) Bump version to 0.10.2 and check for
> > > > > > spark.executor.memory value before setting to default of 1g in
> > > > > spark-shell.
> > > > > > closes apache/mahout#148
> > > > > > 094294b MAHOUT-1676: Deprecate MLP, ConcatenateVectorsJob and
> > > > > > ConcatenateVectorsReducer in the codebase
> > > > > > 349b94d   MAHOUT-1754: Distance and squared distance matrices
> > > routines
> > > > > > (dlyubimov)
> > > > > > 31ec019 MAHOUT-1736: Implement allreduceBlock() on H2O
> > > > > > 60571af MAHOUT-1752: Implement CbindScalar operator on H2O
> > > > > > 7870462 NOJIRA: indentation fixes (no code change)
> > > > > > cb69902 Squashed commit of the following:
> > > > > > 273ce56 MAHOUT-1738: implement MatrixFlavor for H2OBlockMatrix
> > > > > > 8a6b805 MAHOUT-1660 MAHOUT-1713 MAHOUT-1714 MAHOUT-1715
> MAHOUT-1716
> > > > > > MAHOUT-1717 MAHOUT-1718 MAHOUT-1719 MAHOUT-1720 MAHOUT-1721
> > > MAHOUT-1722
> > > > > > MAHOUT-1723 MAHOUT
> > > > > >
> > > > > > now 8a6b805 expands from CHANGELOG file using correspondent issue
> > > > numbers
> > > > > >
> > > > > >
> > > > > > On Fri, Jul 31, 2015 at 1:49 PM, Andrew Palumbo <
> > [email protected]>
> > > > > > wrote:
> > > > > >
> > > > > >> I'm around over the weekend and next week.  (can't be much help
> > > > tonight
> > > > > >> though).
> > > > > >>
> > > > > >>
> > > > > >> On 07/31/2015 04:41 PM, Suneel Marthi wrote:
> > > > > >>
> > > > > >>> Planning on pushing thru both this weekend and over next week,
> > > what's
> > > > > the
> > > > > >>> PMC availability?
> > > > > >>>
> > > > > >>>
> > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>

Reply via email to