Skip to content

Releases: aws/sagemaker-python-sdk

v1.35.0

31 Jul 17:38
Compare
Choose a tag to compare

Features

  • allow serving image to be specified when calling MXNet.deploy

v1.34.3

30 Jul 17:40
Compare
Choose a tag to compare

Bug fixes and other changes

  • waiting for training tags to propagate in the test

v1.34.2

29 Jul 17:39
Compare
Choose a tag to compare

Bug fixes and other changes

  • removing unnecessary tests cases
  • Replaced generic ValueError with custom subclass when reporting unexpected resource status

Documentation changes

  • correct wording for Cloud9 environment setup instructions

v1.34.1

23 Jul 17:39
Compare
Choose a tag to compare

Bug fixes and other changes

  • enable line-too-long Pylint check
  • improving Chainer integ tests
  • update TensorFlow script mode dependency list
  • improve documentation of some functions
  • update PyTorch version
  • allow serving script to be defined for deploy() and transformer() with frameworks
  • format and add missing docstring placeholders
  • add MXNet 1.4.1 support

Documentation changes

  • add instructions for setting up Cloud9 environment.
  • update using_tensorflow topic

v1.34.0

18 Jul 17:39
Compare
Choose a tag to compare

Features

  • Git integration for CodeCommit
  • deal with credentials for Git support for GitHub

Bug fixes and other changes

  • modify TODO on disabled Pylint check
  • enable consider-using-ternary Pylint check
  • enable chained-comparison Pylint check
  • enable too-many-public-methods Pylint check
  • enable consider-using-in Pylint check
  • set num_processes_per_host only if provided by user
  • fix attach for 1P algorithm estimators
  • enable ungrouped-imports Pylint check
  • enable wrong-import-order Pylint check
  • enable attribute-defined-outside-init Pylint check
  • enable consider-merging-isinstance Pylint check
  • enable inconsistent-return-statements Pylint check
  • enable simplifiable-if-expression pylint checks
  • fix list serialization for 1P algos
  • enable no-else-return and no-else-raise pylint checks
  • enable unidiomatic-typecheck pylint check

v1.33.0

10 Jul 17:39
Compare
Choose a tag to compare

Features

  • git support for hosting models
  • allow custom model name during deploy

Bug fixes and other changes

  • remove TODO comment on import-error Pylint check
  • enable wrong-import-position pylint check
  • Revert "change: enable wrong-import-position pylint check (#907)"
  • enable signature-differs pylint check
  • enable wrong-import-position pylint check
  • enable logging-not-lazy pylint check
  • reset default output path in Transformer.transform
  • Add ap-northeast-1 to Neo algorithms region map

v1.32.2

08 Jul 17:40
Compare
Choose a tag to compare

Bug fixes and other changes

  • enable logging-format-interpolation pylint check
  • remove superfluous parens per Pylint rule

Documentation changes

  • add pypi, rtd, black badges to readme

v1.32.1

04 Jul 17:37
Compare
Choose a tag to compare

Bug fixes and other changes

  • correct code per len-as-condition Pylint check
  • tighten pylint config and expand C and R exceptions
  • Update displaytime.sh
  • fix notebook tests
  • separate unit, local mode, and notebook tests in different buildspecs

Documentation changes

  • refactor the overview topic in the sphinx project

v1.32.0

02 Jul 17:39
Compare
Choose a tag to compare

Features

  • support Endpoint_type for TF transform

Bug fixes and other changes

  • fix git test in test_estimator.py

v1.31.1

01 Jul 17:38
Compare
Choose a tag to compare

Bug fixes and other changes

  • print build execution time
  • remove unnecessary failure case tests
  • build spec improvements.