Releases: aws/sagemaker-python-sdk
Releases · aws/sagemaker-python-sdk
v2.240.0
Features
- Add support for TGI Neuronx 0.0.27 and HF PT 2.3.0 image in PySDK
Bug Fixes and Other Changes
- Remove main function entrypoint in ModelBuilder dependency manager.
- forbid extras in Configs
- altconfig hubcontent and reenable integ test
- Merge branch 'master-rba' into local_merge
- py_version doc fixes
- Add backward compatbility for RecordSerializer and RecordDeserializer
- update image_uri_configs 02-21-2025 06:18:10 PST
- update image_uri_configs 02-20-2025 06:18:08 PST
Documentation Changes
- Removed a line about python version requirements of training script which can misguide users.
v2.239.3
Bug Fixes and Other Changes
- added ap-southeast-7 and mx-central-1 for Jumpstart
- update image_uri_configs 02-19-2025 06:18:15 PST
v2.239.2
Bug Fixes and Other Changes
- Add warning about not supporting torch.nn.SyncBatchNorm
- pass in inference_ami_version to model_based endpoint type
- Fix hyperparameter strategy docs
- Add framework_version to all TensorFlowModel examples
- Move RecordSerializer and RecordDeserializer to sagemaker.serializers and sagemaker.deserialzers
v2.239.1
Bug Fixes and Other Changes
- keep sagemaker_session from being overridden to None
- Fix all type hint and docstrings for callable
- Fix the workshop link for Step Functions
- Fix Tensorflow doc link
- Fix FeatureGroup docstring
- Add type hint for ProcessingOutput
- Fix sourcedir.tar.gz filenames in docstrings
- Fix documentation for local mode
- bug in get latest version was getting the max sorted alphabetically
- Add cleanup logic to model builder integ tests for endpoints
- Fixed pagination failing while listing collections
- fix ValueError when updating a data quality monitoring schedule
- Add docstring for image_uris.retrieve
- Create GitHub action to trigger canaries
- update image_uri_configs 02-04-2025 06:18:00 PST
v2.239.0
v2.238.0
Features
- use jumpstart deployment config image as default optimization image
Bug Fixes and Other Changes
- chore: add new images for HF TGI
- update image_uri_configs 01-29-2025 06:18:08 PST
- skip TF tests for unsupported versions
- Merge branch 'master-rba' into local_merge
- Add missing attributes to local resourceconfig
- update image_uri_configs 01-27-2025 06:18:13 PST
- update image_uri_configs 01-24-2025 06:18:11 PST
- add missing schema definition in docs
- Omegaconf upgrade
- SageMaker @Remote function: Added multi-node functionality
- remove option
- fix typo
- fix tests
- Add an option for user to remove inputs and container artifacts when using local model trainer
v2.237.3
Bug Fixes and Other Changes
- pin metadata-version to 2.3
- model server might have already done a serialization. honor that by not decoding the request again if it is not already bytes or bytestream
- Disable jumpstart tests missing clean up logic
- Jumpstart ap southeast 5
- add autogluon 1.2
- updated inference script to cover context
- security update -> use sha256 instead of md5 for file hashing
- Fix Flake8 Violations
- Added parsing string support for situations where custom code might be used (ie. mlflow)
- Updating Inference Optimization Validations
v2.237.2
Bug Fixes and Other Changes
- update image_uri_configs 12-13-2024 17:07:12 PST
- Cloudpickle upgrade
v2.237.1
Bug Fixes and Other Changes
- chore: remove support for ecr spec fallbacks for jumpstart models
- Cloudpickle Revert
- Cloudpickle update
- Numpy update
- Protobuf update
- Update to fetch latest Cloudpickle version
v2.237.0
Features
- Support SageMakerTrainingPlan for training jobs
- AMI support for BRM
- Adding Bedrock Store model support for HubService
Bug Fixes and Other Changes
- Fix unit tests
- update boto3 and sagemaker-core version
- fix gpu_image uri
- Hotfix to construct rubik uri correctly
- fix codestyles
- fix merge artifact
- fix merge artifact
- fix test_requiremenets.txt
- chore: Merge from main