Skip to content

Releases: aws/sagemaker-python-sdk

SageMaker Python SDK 1.18.1

24 Jan 01:02
1c94079
Compare
Choose a tag to compare
  • enhancement: Add tuner to imports in sagemaker/__init__.py

SageMaker Python SDK 1.18.0

17 Jan 04:40
84a849f
Compare
Choose a tag to compare
  • bug-fix: Handle StopIteration in CloudWatch Logs retrieval
  • feature: Update EI TensorFlow latest version to 1.12
  • feature: Support for Horovod

SageMaker Python SDK 1.17.2

12 Jan 00:15
bae98db
Compare
Choose a tag to compare
  • feature: HyperparameterTuner: support VPC config

SageMaker Python SDK 1.17.1

11 Jan 00:58
Compare
Choose a tag to compare
  • enhancement: Workflow: Specify tasks from which training/tuning operator to transform/deploy in related operators
  • feature: Supporting inter-container traffic encryption flag

SageMaker Python SDK 1.17.0

09 Jan 20:50
9fd7e2b
Compare
Choose a tag to compare
  • bug-fix: Revert appending Airflow retry id to default job name
  • bug-fix: Session: don't allow get_execution_role() to return an ARN that's not a role but has "role" in the name
  • bug-fix: Remove __all__ from __init__.py files
  • doc-fix: Add TFRecord split type to docs
  • doc-fix: Mention SM_HPS environment variable in MXNet README
  • doc-fix: Specify that Local Mode supports only framework and BYO cases
  • doc-fix: Add missing classes to API docs
  • doc-fix: Add information on necessary AWS permissions
  • bug-fix: Remove PyYAML to let docker-compose install the right version
  • feature: Update TensorFlow latest version to 1.12
  • enhancement: Add Model.transformer()
  • bug-fix: HyperparameterTuner: make include_cls_metadata default to False for everything except Frameworks

SageMaker Python SDK 1.16.3

18 Dec 00:55
789a8bb
Compare
Choose a tag to compare
  • bug-fix: Local Mode: Allow support for SSH in local mode
  • bug-fix: Append retry id to default Airflow job name to avoid name collisions in retry
  • bug-fix: Local Mode: No longer requires s3 permissions to run local entry point file
  • feature: Estimators: add support for PyTorch 1.0.0
  • bug-fix: Local Mode: Move dependency on sagemaker_s3_output from rl.estimator to model
  • doc-fix: Fix quotes in estimator.py and model.py

SageMaker Python SDK 1.16.2

13 Dec 02:50
4bac185
Compare
Choose a tag to compare
  • enhancement: Check for S3 paths being passed as entry point
  • feature: Add support for AugmentedManifestFile and ShuffleConfig
  • bug-fix: Add version bound for requests module to avoid conflicts with docker-compose and docker-py
  • bug-fix: Remove unnecessary dependency tensorflow
  • doc-fix: Change distribution to distributions
  • bug-fix: Increase docker-compose http timeout and health check timeout to 120.
  • feature: Local Mode: Add support for intermediate output to a local directory.
  • bug-fix: Update PyYAML version to avoid conflicts with docker-compose
  • doc-fix: Correct the numbered list in the table of contents
  • doc-fix: Add Airflow API documentation
  • feature: HyperparameterTuner: add Early Stopping support

SageMaker Python SDK 1.16.1.post1

30 Nov 00:30
92f6ed2
Compare
Choose a tag to compare
  • Documentation: add documentation for Reinforcement Learning Estimator.
  • Documentation: update TensorFlow README for Script Mode

SageMaker Python SDK 1.16.1

29 Nov 02:41
db1876d
Compare
Choose a tag to compare
  • feature: update boto3 to version 1.9.55
  • feature: Add 0.10.1 coach version
  • feature: Add support for SageMaker Neo
  • feature: Estimators: Add RLEstimator to provide support for Reinforcement Learning
  • feature: Add support for Amazon Elastic Inference
  • feature: Add support for Algorithm Estimators and ModelPackages: includes support for AWS Marketplace
  • feature: Add SKLearn Estimator to provide support for SciKit Learn
  • feature: Add Amazon SageMaker Semantic Segmentation algorithm to the registry
  • feature: Add support for SageMaker Inference Pipelines
  • feature: Add support for SparkML serving container

SageMaker Python SDK 1.15.2

22 Nov 03:45
d8c055b
Compare
Choose a tag to compare
  • bug-fix: Fix FileNotFoundError for entry_point without source_dir
  • doc-fix: Add missing feature 1.5.0 in change log
  • doc-fix: Add README for airflow