Skip to content

Releases: aws/sagemaker-python-sdk

v1.38.3

28 Aug 17:38
Compare
Choose a tag to compare

Bug fixes and other changes

  • change AMI ids in tests to be dynamic based on regions

v1.38.2

27 Aug 23:57
Compare
Choose a tag to compare

Bug fixes and other changes

  • skip efs tests in non us-west-2 regions
  • refactor tests to use common retry method

v1.38.1

26 Aug 17:39
Compare
Choose a tag to compare

Bug fixes and other changes

  • update py2 warning message
  • add logic to use asimov image for TF 1.14 py2

Documentation changes

  • changed EFS directory path instructions in documentation and Docstrings

v1.38.0

23 Aug 16:39
Compare
Choose a tag to compare

Features

  • support training inputs from EFS and FSx

v1.37.2

20 Aug 22:00
Compare
Choose a tag to compare

Bug fixes and other changes

  • Add support for Managed Spot Training and Checkpoint support
  • Integration Tests now dynamically checks AZs

v1.37.1

19 Aug 17:41
Compare
Choose a tag to compare

Bug fixes and other changes

  • eliminate dependency on mnist dataset website

Documentation changes

  • refactor using_sklearn and fix minor errors in using_pytorch and using_chainer

v1.37.0

15 Aug 16:34
Compare
Choose a tag to compare

Features

  • add XGBoost Estimator as new framework

Bug fixes and other changes

  • fix tests for new regions
  • add update_endpoint for PipelineModel

Documentation changes

  • refactor the using Chainer topic

v1.36.4

13 Aug 22:52
Compare
Choose a tag to compare

Bug fixes and other changes

  • region build from staging pr

Documentation changes

  • Refactor Using PyTorch topic for consistency

v1.36.3

13 Aug 17:37
Compare
Choose a tag to compare

Bug fixes and other changes

  • fix integration test failures masked by timeout bug
  • prevent multiple values error in sklearn.transformer()
  • model.transformer() passes tags to create_model()

v1.36.2

12 Aug 17:38
Compare
Choose a tag to compare

Bug fixes and other changes

  • rework CONTRIBUTING.md to include a development workflow