Skip to content

Commit f98b231

Browse files
author
ci
committedMar 6, 2025
prepare release v2.241.0
1 parent cb58c44 commit f98b231

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
 

‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v2.241.0 (2025-03-06)
4+
5+
### Features
6+
7+
* Make DistributedConfig Extensible
8+
* support training for JumpStart model references as part of Curated Hub Phase 2
9+
* Allow ModelTrainer to accept hyperparameters file
10+
11+
### Bug Fixes and Other Changes
12+
13+
* Skip tests with deprecated instance type
14+
* Ensure Model.is_repack() returns a boolean
15+
* Fix error when there is no session to call _create_model_request()
16+
* Use sagemaker session's s3_resource in download_folder
17+
* Added check for the presence of model package group before creating one
18+
* Fix key error in _send_metrics()
19+
320
## v2.240.0 (2025-02-25)
421

522
### Features

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.240.1.dev0
1+
2.241.0

0 commit comments

Comments
 (0)
Please sign in to comment.