Skip to content

Releases: aws/sagemaker-python-sdk

v1.37.0

15 Aug 16:34

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

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

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

Choose a tag to compare

Bug fixes and other changes

  • rework CONTRIBUTING.md to include a development workflow

v1.36.1

08 Aug 17:37

Choose a tag to compare

Bug fixes and other changes

  • prevent integration test's timeout functions from hiding failures

Documentation changes

  • correct typo in using_sklearn.rst

v1.36.0

07 Aug 15:45

Choose a tag to compare

Features

  • support for TensorFlow 1.14

Bug fixes and other changes

  • ignore FI18 flake8 rule
  • allow Airflow enabled estimators to use absolute path entry_point

v1.35.1

01 Aug 17:39

Choose a tag to compare

Bug fixes and other changes

  • update sklearn document to include 3p dependency installation

Documentation changes

  • refactor and edit using_mxnet topic

v1.35.0

31 Jul 17:38

Choose a tag to compare

Features

  • allow serving image to be specified when calling MXNet.deploy

v1.34.3

30 Jul 17:40

Choose a tag to compare

Bug fixes and other changes

  • waiting for training tags to propagate in the test

v1.34.2

29 Jul 17:39

Choose a tag to compare

Bug fixes and other changes

  • removing unnecessary tests cases
  • Replaced generic ValueError with custom subclass when reporting unexpected resource status

Documentation changes

  • correct wording for Cloud9 environment setup instructions