Skip to content

Releases: aws/sagemaker-training-toolkit

v3.5.0

27 Apr 18:03
Compare
Choose a tag to compare

Features

  • Add Python 3.7 support

v3.4.2

21 Apr 16:30
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • Remove unused config files

Documentation Changes

  • clean up README and other documentation

v3.4.1

20 Apr 16:28
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • Remove etc directory

Testing and Release Infrastructure

  • Add requirements.txt integration test in dummy container

v3.4.0

16 Apr 16:23
Compare
Choose a tag to compare

Deprecations and Removals

  • Remove modules.download_and_install

Bug Fixes and Other Changes

  • Refactor env
  • Refactor entry_point

Documentation Changes

  • Update and add docstrings

Testing and Release Infrastructure

  • Update GitHub issue and pull request templates

v3.3.2

08 Apr 16:23
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • Refactor modules and entry_point (first pass)

v3.3.1

06 Apr 16:23
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • Revert "change: stream stderr even when capture_error is True"
  • Use shlex.quote to construct bash command
  • Relax dependencies version requirements
  • Extract module to correct location in download_and_install
  • Upgrade psutil

Testing and Release Infrastructure

  • Fix cleanup with requirements.txt functional tests
  • create init.py file for Python 2 import of protobuf during tests (#260)
  • Mark intermediate_output functional tests as xfail if not run on Linux

v3.3.0

25 Feb 16:22
Compare
Choose a tag to compare

Deprecations and Removals

  • Remove serving CLI entry point

Bug Fixes and Other Changes

  • Pin inotify-simple version

v3.2.0

17 Feb 16:22
Compare
Choose a tag to compare

Deprecations and Removals

  • Remove legacy serving stack

Features

  • Support specifying S3 endpoint URL

Bug Fixes and Other Changes

  • Fix memory leak in gethostname and adapt len semantics to Posix

v3.1.0

13 Feb 16:22
Compare
Choose a tag to compare

Deprecations and Removals

  • Remove beta directory

v3.0.0

11 Feb 16:22
Compare
Choose a tag to compare

Breaking Changes

  • rename package from sagemaker_containers to sagemaker_training_toolkit

Bug Fixes and Other Changes

  • modify download_and_install to work with local tarball
  • change scipy version pin to lower bound