MAHOUT-1756: Missing +=: and *=: operators on vectors
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/b1a205c4 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/b1a205c4 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/b1a205c4 Branch: refs/heads/mahout-0.10.x Commit: b1a205c449b97462e5f9f490147caf092806444c Parents: 7f321e0 Author: smarthi <[email protected]> Authored: Fri Jul 31 16:58:16 2015 -0400 Committer: smarthi <[email protected]> Committed: Fri Jul 31 16:58:16 2015 -0400 ---------------------------------------------------------------------- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/b1a205c4/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 38c7d17..fb9bd46 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Mahout Change Log Release 0.10.2 - unreleased + MAHOUT-1756: Missing +=: and *=: operators on vectors (smarthi) + MAHOUT-1754: Distance and squared distance matrices routines (dlyubimov) MAHOUT-1753: First and second moment routines (dlyubimov)
