Skip to content

Commit 4cd6d4e

Browse files
smurchingjkbradley
authored andcommitted
Bump spark-deep-learning version numbers for release (#68)
Update version number from 0.1.0 to 0.2.0 to prep for release.
1 parent 328e51e commit 4cd6d4e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,9 @@ registerKerasImageUDF("my_keras_inception_udf", InceptionV3(weights="imagenet"),
241241

242242
```
243243

244-
### Estimator
245-
246244
## Releases:
247-
* 0.1.0 initial release
245+
- 0.1.0 Alpha release
246+
- 0.2.0 release:
247+
1. KerasImageFileEstimator API (train a Keras model on image files)
248+
2. Scala SQL UDF Support
249+
3. Added Xception, Resnet50 models to DeepImageFeaturizer/DeepImagePredictor.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ scalaVersion := scalaVer
1919
spName := "databricks/spark-deep-learning"
2020

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

2424
// All Spark Packages need a license
2525
licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0"))

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include:
1414

1515
# These allow the documentation to be updated with newer releases
1616
# of Spark, Scala, and Mesos.
17-
SPARKDL_VERSION: 0.1.0
17+
SPARKDL_VERSION: 0.2.0
1818
#SCALA_BINARY_VERSION: "2.10"
1919
#SCALA_VERSION: "2.10.4"
2020
#MESOS_VERSION: 0.21.0

0 commit comments

Comments
 (0)