Repository: mahout Updated Branches: refs/heads/master c0463c0e4 -> 05a97bb4e
NOJIRA: adding issues merged to 0.11.0 from 0.10.2 to changelog (dlyubimov) Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/05a97bb4 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/05a97bb4 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/05a97bb4 Branch: refs/heads/master Commit: 05a97bb4e2ce57cb62262526360f28b2939aca1c Parents: c0463c0 Author: Dmitriy Lyubimov <[email protected]> Authored: Wed Jul 1 16:10:40 2015 -0700 Committer: Dmitriy Lyubimov <[email protected]> Committed: Wed Jul 1 16:13:05 2015 -0700 ---------------------------------------------------------------------- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/05a97bb4/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 33fc716..50ca6c3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,16 @@ Mahout Change Log Release 0.11.0 - unreleased + + MAHOUT-1754: Distance and squared distance matrices routines (dlyubimov) + + MAHOUT-1753: First and second moment routines (dlyubimov) + + MAHOUT-1746: mxA ^ 2, mxA ^ 0.5 to mean the same thing as mxA * mxA and mxA ::= sqrt _ (dlyubimov) + + MAHOUT-1736: Implement allreduceBlock() on H2O (avati) + + MAHOUT-1752: Implement CbindScalar operator on H2O (avati) MAHOUT-1660: Hadoop1HDFSUtil.readDRMHEader should be taking Hadoop conf (dlyubimov)
