Skip to content

Releases: aws/sagemaker-python-sdk

SageMaker Python SDK 1.13.0

05 Nov 22:02
868f81b
Compare
Choose a tag to compare
  • feature: Estimator: add input mode to training channels
  • feature: Estimator: add model_uri and model_channel_name parameters
  • enhancement: Local Mode: support output_path. Can be either file:// or s3://
  • enhancement: Added image uris for SageMaker built-in algorithms for SIN/LHR/BOM/SFO/YUL
  • feature: Estimators: add support for MXNet 1.3.0, which introduces a new training script format
  • feature: Documentation: add explanation for the new training script format used with MXNet
  • feature: Estimators: add distributions for customizing distributed training with the new training script format

SageMaker Python SDK 1.12.0

26 Oct 01:10
a5595af
Compare
Choose a tag to compare
  • feature: add support for TensorFlow 1.11.0

SageMaker Python SDK 1.11.3

16 Oct 21:47
08bacf6
Compare
Choose a tag to compare
  • feature: Local Mode: Add support for Batch Inference
  • feature: Add timestamp to secondary status in training job output
  • bug-fix: Local Mode: Set correct default values for additional_volumes and additional_env_vars
  • enhancement: Local Mode: support nvidia-docker2 natively
  • warning: Frameworks: add warning for upcoming breaking change that makes framework_version required

SageMaker Python SDK 1.11.2

10 Oct 19:38
80ba921
Compare
Choose a tag to compare
  • enhancement: Enable setting VPC config when creating/deploying models
  • enhancement: Local Mode: accept short lived credentials with a warning message
  • bug-fix: Local Mode: pass in job name as parameter for training environment variable

SageMaker Python SDK 1.11.1

04 Oct 20:52
4d6a4a4
Compare
Choose a tag to compare
  • enhancement: Local Mode: add training environment variables for AWS region and job name
  • doc-fix: Instruction on how to use preview version of PyTorch - 1.0.0.dev.
  • doc-fix: add role to MXNet estimator example in readme
  • bug-fix: default TensorFlow json serializer accepts dict of numpy arrays

SageMaker Python SDK 1.11.0

27 Sep 17:31
e8b344a
Compare
Choose a tag to compare
  • bug-fix: setting health check timeout limit on local mode to 30s
  • bug-fix: make Hyperparameters in local mode optional.
  • enhancement: add support for volume KMS key to Transformer
  • feature: add support for GovCloud

SageMaker Python SDK 1.10.1

19 Sep 18:58
eb68540
Compare
Choose a tag to compare
  • feature: add train_volume_kms_key parameter to Estimator classes
  • doc-fix: add deprecation warning for current MXNet training script format
  • doc-fix: add docs on deploying TensorFlow model directly from existing model
  • doc-fix: fix code example for using Gzip compression for TensorFlow training data

SageMaker Python SDK 1.10.0

06 Sep 19:55
b83b4e9
Compare
Choose a tag to compare
  • feature: add support for TensorFlow 1.10.0

SageMaker Python SDK 1.9.3.1

05 Sep 20:05
f369661
Compare
Choose a tag to compare
  • doc-fix: fix rst warnings in README.rst

SageMaker Python SDK 1.9.3

04 Sep 21:53
9d3dceb
Compare
Choose a tag to compare
  • bug-fix: Local Mode: Create output/data directory expected by SageMaker Container.
  • bug-fix: Estimator accepts the vpc configs made capable by 1.9.1