Repository: mahout Updated Branches: refs/heads/master be5a05d12 -> 628b1302f
MAHOUT-1630:Incorrect SparseColumnMatrix.numSlices() causes IndexException in toString() Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/628b1302 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/628b1302 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/628b1302 Branch: refs/heads/master Commit: 628b1302f273accf53b2d91e6f7ac90e20c4102f Parents: be5a05d Author: Suneel Marthi <[email protected]> Authored: Wed Apr 8 01:39:11 2015 -0400 Committer: Suneel Marthi <[email protected]> Committed: Wed Apr 8 01:39:11 2015 -0400 ---------------------------------------------------------------------- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/628b1302/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index d1a0c4b..f807227 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Mahout Change Log Release 0.10.0 - unreleased + MAHOUT-1630: Incorrect SparseColumnMatrix.numSlices() causes IndexException in toString() (Oleg Nitz, smarthi) + MAHOUT-1665: Update hadoop commands in example scripts (akm) MAHOUT-1676: Deprecate MLP, ConcatenateVectorsJob and ConcatenateVectorsReducer in the codebase (apalumbo)
