Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breaking: Add py38, dropped py36 and py2 support. Bump pypi to 4.0.0 … #109

Merged
merged 1 commit into from
Oct 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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