Skip to content

Releases: aws/sagemaker-python-sdk

v2.18.0

03 Dec 23:18
Compare
Choose a tag to compare

Features

  • all de/serializers support content type
  • warn on 'Stopped' (non-Completed) jobs
  • all predictors support serializer/deserializer overrides

Bug Fixes and Other Changes

  • v2 upgrade tool should ignore cell starting with '%'
  • use iterrows to iterate pandas dataframe
  • check for distributions in TF estimator

Documentation Changes

  • Update link to Sagemaker PyTorch Docker Containers
  • create artifact restricted to SM context note

Testing and Release Infrastructure

  • remove flaky assertion in test_integ_history_server
  • adjust assertion of TensorFlow MNIST test

v2.17.0

02 Dec 09:24
Compare
Choose a tag to compare

Features

  • bump minor version for re:Invent 2020 features

v2.16.4

02 Dec 00:02
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • Add re:Invent 2020 features
  • use eia python version fixture in integration tests
  • bump version to 2.17.0 for re:Invent-2020

Documentation Changes

  • add feature store documentation

v2.16.3.post0

17 Nov 20:41
Compare
Choose a tag to compare

Testing and Release Infrastructure

  • use ECR-hosted image for ubuntu:16.04

v2.16.3

11 Nov 17:54
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • fix failures for multiple spark run() invocations

v2.16.2

09 Nov 17:52
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • create default bucket only if needed

v2.16.1

28 Oct 21:18
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • ensure 1p algos are compatible with forward-port

v2.16.0.post0

28 Oct 17:52
Compare
Choose a tag to compare

Documentation Changes

  • clarify non-breaking changes after v1 forward port

v2.16.0

27 Oct 17:53
Compare
Choose a tag to compare

Features

  • update image uri for neo tensorflow

v2.15.4

26 Oct 21:13
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • add kms_key optional arg to Pipeline.deploy()

Documentation Changes

  • Debugger API - improve docstrings and add examples