Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
Updates for 0.3.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen authored Jan 29, 2019
1 parent a371efc commit e13f684
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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"))
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
maintainer="Tim Hunter",
Expand Down

0 comments on commit e13f684

Please sign in to comment.