Skip to content

Releases: aws/sagemaker-python-sdk

SageMaker Python SDK 1.3.0

24 May 18:52
Compare
Choose a tag to compare
  • feature: add chainer

SageMaker Python SDK 1.2.5

22 May 21:09
785f3b1
Compare
Choose a tag to compare
  • bug-fix: Change module names to string type in all
  • feature: Save training output files in local mode
  • bug-fix: tensorflow-serving-api: SageMaker does not conflict with tensorflow-serving-api module version
  • feature: Local Mode: add support for local training data using file://
  • feature: Updated TensorFlow Serving api protobuf files
  • bug-fix: No longer poll for logs from stopped training jobs

SageMaker Python SDK 1.2.4

26 Apr 00:58
9d73c42
Compare
Choose a tag to compare
  • feature: Estimators: add support for Amazon Random Cut Forest algorithm

SageMaker Python SDK 1.2.3

17 Apr 21:57
9362bba
Compare
Choose a tag to compare

1.2.3

  • bug-fix: Fix local mode not using the right s3 bucket

SageMaker Python SDK v1.2.2

03 Apr 21:31
54c764c
Compare
Choose a tag to compare

1.2.2

  • bug-fix: Estimators: fix valid range of hyper-parameter 'loss' in linear learner

SageMaker Python SDK 1.2.1

03 Apr 01:59
17d24a1
Compare
Choose a tag to compare

1.2.1

  • bug-fix: Change Local Mode to use a sagemaker-local docker network

v1.2.0: Update default versions to TensorFlow 1.6 and MXNet 1.1 (#118)

02 Apr 15:34
2d1d5cf
Compare
Choose a tag to compare

1.2.0

  • feature: Add Support for Local Mode
  • feature: Estimators: add support for TensorFlow 1.6.0
  • feature: Estimators: add support for MXNet 1.1.0
  • feature: Frameworks: Use more idiomatic ECR repository naming scheme

SageMaker Python SDK 1.1.3

28 Mar 19:17
Compare
Choose a tag to compare
  • bug-fix: TensorFlow: Display updated data correctly for TensorBoard launched from run_tensorboard_locally=True
  • feature: Tests: create configurable sagemaker_session pytest fixture for all integration tests
  • bug-fix: AmazonEstimators: fix inaccurate hyper-parameters in kmeans, pca and linear learner
  • feature: Add new hyperparameters for linear learner.

SageMaker Python SDK 1.1.2

15 Mar 00:12
92d41d9
Compare
Choose a tag to compare
  • bug-fix: AmazonEstimators: do not call create bucket if data location is provided

SageMaker Python SDK 1.1.1

06 Mar 22:12
6b809eb
Compare
Choose a tag to compare
  • feature: Estimators: add requirements.txt support for TensorFlow