|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v2.243.2 (2025-04-16) |
| 4 | + |
| 5 | +### Bug Fixes and Other Changes |
| 6 | + |
| 7 | + * tgi image uri unit tests |
| 8 | + * Fix deepdiff dependencies |
| 9 | + |
| 10 | +## v2.243.1 (2025-04-11) |
| 11 | + |
| 12 | +### Bug Fixes and Other Changes |
| 13 | + |
| 14 | + * Added handler for pipeline variable while creating process job |
| 15 | + * Fix issue #4856 by copying environment variables |
| 16 | + * remove historical job_name caching which causes long job name |
| 17 | + * Update instance gpu info |
| 18 | + * Master |
| 19 | + * Add mlflow tracking arn telemetry |
| 20 | + * chore: fix semantic versioning for wildcard identifier |
| 21 | + * flaky test |
| 22 | + |
| 23 | +### Documentation Changes |
| 24 | + |
| 25 | + * update pipelines step caching examples to include more steps |
| 26 | + * update ModelStep data dependency info |
| 27 | + |
| 28 | +## v2.243.0 (2025-03-27) |
| 29 | + |
| 30 | +### Features |
| 31 | + |
| 32 | + * Enabled update_endpoint through model_builder |
| 33 | + |
| 34 | +### Bug Fixes and Other Changes |
| 35 | + |
| 36 | + * Update for PT 2.5.1, SMP 2.8.0 |
| 37 | + * chore: move jumpstart region definitions to json file |
| 38 | + * fix flaky clarify model monitor test |
| 39 | + * fix flaky spark processor integ |
| 40 | + * use temp file in unit tests |
| 41 | + * Update transformers version |
| 42 | + * Aligned disable_output_compression for @remote with Estimator |
| 43 | + * Update Jinja version |
| 44 | + * update image_uri_configs 03-26-2025 07:18:16 PST |
| 45 | + * chore: fix integ tests to use latest version of model |
| 46 | + * update image_uri_configs 03-25-2025 07:18:13 PST |
| 47 | + * Skip tests failed due to deprecated instance type |
| 48 | + * update image_uri_configs 03-21-2025 07:17:55 PST |
| 49 | + * factor in set instance type when building JumpStart models in ModelBuilder. |
| 50 | + * ADD Documentation to ReadtheDocs for Upgrading torch versions |
| 51 | + * add new regions to JUMPSTART_LAUNCHED_REGIONS |
| 52 | + |
3 | 53 | ## v2.242.0 (2025-03-14) |
4 | 54 |
|
5 | 55 | ### Features |
|
0 commit comments