Skip to content

Releases: aws/sagemaker-python-sdk

v2.5.5

10 Sep 03:09

Choose a tag to compare

Bug Fixes and Other Changes

  • update PyTorch 1.6.0 inference image uri config
  • set use_spot_instances and max_wait as init params from job description
  • run integ tests when image_uri_config jsons are changed
  • Revert "fix: update pytorch inference 1.6 image uri config (#1873)"
  • update pytorch inference 1.6 image uri config

Documentation Changes

  • fix typo in v2.rst

Testing and Release Infrastructure

  • fix PyTorch inference packed model integ test

v2.5.4

08 Sep 17:05

Choose a tag to compare

Bug Fixes and Other Changes

  • update max_run_wait to max_wait in v2.rst for estimator parameters
  • Updating regional account ids for af-south-1 and eu-south-1
  • add account ids for af-south-1 and eu-south-1 for debugger rules

v2.5.3

02 Sep 21:43

Choose a tag to compare

Bug Fixes and Other Changes

  • Revert "change: update image uri config for pytorch 1.6.0 inference (#1864)"
  • update image uri config for pytorch 1.6.0 inference
  • add missing framework version image uri config

v2.5.2

31 Aug 21:39

Choose a tag to compare

Bug Fixes and Other Changes

  • refactor normalization of args for processing
  • set TF 2.1.1 as highest py2 version for TF
  • decrease integ test concurrency and increase delay between retries

v2.5.1

27 Aug 18:51

Choose a tag to compare

Bug Fixes and Other Changes

  • formatting changes from updates to black

v2.5.0

25 Aug 19:11

Choose a tag to compare

Features

  • add mypy tox target

Bug Fixes and Other Changes

  • break out methods to get processing arguments
  • break out methods to get train arguments

v2.4.2

24 Aug 17:54

Choose a tag to compare

Bug Fixes and Other Changes

  • check ast node on later renamers for cli v2 updater

Documentation Changes

  • Clarify removals in v2

v2.4.1

19 Aug 19:24

Choose a tag to compare

Bug Fixes and Other Changes

  • update rulesconfig to 0.1.5

v2.4.0

17 Aug 21:56

Choose a tag to compare

Features

  • Neo algorithm accounts for af-south-1 and eu-south-1

Bug Fixes and Other Changes

  • upgrade pytest and other deps, tox clean-up
  • upgrade airflow to 1.10.11
  • update exception assertion with new api change
  • docs: Add SerDe documentation

v2.3.0

11 Aug 20:54

Choose a tag to compare

Features

  • support TF training 2.3

Documentation Changes

  • update 1p estimators class description