Skip to content

Releases: aws/sagemaker-python-sdk

v1.18.9.post0

01 Apr 17:34
Compare
Choose a tag to compare

Documentation changes

  • move RL readme content into sphinx project

v1.18.9

28 Mar 17:34
Compare
Choose a tag to compare

Bug fixes

  • hyperparameter query failure on script mode estimator attached to complete job

Other changes

  • add EI support for TFS framework

Documentation changes

  • add third-party libraries sections to using_chainer and using_pytorch topics

v1.18.8

26 Mar 18:02
Compare
Choose a tag to compare

Bug fixes

  • fix ECR URI validation
  • remove unrestrictive principal * from KMS policy tests.

Documentation changes

  • edit description of local mode in overview.rst
  • add table of contents to using_chainer topic
  • fix formatting for HyperparameterTuner.attach()

v1.18.7

21 Mar 20:07
Compare
Choose a tag to compare

Other changes

  • add pytest marks for integ tests using local mode
  • add account number and unit tests for govcloud

Documentation changes

  • move chainer readme content into sphinx and fix broken link in using_mxnet

v1.18.6.post0

20 Mar 18:55
Compare
Choose a tag to compare

Documentation changes

  • add mandatory sagemaker_role argument to Local mode example.

v1.18.6

20 Mar 18:15
Compare
Choose a tag to compare

Changes

  • enable new release process
  • Update inference pipelines documentation
  • Migrate content from workflow and pytorch readmes into sphinx project
  • Propagate Tags from estimator to model, endpoint, and endpoint config

Sagemaker Python SDK 1.18.5

14 Mar 21:22
Compare
Choose a tag to compare
  • bug-fix: pass kms id as parameter for uploading code with Server side encryption
  • feature: PipelineModel: Create a Transformer from a PipelineModel
  • bug-fix: AlgorithmEstimator: Make SupportedHyperParameters optional
  • feature: Hyperparameter: Support scaling hyperparameters
  • doc-fix: Remove duplicate content from main README.rst, /tensorflow/README.rst, and /sklearn/README.rst and add links to readthedocs content

Sagemaker Python SDK 1.18.4

07 Mar 23:01
9c76287
Compare
Choose a tag to compare
  • doc-fix: Remove incorrect parameter for EI TFS Python README
  • feature: Predictor: delete SageMaker model
  • feature: Pipeline: delete SageMaker model
  • bug-fix: Estimator.attach works with training jobs without hyperparameters
  • doc-fix: remove duplicate content from mxnet/README.rst
  • doc-fix: move overview content in main README into sphynx project
  • bug-fix: pass accelerator_type in deploy for REST API TFS Model
  • doc-fix: move content from tf/README.rst into sphynx project
  • doc-fix: move content from sklearn/README.rst into sphynx project
  • doc-fix: Improve new developer experience in README
  • feature: Add support for Coach 0.11.1 for Tensorflow

SageMaker Python SDK 1.18.3.post1

14 Feb 04:39
Compare
Choose a tag to compare
  • doc-fix: fix README for PyPI

SageMaker Python SDK 1.18.3

13 Feb 21:20
2af36ad
Compare
Choose a tag to compare
  • doc-fix: update information about saving models in the MXNet README
  • doc-fix: change ReadTheDocs links from latest to stable
  • doc-fix: add transform_fn information and fix input_fn signature in the MXNet README
  • feature: add support for Predictor to delete endpoint configuration by default when calling delete_endpoint()
  • feature: add support for Model to delete SageMaker model
  • feature: add support for Transformer to delete SageMaker model
  • bug-fix: fix default account for SKLearnModel