Skip to content

Commit

Permalink
breaking: Add py38, dropped py36 and py2 support. Bump pypi to 4.0.0 …
Browse files Browse the repository at this point in the history
…(PR aws#108)
  • Loading branch information
satishpasumarthi committed Oct 8, 2021
1 parent eb57969 commit ee0b1c4
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
# Changelog

## v3.9.3 (2021-10-07)
## v3.9.3 ~ 4.0.0 (2021-10-07)

## Breaking Changes

* Added `py38`, Removed `py36` and `py27` support

### Bug Fixes and Other Changes

* Fix logging issues
* Use asyncio to read stdout and stderr streams in realtime
* Fix delayed logging issues
* Convey user informative message if process gets OOM Killed
* Filter out stderr to look for error messages and report
* Report Exit code on training job failures
* Prepend tags to MPI logs to enable easy filtering in CloudWatch
* All the changes are from PR #108

### Documentation Changes

* Update SM doc urls
* Update Amazon Licensing
### Testing and Release Infrastructure

* Install libssl1.1 and openssl packages in Dockerfiles
* Added `asyncio` package
* Updated tests to use `asyncio` package

## v3.9.2 (2021-04-27)

Expand Down

0 comments on commit ee0b1c4

Please sign in to comment.