Skip to content

Commit 6923666

Browse files
author
ci
committed
prepare release v2.18.0
1 parent 84a5102 commit 6923666

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## v2.18.0 (2020-12-03)
4+
5+
### Features
6+
7+
* all de/serializers support content type
8+
* warn on 'Stopped' (non-Completed) jobs
9+
* all predictors support serializer/deserializer overrides
10+
11+
### Bug Fixes and Other Changes
12+
13+
* v2 upgrade tool should ignore cell starting with '%'
14+
* use iterrows to iterate pandas dataframe
15+
* check for distributions in TF estimator
16+
17+
### Documentation Changes
18+
19+
* Update link to Sagemaker PyTorch Docker Containers
20+
* create artifact restricted to SM context note
21+
22+
### Testing and Release Infrastructure
23+
24+
* remove flaky assertion in test_integ_history_server
25+
* adjust assertion of TensorFlow MNIST test
26+
327
## v2.17.0 (2020-12-02)
428

529
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.17.1.dev0
1+
2.18.0

0 commit comments

Comments
 (0)