Releases: aws/aws-step-functions-data-science-sdk-python
Releases · aws/aws-step-functions-data-science-sdk-python
v2.3.0
Features
- Support placeholders for:
- Add custom description for CloudFormation template (#161)
- Support for following service integrations:
Fixes
- Placeholder hyperparameters passed to TrainingStep are overwritten (#152 )
- Environment variables are overwritten and not passed through to SageMaker ModelStep (#160)
- Environment variables defined in the Estimator are not translated to Model when calling TrainingStep.get_expected_model (#160)
- Retrier and Catcher passed to constructor for Task, Parallel and Map states are not added to the state's Retriers and Catchers (#169)
v2.2.0
v2.1.0
v2.0.0
⚠ BREAKING CHANGES
Python Support
- Drops support for Python 2
SageMaker SDK
- If your project is using the Amazon SageMaker Python SDK, it must be upgraded to version 2.x. Read more about upgrading to version 2.x.
StepFunctions SDK
TrainingStep
-sagemaker.session.s3_input
has been renamed tosagemaker.inputs.TrainingInput
TuningStep
-sagemaker.session.s3_input
has been renamed tosagemaker.inputs.TrainingInput
TrainingPipeline
-sagemaker.session.s3_input
has been renamed tosagemaker.inputs.TrainingInput
InferencePipeline
-sagemaker.session.s3_input
has been renamed tosagemaker.inputs.TrainingInput
Features
- New choice state comparators that were added to the Amazon States Language specifications (#88) (08a0ed7)
- Add support for dynamic timeout and heartbeat in Task state (#113) (7640db1)
Upgrading to SageMaker SDK v2
- Updgrading to SageMaker SDK v2
- Sunsetting support for Python 2
v1.1.2
v1.1.0: Add ProcessingStep for SageMaker Processing Job
Update Version to 1.1.0
v1.0.0.4
Bug fixes and small improvements.
v1.0.0.3: Add new service integrations docs. (#14)
* Add new service integrations docs. Remove signing.rst as it is now embedded in README. * Now the names of the service integrations will appear in outer docs as well.