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 2013/11/22 04:38:03 UTC

svn commit: r1544401 - /mahout/trunk/CHANGELOG

Author: smarthi
Date: Fri Nov 22 03:38:02 2013
New Revision: 1544401

URL: http://svn.apache.org/r1544401
Log:
MAHOUT-1308:Cannot extend CandidateItemsStrategy due to restricted visibility

Modified:
    mahout/trunk/CHANGELOG

Modified: mahout/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/mahout/trunk/CHANGELOG?rev=1544401&r1=1544400&r2=1544401&view=diff
==============================================================================
--- mahout/trunk/CHANGELOG (original)
+++ mahout/trunk/CHANGELOG Fri Nov 22 03:38:02 2013
@@ -18,6 +18,8 @@ Release 0.9 - unreleased
 
   MAHOUT-1313: Fixed unwanted integral division bug in RowSimilarityJob downsampling code where precision should have been retained (sslavic) 
 
+  MAHOUT-1308: Cannot extend CandidateItemsStrategy due to restricted visibility (David Geiger, smarthi)
+
   MAHOUT-1301: toString() method of SequentialAccessSparseVector has excess comma at the end (Alexander Senov, smarthi)
 
   MAHOUT-1296: Remove deprecated algorithms (ssc)