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.5.3dev
6- ========
5+ 1.5.3
6+ =====
77
88* bug-fix: Can create TrainingJobAnalytics object without specifying metric_names.
99* bug-fix: Session: include role path in ``get_execution_role() `` result
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ You can install from source by cloning this repository and issuing a pip install
5050
5151 git clone https://github.com/aws/sagemaker-python-sdk.git
5252 python setup.py sdist
53- pip install dist/sagemaker-1.5.2 .tar.gz
53+ pip install dist/sagemaker-1.5.3 .tar.gz
5454
5555Supported Python versions
5656~~~~~~~~~~~~~~~~~~~~~~~~~
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.5.2 " ,
26+ version = "1.5.3 " ,
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