Releases: aws/sagemaker-python-sdk
Releases · aws/sagemaker-python-sdk
v1.65.1.post1
Testing and Release Infrastructure
- add py38 to buildspecs
v1.65.1.post0
Documentation Changes
- document that Local Mode + local code doesn't support dependencies arg
Testing and Release Infrastructure
- upgrade Sphinx to 3.1.1
v1.65.1
Bug Fixes and Other Changes
- remove include_package_data=True from setup.py
Documentation Changes
- add some clarification to Processing docs
Testing and Release Infrastructure
- specify what kinds of clients in PR template
v2.0.0.rc0
Breaking Changes
- remove estimator parameters for TF legacy mode
- remove legacy
TensorFlowModelandTensorFlowPredictorclasses - force image URI to be passed for legacy TF images
- rename
sagemaker.tensorflow.servingtosagemaker.tensorflow.model - require
framework_versionandpy_versionfor framework estimator and model classes - change
Modelparameter order to makemodel_dataoptional
Bug Fixes and Other Changes
- add v2 migration tool
Documentation Changes
- update TF documentation to reflect breaking changes and how to upgrade
- start v2 usage and migration documentation
Testing and Release Infrastructure
- remove scipy from dependencies
- remove TF from optional dependencies
v1.65.0
Features
- support for describing hyperparameter tuning job
Bug Fixes and Other Changes
- update distributed GPU utilization warning message
- set logs to False if wait is False in AutoML
- workflow passing spot training param to training job
v1.64.1
Bug Fixes and Other Changes
- include py38 tox env and some dependency upgrades
v1.64.0
Features
- add support for SKLearn 0.23
v1.63.0
Features
- Allow selecting inference response content for automl generated models
- Support for multi variant endpoint invocation with target variant param
Documentation Changes
- improve docstring and remove unavailable links
v1.62.0
Features
- Support for multi variant endpoint invocation with target variant param
Bug Fixes and Other Changes
- Revert "feature: Support for multi variant endpoint invocation with target variant param (#1571)"
- make instance_type optional for prepare_container_def
- docs: workflows navigation
Documentation Changes
- fix typo in MXNet documentation
v1.61.0
Features
- Use boto3 DEFAULT_SESSION when no boto3 session specified.
Bug Fixes and Other Changes
- remove v2 Session warnings
- upgrade smdebug-rulesconfig to 0.1.4
- explicitly handle arguments in create_model for sklearn and xgboost