Return-Path: X-Original-To: apmail-spark-commits-archive@minotaur.apache.org Delivered-To: apmail-spark-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E164817844 for ; Fri, 27 Mar 2015 07:15:13 +0000 (UTC) Received: (qmail 71366 invoked by uid 500); 27 Mar 2015 07:15:13 -0000 Delivered-To: apmail-spark-commits-archive@spark.apache.org Received: (qmail 71335 invoked by uid 500); 27 Mar 2015 07:15:13 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 71326 invoked by uid 99); 27 Mar 2015 07:15:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2015 07:15:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 916FEE2F37; Fri, 27 Mar 2015 07:15:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: meng@apache.org To: commits@spark.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: spark git commit: [SPARK-6341][mllib] Upgrade breeze from 0.11.1 to 0.11.2 Date: Fri, 27 Mar 2015 07:15:13 +0000 (UTC) Repository: spark Updated Branches: refs/heads/master 49d2ec63e -> f43a61031 [SPARK-6341][mllib] Upgrade breeze from 0.11.1 to 0.11.2 There are any bugs of breeze's SparseVector at 0.11.1. You know, Spark 1.3 depends on breeze 0.11.1. So I think we should upgrade it to 0.11.2. https://issues.apache.org/jira/browse/SPARK-6341 And thanks you for your great cooperation, David Hall(dlwh) Author: Yu ISHIKAWA Closes #5222 from yu-iskw/upgrade-breeze and squashes the following commits: ad8a688 [Yu ISHIKAWA] Upgrade breeze from 0.11.1 to 0.11.2 because of a bug of SparseVector. Thanks you for your great cooperation, David Hall(@dlwh) Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f43a6103 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f43a6103 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f43a6103 Branch: refs/heads/master Commit: f43a61031fd7d9d4fab3d8ac584e7b4c7c5e1035 Parents: 49d2ec6 Author: Yu ISHIKAWA Authored: Fri Mar 27 00:15:02 2015 -0700 Committer: Xiangrui Meng Committed: Fri Mar 27 00:15:02 2015 -0700 ---------------------------------------------------------------------- mllib/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/f43a6103/mllib/pom.xml ---------------------------------------------------------------------- diff --git a/mllib/pom.xml b/mllib/pom.xml index 4c18354..5dfab36 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -64,7 +64,7 @@ org.scalanlp breeze_${scala.binary.version} - 0.11.1 + 0.11.2 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org For additional commands, e-mail: commits-help@spark.apache.org