File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5- 1.1.3dev
5+ 1.1.3
66========
77
88* spark/pyspark feature: LinearLearnerEstimator: Add multi-class classifier
Original file line number Diff line number Diff line change 77from setuptools import setup
88
99
10- VERSION = "1.1.2 "
10+ VERSION = "1.1.3 "
1111
1212TEMP_PATH = "deps"
1313JARS_TARGET = os .path .join (TEMP_PATH , "jars" )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ scalaVersion := "2.11.7"
1919// to change the version of spark add -DSPARK_VERSION=2.x.x when running sbt
2020// for example: "sbt -DSPARK_VERSION=2.1.1 clean compile test doc package"
2121val sparkVersion = System .getProperty(" SPARK_VERSION" , " 2.2.0" )
22- version := " spark_" + sparkVersion + " -1.1.2 "
22+ version := " spark_" + sparkVersion + " -1.1.3 "
2323
2424lazy val SageMakerSpark = (project in file(" ." ))
2525
You can’t perform that action at this time.
0 commit comments