Repository: mahout Updated Branches: refs/heads/master 77be783e8 -> 9d14053c8
MAHOUT-1771: Cluster dumper omits indices and 0 elements for dense vector or sparse containing 0s, this closes apache/mahout#158 Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/9d14053c Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/9d14053c Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/9d14053c Branch: refs/heads/master Commit: 9d14053c80a1244bdf7157ab02748a492ae9868a Parents: 77be783 Author: smarthi <[email protected]> Authored: Tue Sep 8 19:32:22 2015 -0400 Committer: smarthi <[email protected]> Committed: Tue Sep 8 19:36:59 2015 -0400 ---------------------------------------------------------------------- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/9d14053c/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 0ca35de..b22aed4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Mahout Change Log Release 0.11.1 - unreleased + MAHOUT-1771: Cluster dumper omits indices and 0 elements for dense vector or sparse containing 0s (srowen) + MAHOUT-1613: classifier.df.tools.Describe does not handle -D parameters (haohui mai via smarthi) MAHOUT-1642: Iterator class within SimilarItems class always misses the first element (Oleg Zotov via smarthi)
