This repository has been archived by the owner on Aug 26, 2020. It is now read-only.
Releases: aws/sagemaker-containers
Releases · aws/sagemaker-containers
v2.8.0
Features
- pin inotify-simple version.
v2.7.0
Features
- support specifying S3 endpoint URL
Bug Fixes and Other Changes
- Fix memory leak in gethostname and adapt len semantics to Posix
v2.6.4
Bug Fixes and Other Changes
- modify download_and_install to work with local tarball
- pin scipy version >= 1.2.2
v2.6.3
Bug Fixes and Other Changes
- patch module.download_and_install to resolve network isolation issue
v2.6.2
Bug fixes and other changes
- Add
scipy
to requried packages
v2.6.1
Bug fixes and other changes
- bug-fix: array_to_recordio_protobuf should return byte buffer instead of Stream
- bug-fix: Typo in the execution-parameters routing rule
v2.6.0
Features
- adding support for execution_parameters endpoint for serving
v2.5.12
Bug fixes and other changes
- Adding support for encoding to recordio
v2.5.11
Bug fixes and other changes
- stream stderr even when capture_error is True
v2.5.10
Bug fixes and other changes
- use built-in csv library in csv encoding/decoding for correct quoted string handling.