Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Releases: aws/sagemaker-containers

v2.8.0

19 Feb 23:57
Compare
Choose a tag to compare

Features

  • pin inotify-simple version.

v2.7.0

17 Feb 16:23
Compare
Choose a tag to compare

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

07 Feb 18:51
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • modify download_and_install to work with local tarball
  • pin scipy version >= 1.2.2

v2.6.3

06 Feb 19:42
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • patch module.download_and_install to resolve network isolation issue

v2.6.2

18 Dec 16:23
Compare
Choose a tag to compare

Bug fixes and other changes

  • Add scipy to requried packages

v2.6.1

30 Nov 03:32
Compare
Choose a tag to compare

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

25 Nov 00:48
Compare
Choose a tag to compare

Features

  • adding support for execution_parameters endpoint for serving

v2.5.12

15 Nov 19:59
Compare
Choose a tag to compare

Bug fixes and other changes

  • Adding support for encoding to recordio

v2.5.11

29 Oct 18:46
Compare
Choose a tag to compare

Bug fixes and other changes

  • stream stderr even when capture_error is True

v2.5.10

24 Oct 16:22
Compare
Choose a tag to compare

Bug fixes and other changes

  • use built-in csv library in csv encoding/decoding for correct quoted string handling.