aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu ISHIKAWA <yuu.ishikawa@gmail.com>2015-03-27 00:15:02 -0700
committerXiangrui Meng <meng@databricks.com>2015-03-27 00:15:21 -0700
commitb318858b9c0ef012e018aaf6850d106445b704f4 (patch)
treef5bb3325796bc0b4ee5707b8511d7767c8134d94
parent54d92b5424705215b177c02665c163907c9c7de4 (diff)
downloadspark-b318858b9c0ef012e018aaf6850d106445b704f4.tar.gz
spark-b318858b9c0ef012e018aaf6850d106445b704f4.tar.bz2
spark-b318858b9c0ef012e018aaf6850d106445b704f4.zip
[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 <yuu.ishikawa@gmail.com> 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) (cherry picked from commit f43a61031fd7d9d4fab3d8ac584e7b4c7c5e1035) Signed-off-by: Xiangrui Meng <meng@databricks.com>
-rw-r--r--mllib/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 1be33afbb2..5367ffb06a 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>breeze_${scala.binary.version}</artifactId>
- <version>0.11.1</version>
+ <version>0.11.2</version>
<exclusions>
<!-- This is included as a compile-scoped dependency by jtransforms, which is
a dependency of breeze. -->