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 2
2
CHANGELOG
3
3
=========
4
4
5
- 1.8.0.dev
6
- =========
5
+ 1.8.0
6
+ =====
7
7
8
8
* bug-fix: removing PCA from tuner
9
9
* feature: Estimators: add support for Amazon k-nearest neighbors(KNN) algorithm
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ You can install from source by cloning this repository and issuing a pip install
51
51
52
52
git clone https://github.com/aws/sagemaker-python-sdk.git
53
53
python setup.py sdist
54
- pip install dist/sagemaker-1.7.1 .tar.gz
54
+ pip install dist/sagemaker-1.8.0 .tar.gz
55
55
56
56
Supported Operating Systems
57
57
~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.7.2 " ,
26
+ version = "1.8.0 " ,
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