You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sm...@apache.org on 2015/07/31 22:58:38 UTC

mahout git commit: MAHOUT-1756: Missing +=: and *=: operators on vectors

Repository: mahout
Updated Branches:
  refs/heads/mahout-0.10.x 7f321e080 -> b1a205c44


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 <sm...@apache.org>
Authored: Fri Jul 31 16:58:16 2015 -0400
Committer: smarthi <sm...@apache.org>
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)