Skip to content

Commit 6a9c5e2

Browse files
committed
Add CHANGELOG file.
Bump up the version.
1 parent 2784334 commit 6a9c5e2

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
=========
2+
CHANGELOG
3+
=========
4+
5+
1.0.2
6+
=====
7+
8+
* feature: Estimators: add support for Amazon FactorizationMachines algorithm
9+
* feature: Tests: add training failure tests for TF and MXNet
10+
* feature: Documentation: show how to make predictions against existing endpoint
11+
* feature: Estimators: implement write_spmatrix_to_sparse_tensor to support any scipy.sparse matrix
12+
13+
14+
1.0.1
15+
=====
16+
17+
* api-change: Model: Remove support for 'supplemental_containers' when creating Model
18+
* feature: Documentation: multiple updates
19+
* feature: Tests: ignore tests data in tox.ini, increase timeout for endpoint creation, capture exceptions during endpoint deletion, tests for input-output functions
20+
* feature: Logging: change to describe job every 30s when showing logs
21+
* feature: Session: use custom user agent at all times
22+
* feature: Setup: add travis file
23+
24+
25+
1.0.0
26+
=====
27+
28+
* Initial commit
29+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(fname):
1010

1111

1212
setup(name="sagemaker",
13-
version="1.0.1",
13+
version="1.0.2",
1414
description="Open source library for training and deploying models on Amazon SageMaker.",
1515
packages=find_packages('src'),
1616
package_dir={'': 'src'},

0 commit comments

Comments
 (0)