Skip to content
Snippets Groups Projects
Commit f43a6103 authored by Yu ISHIKAWA's avatar Yu ISHIKAWA Committed by Xiangrui Meng
Browse files

[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)
parent 49d2ec63
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<dependency> <dependency>
<groupId>org.scalanlp</groupId> <groupId>org.scalanlp</groupId>
<artifactId>breeze_${scala.binary.version}</artifactId> <artifactId>breeze_${scala.binary.version}</artifactId>
<version>0.11.1</version> <version>0.11.2</version>
<exclusions> <exclusions>
<!-- This is included as a compile-scoped dependency by jtransforms, which is <!-- This is included as a compile-scoped dependency by jtransforms, which is
a dependency of breeze. --> a dependency of breeze. -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment