Skip to content

Commit

Permalink
Bump spark-deep-learning version numbers for release (#68)
Browse files Browse the repository at this point in the history
Update version number from 0.1.0 to 0.2.0 to prep for release.
  • Loading branch information
smurching authored and jkbradley committed Oct 25, 2017
1 parent 328e51e commit 4cd6d4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,9 @@ registerKerasImageUDF("my_keras_inception_udf", InceptionV3(weights="imagenet"),

```

### Estimator

## Releases:
* 0.1.0 initial release
- 0.1.0 Alpha release
- 0.2.0 release:
1. KerasImageFileEstimator API (train a Keras model on image files)
2. Scala SQL UDF Support
3. Added Xception, Resnet50 models to DeepImageFeaturizer/DeepImagePredictor.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ scalaVersion := scalaVer
spName := "databricks/spark-deep-learning"

// Don't forget to set the version
version := s"0.1.0-spark$sparkBranch"
version := s"0.2.0-spark$sparkBranch"

// 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 @@ -14,7 +14,7 @@ include:

# These allow the documentation to be updated with newer releases
# of Spark, Scala, and Mesos.
SPARKDL_VERSION: 0.1.0
SPARKDL_VERSION: 0.2.0
#SCALA_BINARY_VERSION: "2.10"
#SCALA_VERSION: "2.10.4"
#MESOS_VERSION: 0.21.0
Expand Down

0 comments on commit 4cd6d4e

Please sign in to comment.