Skip to content

Releases: aws/sagemaker-python-sdk

v2.96.0

20 Jun 23:09

Choose a tag to compare

Features

  • Add helper method to generate pipeline adjacency list

Bug Fixes and Other Changes

  • changing trcomp integ tests to be able to run in all regions

v2.95.0

16 Jun 18:37

Choose a tag to compare

Features

  • Adding Training Compiler support for TensorFlow estimator starting TF 2.9
  • Add support for TF 2.9 training

Bug Fixes and Other Changes

  • integs fallback from p3 to p2 instance
  • bucket exists check for session.default_bucket
  • make instance type fields as optional

Documentation Changes

  • improvements on the docstring of ModelStep
  • Add XGBoostProcessor

v2.94.0

07 Jun 18:30

Choose a tag to compare

Features

  • AutoGluon 0.4.2 image_uris support

v2.93.1

06 Jun 17:59

Choose a tag to compare

Bug Fixes and Other Changes

  • add input parameterization tests for workflow job steps
  • add parameterized tests to transformer

v2.93.0

03 Jun 04:53

Choose a tag to compare

Features

  • MxNet 1.9 support

Bug Fixes and Other Changes

  • bump importlib-metadata version upperbound to support TF2.9
  • fix pipeline doc code example where process.run only accepts argument
  • Fix Tensorflow default model_dir generation when output_path is pipeline variable
  • Support transformer data parameterization

v2.92.2

31 May 18:41

Choose a tag to compare

Bug Fixes and Other Changes

  • turn off Pipeline Parameter inheritance from python primitives
  • Add more validations for pipeline step new interfaces
  • Changed method description per AWS request

v2.92.1

26 May 16:19

Choose a tag to compare

Bug Fixes and Other Changes

  • pin protobuf to < 4.0 to fix breaking change

v2.92.0

26 May 02:58

Choose a tag to compare

Features

  • add 'Domain' property to RegisterModel step

Bug Fixes and Other Changes

  • support estimator output path parameterization
  • Add back Prevent passing PipelineVariable object into image_uris.retrieve
  • jumpstart amt tracking
  • fix missing register method params for framework models
  • fix docstring for decorated functions
  • Documents: add sagemaker model building pipeline readthedocs

v2.91.1

19 May 23:12

Choose a tag to compare

Bug Fixes and Other Changes

  • Revert Prevent passing PipelineVariable object into image_uris.retrieve

v2.91.0

19 May 17:09

Choose a tag to compare

Features

  • Support Properties for StepCollection

Bug Fixes and Other Changes

  • Prevent passing PipelineVariable object into image_uris.retrieve
  • support image_uri being property ref for model
  • ResourceConflictException from AWS Lambda on pipeline upsert

Documentation Changes

  • release notes for SMDDP 1.4.1 and SMDMP 1.9.0