File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5- 1.0.dev5
6- ========
5+ 1.0.5
6+ =====
77
88* pyspark: SageMakerModel: Fix bugs in creating model from training job, s3 file and endpoint
99* spark/pyspark: XGBoostSageMakerEstimator: Fix seed hyperparameter to use correct type (Int)
Original file line number Diff line number Diff line change 77from setuptools import setup
88
99
10- VERSION = "1.0.4 "
10+ VERSION = "1.0.5 "
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.0.4 "
22+ version := " spark_" + sparkVersion + " -1.0.5 "
2323
2424lazy val SageMakerSpark = (project in file(" ." ))
2525
You can’t perform that action at this time.
0 commit comments