File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5- 1.11.1dev
6- =========
5+ 1.11.1
6+ ======
77
88* enhancement: Local Mode: add training environment variables for AWS region and job name
9+ * doc-fix: Instruction on how to use preview version of PyTorch - 1.0.0.dev.
10+ * doc-fix: add role to MXNet estimator example in readme
911* bug-fix: default TensorFlow json serializer accepts dict of numpy arrays
1012
11131.11.0
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def __getattr__(cls, name):
3232 'numpy' , 'scipy' , 'scipy.sparse' ]
3333sys .modules .update ((mod_name , Mock ()) for mod_name in MOCK_MODULES )
3434
35- version = '1.9.3 .1'
35+ version = '1.11 .1'
3636project = u'sagemaker'
3737
3838# Add any Sphinx extension module names here, as strings. They can be extensions
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.11.0 " ,
26+ version = "1.11.1 " ,
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