|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v2.119.0 (2022-12-21) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | + * add RandomSeed to support reproducible HPO |
| 8 | + * Doc update for TableFormatEnum |
| 9 | + * Add p4de to smddp supported instance types |
| 10 | + * Add disable_profiler field in config and propagate changes |
| 11 | + * Added doc update for dataset builder |
| 12 | + * Add support for TF2.9.2 training images |
| 13 | + * Add SageMaker Experiment |
| 14 | + * Feature Store dataset builder, delete_record, get_record, list_feature_group |
| 15 | + * Add OSU region to frameworks for DLC |
| 16 | + * Algorithms Region Expansion OSU/DXB |
| 17 | + * Add Neo image uri config for Pytorch 1.12 |
| 18 | + * Adding support for SageMaker Training Compiler in PyTorch estimator starting 1.12 |
| 19 | + * Update registries with new region account number mappings. |
| 20 | + * Add DXB region to frameworks by DLC |
| 21 | + * Add Code Owners file |
| 22 | + * Added transform with monitoring pipeline step in transformer |
| 23 | + * Update TF 2.9 and TF 2.10 inference DLCs |
| 24 | + * make estimator accept json file as modelparallel config |
| 25 | + * SageMaker Training Compiler does not support p4de instances |
| 26 | + * Add support for SparkML v3.3 |
| 27 | + |
| 28 | +### Bug Fixes and Other Changes |
| 29 | + |
| 30 | + * Do not specify S3 path for disabled profiler |
| 31 | + * Correct SageMaker Clarify API docstrings by changing JSONPath to JMESPath |
| 32 | + * Use Async Inference Config when available for endpoint update |
| 33 | + * the Hyperband support fix for the HPO |
| 34 | + * unpin packaging version |
| 35 | + * Remove content type image/jpg from analysis configuration schema |
| 36 | + * Update for Tensorflow Serving 2.11 inference DLCs |
| 37 | + * Skip Bad Transform Test |
| 38 | + * Pop out ModelPackageName from pipeline definition |
| 39 | + * Fix failing jumpstart cache unit tests |
| 40 | + * FrameworkProcessor S3 uploads |
| 41 | + * Add constraints file for apache-airflow |
| 42 | + * support idempotency for framework and spark processors |
| 43 | + * Fix bug forcing uploaded tar to be named sourcedir |
| 44 | + * Update local_requirements.txt PyYAML version |
| 45 | + * refactoring : using with statement |
| 46 | + * Allow Py 3.7 for MMS Test Docker env |
| 47 | + * Return ARM XGB/SKLearn tags if `image_scope` is `inference_graviton` |
| 48 | + * Update scipy to 1.7.3 to support M1 development envs |
| 49 | + * Fixing type hints for Spark processor that has instance type/count params in reverse order |
| 50 | + * Add DeepAR ap-northeast-3 repository. |
| 51 | + * Fix AsyncInferenceConfig documentation typo |
| 52 | + * fix ml_inf to ml_inf1 in Neo multi-version support |
| 53 | + * Fix type annotations |
| 54 | + * add neo mvp region accounts |
| 55 | + |
| 56 | +### Documentation Changes |
| 57 | + |
| 58 | + * fix the incorrect property reference |
| 59 | + * smdistributed libraries release notes |
| 60 | + |
3 | 61 | ## v2.125.0 (2022-12-19)
|
4 | 62 |
|
5 | 63 | ### Features
|
|
0 commit comments