File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
- 1.16.0.dev
6
- ==========
5
+ 1.16.0
6
+ ======
7
7
8
+ * features Add 0.10.1 coach version
8
9
* feature: Add support for SageMaker Neo
9
10
* feature: Estimators: Add RLEstimator to provide support for Reinforcement Learning
10
11
* feature: Add support for Amazon Elastic Inference
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.15.2 '
35
+ version = '1.16.0 '
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 39
39
from sagemaker .session import s3_input # noqa: F401
40
40
from sagemaker .session import get_execution_role # noqa: F401
41
41
42
- __version__ = '1.15.2 '
42
+ __version__ = '1.16.0 '
You can’t perform that action at this time.
0 commit comments