Skip to content

Commit 7e609ea

Browse files
author
ci
committed
prepare release v2.19.0
1 parent 938bf30 commit 7e609ea

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

3+
## v2.19.0 (2020-12-08)
4+
5+
### Features
6+
7+
* add tensorflow 1.15.4 and 2.3.1 as valid versions
8+
* add py36 as valid python version for pytorch 1.6.0
9+
* auto-select container version for p4d and smdistributed
10+
* add edge packaging job support
11+
* Add Clarify Processor, Model Bias, Explainability, and Quality Monitors support. (#494)
12+
* add model parallelism support
13+
* add data parallelism support (#454) (#511)
14+
* support creating and updating profiler in training job (#444) (#526)
15+
16+
### Bug Fixes and Other Changes
17+
18+
* bump boto3 and smdebug_rulesconfig versions for reinvent and enable data parallel integ tests
19+
* run UpdateTrainingJob tests only during allowed secondary status
20+
* Remove workarounds and apply fixes to Clarify and MM integ tests
21+
* add p4d to smdataparallel supported instances
22+
* Mount metadata directory when starting local mode docker container
23+
* add integ test for profiler
24+
* Re-enable model monitor integration tests.
25+
26+
### Documentation Changes
27+
28+
* add SageMaker distributed libraries documentation
29+
* update documentation for the new SageMaker Debugger APIs
30+
* minor updates to doc strings
31+
332
## v2.18.0 (2020-12-03)
433

534
### Features

VERSION

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

0 commit comments

Comments
 (0)