File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5- 1.10.2dev
6- =========
5+ 1.11.0
6+ ======
77
8- * bug-fix: Setting health check timeout limit on local mode to 30s
9- * bug-fix: Make Hyperparameters in local mode optional.
10- * enhancement: Add support for volume KMS key to Transformer
8+ * bug-fix: setting health check timeout limit on local mode to 30s
9+ * bug-fix: make Hyperparameters in local mode optional.
10+ * enhancement: add support for volume KMS key to Transformer
11+ * feature: add support for GovCloud
1112
12131.10.1
1314======
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def read(fname):
2323
2424
2525setup (name = "sagemaker" ,
26- version = "1.10.1 " ,
26+ version = "1.11.0 " ,
2727 description = "Open source library for training and deploying models on Amazon SageMaker." ,
2828 packages = find_packages ('src' ),
2929 package_dir = {'' : 'src' },
You can’t perform that action at this time.
0 commit comments