Skip to content

Releases: aws/sagemaker-python-sdk

v2.110.0

27 Sep 23:20
Compare
Choose a tag to compare

Features

  • Support KeepAlivePeriodInSeconds for Training APIs
  • added ANALYSIS_CONFIG_SCHEMA_V1_0 in clarify
  • add model monitor image accounts for ap-southeast-3

Bug Fixes and Other Changes

  • huggingface release test
  • Fixing the logic to return instanceCount for heterogeneousClusters
  • Disable type hints in doc signature and add PipelineVariable annotations in docstring
  • estimator hyperparameters in script mode

Documentation Changes

  • Added link to example notebook for Pipelines local mode

v2.109.0

09 Sep 17:58
Compare
Choose a tag to compare

Features

  • add search filters

Bug Fixes and Other Changes

  • local pipeline step argument parsing bug
  • support fail_on_violation flag for check steps
  • fix links per app security scan
  • Add PipelineVariable annotation for all processor subclasses

Documentation Changes

  • the SageMaker model parallel library 1.11.0 release

v2.108.0

02 Sep 18:12
Compare
Choose a tag to compare

Features

  • Adding support in HuggingFace estimator for Training Compiler enhanced PyTorch 1.11

Bug Fixes and Other Changes

  • add sagemaker clarify image account for cgk region
  • set PYTHONHASHSEED env variable to fixed value to fix intermittent failures in release pipeline
  • trcomp fixtures to override default fixtures for integ tests

Documentation Changes

  • add more info about volume_size

v2.107.0

29 Aug 23:42
Compare
Choose a tag to compare

Features

  • support python 3.10, update airflow dependency

Bug Fixes and Other Changes

  • Add retry in session.py to check if training is finished

Documentation Changes

  • remove Other tab in Built-in algorithms section and mi…

v2.106.0

24 Aug 02:22
Compare
Choose a tag to compare

Features

  • Implement Kendra Search in RTD website

Bug Fixes and Other Changes

  • Add primitive_or_expr() back to conditions
  • remove specifying env-vars when creating model from model package
  • Add CGK in config for Spark Image

v2.105.0

19 Aug 06:29
Compare
Choose a tag to compare

Features

  • Added endpoint_name to clarify.ModelConfig
  • adding workgroup functionality to athena query

Bug Fixes and Other Changes

  • disable debugger/profiler in cgk region
  • using unique name for lineage test to unblock PR checks

Documentation Changes

  • update first-party algorithms and structural updates

v2.104.0

17 Aug 00:13
Compare
Choose a tag to compare

Features

  • local mode executor implementation
  • Pipelines local mode setup
  • Add PT 1.12 support
  • added _AnalysisConfigGenerator for clarify

Bug Fixes and Other Changes

  • yaml safe_load sagemaker config
  • pipelines local mode minor bug fixes
  • add local mode integ tests
  • implement local JsonGet function
  • Add Pipeline annotation in model base class and tensorflow estimator
  • Allow users to customize trial component display names for pipeline launched jobs
  • Update localmode code to decode urllib response as UTF8

Documentation Changes

  • New content for Pipelines local mode
  • Correct documentation error

v2.103.0

05 Aug 19:43
Compare
Choose a tag to compare

Features

  • AutoGluon 0.4.3 and 0.5.2 image_uris

Bug Fixes and Other Changes

  • Revert "change: add a check to prevent launching a modelparallel job on CPU only instances"
  • Add gpu capability to local
  • Link PyTorch 1.11 to 1.11.0

v2.102.0

04 Aug 02:09
Compare
Choose a tag to compare

Features

  • add warnings for xgboost specific rules in debugger rules
  • Add PyTorch DDP distribution support
  • Add test for profiler enablement with debugger_hook false

Bug Fixes and Other Changes

  • Two letter language code must be supported
  • add a check to prevent launching a modelparallel job on CPU only instances
  • Allow StepCollection added in ConditionStep to be depended on
  • Add PipelineVariable annotation in framework models
  • skip managed spot training mxnet nb

Documentation Changes

  • smdistributed libraries currency updates

v2.101.1

28 Jul 20:52
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • added more ml frameworks supported by SageMaker Workflows
  • test: Vspecinteg2
  • Add PipelineVariable annotation in amazon models