aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorXiangrui Meng <meng@databricks.com>2015-05-19 08:24:57 -0700
committerXiangrui Meng <meng@databricks.com>2015-05-19 08:24:57 -0700
commit6845cb2ff475fd794b30b01af5ebc80714b880f0 (patch)
tree4d31d8b115df3005a7972b371d2fec637766f128 /project
parentdf34793ad4e76214fc4c0a22af1eb89b171a32e4 (diff)
downloadspark-6845cb2ff475fd794b30b01af5ebc80714b880f0.tar.gz
spark-6845cb2ff475fd794b30b01af5ebc80714b880f0.tar.bz2
spark-6845cb2ff475fd794b30b01af5ebc80714b880f0.zip
[SPARK-7681] [MLLIB] remove mima excludes for 1.3
There excludes are unnecessary for 1.3 because the changes were made in 1.4.x. Author: Xiangrui Meng <meng@databricks.com> Closes #6254 from mengxr/SPARK-7681-mima and squashes the following commits: 7f0cea0 [Xiangrui Meng] remove mima excludes for 1.3
Diffstat (limited to 'project')
-rw-r--r--project/MimaExcludes.scala9
1 files changed, 1 insertions, 8 deletions
diff --git a/project/MimaExcludes.scala b/project/MimaExcludes.scala
index f8d0160f64..03e93a2f98 100644
--- a/project/MimaExcludes.scala
+++ b/project/MimaExcludes.scala
@@ -187,14 +187,7 @@ object MimaExcludes {
ProblemFilters.exclude[MissingMethodProblem](
"org.apache.spark.mllib.linalg.Matrix.isTransposed"),
ProblemFilters.exclude[MissingMethodProblem](
- "org.apache.spark.mllib.linalg.Matrix.foreachActive"),
- // SPARK-7681 add SparseVector support for gemv
- ProblemFilters.exclude[MissingMethodProblem](
- "org.apache.spark.mllib.linalg.Matrix.multiply"),
- ProblemFilters.exclude[MissingMethodProblem](
- "org.apache.spark.mllib.linalg.DenseMatrix.multiply"),
- ProblemFilters.exclude[MissingMethodProblem](
- "org.apache.spark.mllib.linalg.SparseMatrix.multiply")
+ "org.apache.spark.mllib.linalg.Matrix.foreachActive")
) ++ Seq(
// SPARK-5540
ProblemFilters.exclude[MissingMethodProblem](