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

Commit

Permalink
Bump version to 0.2.3, fix spark-package build #70
Browse files Browse the repository at this point in the history
Upgraded sbt-spark-package plugin version so the spark-package JAR generated via ./build/sbt spDist works properly. Bump version from 0.2.2 --> 0.2.3 so a new spark-package JAR can be released.

Verified that the spark-package JAR works by QAing on Databricks.
  • Loading branch information
jkbradley authored Sep 29, 2017
2 parents b781960 + d1e287b commit cb6e91e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ build the docs yourself, see the instructions in [docs/README.md](https://github
2. support for keyed models
- 2017-09-20 Minor release (0.2.2):
1. The official Spark target is Spark >= 2.1
- 2017-09-29 Minor release (0.2.3):
1. Fixes spark-package build of spark-sklearn.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sparkVersion := "2.1.1"
spName := "databricks/spark-sklearn"

// Don't forget to set the version
version := "0.2.2"
version := "0.2.3"

// 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.2
SPARK_SKLEARN_VERSION: 0.2.3
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// You may use this file to add plugin dependencies for sbt.
resolvers += "Spark Packages repo" at "https://dl.bintray.com/spark-packages/maven/"

addSbtPlugin("org.spark-packages" %% "sbt-spark-package" % "0.2.2")
addSbtPlugin("org.spark-packages" %% "sbt-spark-package" % "0.2.6")
2 changes: 2 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,7 @@ More extensive documentation (generated with Sphinx) is available in the `python
2. support for keyed models
- 2017-09-20 Minor release (0.2.2):
1. The official Spark target is Spark >= 2.1
- 2017-09-29 Minor release (0.2.3):
1. Fixes spark-package build of spark-sklearn.


2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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.2",
version="0.2.3",
author="Joseph Bradley",
author_email="[email protected]",
maintainer="Tim Hunter",
Expand Down

0 comments on commit cb6e91e

Please sign in to comment.