Skip to content

Commit

Permalink
prepare release v2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ci committed Dec 8, 2020
1 parent 938bf30 commit 7e609ea
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## v2.19.0 (2020-12-08)

### Features

* add tensorflow 1.15.4 and 2.3.1 as valid versions
* add py36 as valid python version for pytorch 1.6.0
* auto-select container version for p4d and smdistributed
* add edge packaging job support
* Add Clarify Processor, Model Bias, Explainability, and Quality Monitors support. (#494)
* add model parallelism support
* add data parallelism support (#454) (#511)
* support creating and updating profiler in training job (#444) (#526)

### Bug Fixes and Other Changes

* bump boto3 and smdebug_rulesconfig versions for reinvent and enable data parallel integ tests
* run UpdateTrainingJob tests only during allowed secondary status
* Remove workarounds and apply fixes to Clarify and MM integ tests
* add p4d to smdataparallel supported instances
* Mount metadata directory when starting local mode docker container
* add integ test for profiler
* Re-enable model monitor integration tests.

### Documentation Changes

* add SageMaker distributed libraries documentation
* update documentation for the new SageMaker Debugger APIs
* minor updates to doc strings

## v2.18.0 (2020-12-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.18.1.dev0
2.19.0

0 comments on commit 7e609ea

Please sign in to comment.