|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
| 20 | +## v2.240.0 (2025-02-25) |
| 21 | + |
| 22 | +### Features |
| 23 | + |
| 24 | + * Add support for TGI Neuronx 0.0.27 and HF PT 2.3.0 image in PySDK |
| 25 | + |
| 26 | +### Bug Fixes and Other Changes |
| 27 | + |
| 28 | + * Remove main function entrypoint in ModelBuilder dependency manager. |
| 29 | + * forbid extras in Configs |
| 30 | + * altconfig hubcontent and reenable integ test |
| 31 | + * Merge branch 'master-rba' into local_merge |
| 32 | + * py_version doc fixes |
| 33 | + * Add backward compatbility for RecordSerializer and RecordDeserializer |
| 34 | + * update image_uri_configs 02-21-2025 06:18:10 PST |
| 35 | + * update image_uri_configs 02-20-2025 06:18:08 PST |
| 36 | + |
| 37 | +### Documentation Changes |
| 38 | + |
| 39 | + * Removed a line about python version requirements of training script which can misguide users. |
| 40 | + |
| 41 | +## v2.239.3 (2025-02-19) |
| 42 | + |
| 43 | +### Bug Fixes and Other Changes |
| 44 | + |
| 45 | + * added ap-southeast-7 and mx-central-1 for Jumpstart |
| 46 | + * update image_uri_configs 02-19-2025 06:18:15 PST |
| 47 | + |
| 48 | +## v2.239.2 (2025-02-18) |
| 49 | + |
| 50 | +### Bug Fixes and Other Changes |
| 51 | + |
| 52 | + * Add warning about not supporting torch.nn.SyncBatchNorm |
| 53 | + * pass in inference_ami_version to model_based endpoint type |
| 54 | + * Fix hyperparameter strategy docs |
| 55 | + * Add framework_version to all TensorFlowModel examples |
| 56 | + * Move RecordSerializer and RecordDeserializer to sagemaker.serializers and sagemaker.deserialzers |
| 57 | + |
| 58 | +## v2.239.1 (2025-02-14) |
| 59 | + |
| 60 | +### Bug Fixes and Other Changes |
| 61 | + |
| 62 | + * keep sagemaker_session from being overridden to None |
| 63 | + * Fix all type hint and docstrings for callable |
| 64 | + * Fix the workshop link for Step Functions |
| 65 | + * Fix Tensorflow doc link |
| 66 | + * Fix FeatureGroup docstring |
| 67 | + * Add type hint for ProcessingOutput |
| 68 | + * Fix sourcedir.tar.gz filenames in docstrings |
| 69 | + * Fix documentation for local mode |
| 70 | + * bug in get latest version was getting the max sorted alphabetically |
| 71 | + * Add cleanup logic to model builder integ tests for endpoints |
| 72 | + * Fixed pagination failing while listing collections |
| 73 | + * fix ValueError when updating a data quality monitoring schedule |
| 74 | + * Add docstring for image_uris.retrieve |
| 75 | + * Create GitHub action to trigger canaries |
| 76 | + * update image_uri_configs 02-04-2025 06:18:00 PST |
| 77 | + |
| 78 | +## v2.239.0 (2025-02-01) |
| 79 | + |
| 80 | +### Features |
| 81 | + |
| 82 | + * Add support for deepseek recipes |
| 83 | + |
| 84 | +### Bug Fixes and Other Changes |
| 85 | + |
| 86 | + * mpirun protocol - distributed training with @remote decorator |
| 87 | + * Allow telemetry only in supported regions |
| 88 | + * Fix ssh host policy |
| 89 | + |
| 90 | +## v2.238.0 (2025-01-29) |
| 91 | + |
| 92 | +### Features |
| 93 | + |
| 94 | + * use jumpstart deployment config image as default optimization image |
| 95 | + |
| 96 | +### Bug Fixes and Other Changes |
| 97 | + |
| 98 | + * chore: add new images for HF TGI |
| 99 | + * update image_uri_configs 01-29-2025 06:18:08 PST |
| 100 | + * skip TF tests for unsupported versions |
| 101 | + * Merge branch 'master-rba' into local_merge |
| 102 | + * Add missing attributes to local resourceconfig |
| 103 | + * update image_uri_configs 01-27-2025 06:18:13 PST |
| 104 | + * update image_uri_configs 01-24-2025 06:18:11 PST |
| 105 | + * add missing schema definition in docs |
| 106 | + * Omegaconf upgrade |
| 107 | + * SageMaker @remote function: Added multi-node functionality |
| 108 | + * remove option |
| 109 | + * fix typo |
| 110 | + * fix tests |
| 111 | + * Add an option for user to remove inputs and container artifacts when using local model trainer |
| 112 | + |
3 | 113 | ## v2.237.3 (2025-01-09) |
4 | 114 |
|
5 | 115 | ### Bug Fixes and Other Changes |
|
0 commit comments