Skip to content

Releases: aws/sagemaker-python-sdk

v2.99.0

08 Jul 05:22
Compare
Choose a tag to compare

Features

  • heterogeneous cluster set up in distribution config
  • support heterogeneous cluster for training
  • include fields to work with inference recommender

Bug Fixes and Other Changes

  • Moving the newly added field instance_group to the end of method
  • image_uri does not need to be specified with instance_groups
  • Loosen version of attrs dependency
  • Add PipelineVariable annotation in estimatory, processing, tuner, transformer base classes
  • model table link

Documentation Changes

  • documentation for heterogeneous cluster

v2.98.0

05 Jul 18:31
Compare
Choose a tag to compare

Features

  • Adding deepar image

Documentation Changes

  • edit to clarify how to use inference.py

v2.97.0

28 Jun 21:00
Compare
Choose a tag to compare

Deprecations and Removals

  • remove support for python 3.6

Features

  • update prebuilt models documentation

Bug Fixes and Other Changes

  • Skipping test_candidate_estimator_default_rerun_and_deploy
  • Update model name from 'compiled.pt' to 'model.pth' for neo
  • update pytest, skip hf integ temp
  • Add override_pipeline_parameter_var decorator to give grace period to update invalid pipeline var args

v2.96.0

20 Jun 23:09
Compare
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
Compare
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
Compare
Choose a tag to compare

Features

  • AutoGluon 0.4.2 image_uris support

v2.93.1

06 Jun 17:59
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • pin protobuf to < 4.0 to fix breaking change