Return-Path: X-Original-To: apmail-mahout-commits-archive@www.apache.org Delivered-To: apmail-mahout-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2305C105A1 for ; Thu, 1 Aug 2013 21:48:10 +0000 (UTC) Received: (qmail 30061 invoked by uid 500); 1 Aug 2013 21:48:10 -0000 Delivered-To: apmail-mahout-commits-archive@mahout.apache.org Received: (qmail 30026 invoked by uid 500); 1 Aug 2013 21:48:10 -0000 Mailing-List: contact commits-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list commits@mahout.apache.org Received: (qmail 30018 invoked by uid 99); 1 Aug 2013 21:48:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2013 21:48:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2013 21:48:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DFAD2238896F; Thu, 1 Aug 2013 21:47:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1509441 - /mahout/trunk/CHANGELOG Date: Thu, 01 Aug 2013 21:47:48 -0000 To: commits@mahout.apache.org From: smarthi@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130801214748.DFAD2238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: smarthi Date: Thu Aug 1 21:47:48 2013 New Revision: 1509441 URL: http://svn.apache.org/r1509441 Log: MAHOUT-1301: toString() method of SequentialAccessSparseVector has excess comma at the end Modified: mahout/trunk/CHANGELOG Modified: mahout/trunk/CHANGELOG URL: http://svn.apache.org/viewvc/mahout/trunk/CHANGELOG?rev=1509441&r1=1509440&r2=1509441&view=diff ============================================================================== --- mahout/trunk/CHANGELOG (original) +++ mahout/trunk/CHANGELOG Thu Aug 1 21:47:48 2013 @@ -2,7 +2,7 @@ Mahout Change Log Release 0.9 - unreleased - MAHOUT-1289: Move downsampling code into RowSimilarityJob (ssc) + MAHOUT-1301: toString() method of SequentialAccessSparseVector has excess comma at the end (Alexander Senov, smarthi) MAHOUT-1296: Remove deprecated algorithms (ssc) @@ -16,6 +16,8 @@ Release 0.9 - unreleased MAHOUT-1290: Issue when running Mahout Recommender Demo (Helder Garay Martins via smarthi) + MAHOUT-1289: Move downsampling code into RowSimilarityJob (ssc) + MAHOUT-1287: classifier.sgd.CsvRecordFactory incorrectly parses CSV format (Alex Franchuk via smarthi) MAHOUT-1284: DummyRecordWriter's bug with reused Writables (Maysam Yabandeh via smarthi)