|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v2.243.0 (2025-03-27) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | + * Enabled update_endpoint through model_builder |
| 8 | + |
| 9 | +### Bug Fixes and Other Changes |
| 10 | + |
| 11 | + * Update for PT 2.5.1, SMP 2.8.0 |
| 12 | + * chore: move jumpstart region definitions to json file |
| 13 | + * fix flaky clarify model monitor test |
| 14 | + * fix flaky spark processor integ |
| 15 | + * use temp file in unit tests |
| 16 | + * Update transformers version |
| 17 | + * Aligned disable_output_compression for @remote with Estimator |
| 18 | + * Update Jinja version |
| 19 | + * update image_uri_configs 03-26-2025 07:18:16 PST |
| 20 | + * chore: fix integ tests to use latest version of model |
| 21 | + * update image_uri_configs 03-25-2025 07:18:13 PST |
| 22 | + * Skip tests failed due to deprecated instance type |
| 23 | + * update image_uri_configs 03-21-2025 07:17:55 PST |
| 24 | + * factor in set instance type when building JumpStart models in ModelBuilder. |
| 25 | + * ADD Documentation to ReadtheDocs for Upgrading torch versions |
| 26 | + * add new regions to JUMPSTART_LAUNCHED_REGIONS |
| 27 | + |
| 28 | +## v2.242.0 (2025-03-14) |
| 29 | + |
| 30 | +### Features |
| 31 | + |
| 32 | + * add integ tests for training JumpStart models in private hub |
| 33 | + |
| 34 | +### Bug Fixes and Other Changes |
| 35 | + |
| 36 | + * Torch upgrade |
| 37 | + * Prevent RunContext overlap between test_run tests |
| 38 | + * remove s3 output location requirement from hub class init |
| 39 | + * Fixing Pytorch training python version in tests |
| 40 | + * update image_uri_configs 03-11-2025 07:18:09 PST |
| 41 | + * resolve infinite loop in _find_config on Windows systems |
| 42 | + * pipeline definition function doc update |
| 43 | + |
3 | 44 | ## v2.241.0 (2025-03-06) |
4 | 45 |
|
5 | 46 | ### Features |
|
0 commit comments