Releases: aws/sagemaker-python-sdk
Releases · aws/sagemaker-python-sdk
v1.22.0
Features
- add encryption option to "record_set"
Bug fixes and other changes
- honor source_dir from S3
v1.21.2
Bug fixes and other changes
- set _current_job_name in attach()
- emit training jobs tags to estimator
v1.21.1
Bug fixes and other changes
- repack model function works without source directory
v1.21.0
Features
- Support for TFS preprocessing
v1.20.3
Bug fixes and other changes
- run tests if buildspec.yml has been modified
- skip local file check for TF requirements file when source_dir is an S3 URI
Documentation changes
- fix docs in regards to transform_fn for mxnet
v1.20.2
Bug fixes and other changes
- pin pytest version to 4.4.1 to avoid pluggy version conflict
v1.20.1
Bug fixes and other changes
- update TrainingInputMode with s3_input InputMode
v1.20.0
Features
- add RL Ray 0.6.5 support
Bug fixes and other changes
- prevent false positive PR test results
- adjust Ray test script for Ray 0.6.5
v1.19.1
Bug fixes and other changes
- add py2 deprecation message for the deep learning framework images
v1.19.0
Features
- add document embedding support to Object2Vec algorithm