From e13f684ca8ebb17c1bdbe260a4df48ff1d1b0622 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Tue, 29 Jan 2019 08:40:49 -0600 Subject: [PATCH] Updates for 0.3.0 (#102) --- build.sbt | 6 +++--- docs/_config.yml | 2 +- python/setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 09a18a3..2afcc67 100644 --- a/build.sbt +++ b/build.sbt @@ -1,14 +1,14 @@ // Your sbt build file. Guides on how to write one can be found at // http://www.scala-sbt.org/0.13/docs/index.html -scalaVersion := "2.10.4" +scalaVersion := "2.11.8" -sparkVersion := "2.1.1" +sparkVersion := "2.4.0" spName := "databricks/spark-sklearn" // Don't forget to set the version -version := "0.2.3" +version := "0.3.0" // All Spark Packages need a license licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0")) diff --git a/docs/_config.yml b/docs/_config.yml index 21133f0..1ee106f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,4 +3,4 @@ include: - _modules # Specifies the current spark-sklearn version for the build -SPARK_SKLEARN_VERSION: 0.2.3 +SPARK_SKLEARN_VERSION: 0.3.0 diff --git a/python/setup.py b/python/setup.py index 865c9bd..51a8603 100644 --- a/python/setup.py +++ b/python/setup.py @@ -39,7 +39,7 @@ def read(*parts): description="Integration tools for running scikit-learn on Spark", license="Apache 2.0", url="https://github.com/databricks/spark-sklearn", - version="0.2.3", + version="0.3.0", author="Joseph Bradley", author_email="joseph@databricks.com", maintainer="Tim Hunter",