Skip to content

Latest commit

 

History

History
228 lines (190 loc) · 12 KB

CHANGELOG.md

File metadata and controls

228 lines (190 loc) · 12 KB

Changelog

All notable changes to this project will be documented in this file.
sagerender adheres to Semantic Versioning.

2.x Releases

1.x Releases


Unreleased

Added

Updated

Deprecated

Removed

Fixed


2.1.3

Added

  • Added License information in pyproject.toml

2.1.2

Fixed

  • Fixed Github organization

2.1.1

Updated

  • Updated third party dependencies.

2.1.0

Updated


2.0.0

Added

Updated

  • Updated PipelineBuilder class to use StepModel to instantiate the appropriate step based on the configuration keys
  • Updated yaml to load using ruamel.yaml instead of PyYaml as ruamel.yaml supports YAML 1.2 specification.

Removed

  • Removed StepBuilder class in favor of StepModel that uses pydantic to validate and instantiate the correct SageMaker Pipeline Step
  • Removed support for inputs and outputs base dictionaries for Processing Steps in favor of factory functions

1.6.0

Added

Updated


1.5.2

Fixed


1.5.1

Added


1.5.0

Added

  • Add session_bucket key to pipeline YAML definition to configure pipeline session bucket

1.4.0

Added


1.3.0

Added


1.2.3

Updated

  • enable passing --debug to run_pipeline in order to have logs for the pipeline return to local environment.

1.2.2

Updated

  • Update sagemaker version to > 2.159.0 and PyYaml version to >6.0.0. This is to enable default_bucket_prefix for sagemaker Pipeline which is available from 2.158.0
  • Add optional arg to upsert_pipeline cli to support default_bucket_prefix

1.2.1

Fixed

  • Some step kwargs parameters were not being replaced with sagemaker parameters.

1.2.0

Added

  • Added support for parameter substitution for any of the step arguments.

1.1.0

Added


1.0.0

Added

Updated

  • Updated upsert-pipeline CLI to use PipelineSession as recommended by AWS
  • processor.get_run_args is updated to processor.run due to future deprecation of the former by sagemaker python-sdk.
  • job_arguments in step_kwargs needs to be refactored to arguments.

1.0.0-alpha3

Fixed


1.0.0-alpha2

Added

Updated


1.0.0-alpha1

Added


1.0.0-alpha0

Added

Updated

Removed