aboutsummaryrefslogtreecommitdiff
path: root/mllib/pom.xml
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:02 -0700
commitf43a61031fd7d9d4fab3d8ac584e7b4c7c5e1035 (patch)
tree39a0a6786ed353afd43623ed9144d5e29fb7b81c /mllib/pom.xml
parent49d2ec63eccec8a3a78b15b583c36f84310fc6f0 (diff)
downloadspark-f43a61031fd7d9d4fab3d8ac584e7b4c7c5e1035.tar.gz
spark-f43a61031fd7d9d4fab3d8ac584e7b4c7c5e1035.tar.bz2
spark-f43a61031fd7d9d4fab3d8ac584e7b4c7c5e1035.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)
Diffstat (limited to 'mllib/pom.xml')
-rw-r--r--mllib/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 4c183543e3..5dfab36c76 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -64,7 +64,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. -->