File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
- 1.11.1dev
6
- =========
5
+ 1.11.1
6
+ ======
7
7
8
8
* 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
9
11
* bug-fix: default TensorFlow json serializer accepts dict of numpy arrays
10
12
11
13
1.11.0
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def __getattr__(cls, name):
32
32
'numpy' , 'scipy' , 'scipy.sparse' ]
33
33
sys .modules .update ((mod_name , Mock ()) for mod_name in MOCK_MODULES )
34
34
35
- version = '1.9.3 .1'
35
+ version = '1.11 .1'
36
36
project = u'sagemaker'
37
37
38
38
# 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):
23
23
24
24
25
25
setup (name = "sagemaker" ,
26
- version = "1.11.0 " ,
26
+ version = "1.11.1 " ,
27
27
description = "Open source library for training and deploying models on Amazon SageMaker." ,
28
28
packages = find_packages ('src' ),
29
29
package_dir = {'' : 'src' },
You can’t perform that action at this time.
0 commit comments