|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v2.119.0 (2022-12-03) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | + * Add Code Owners file |
| 8 | + * Added transform with monitoring pipeline step in transformer |
| 9 | + * Update TF 2.9 and TF 2.10 inference DLCs |
| 10 | + * make estimator accept json file as modelparallel config |
| 11 | + * SageMaker Training Compiler does not support p4de instances |
| 12 | + * Add support for SparkML v3.3 |
| 13 | + |
| 14 | +### Bug Fixes and Other Changes |
| 15 | + |
| 16 | + * Fix bug forcing uploaded tar to be named sourcedir |
| 17 | + * Update local_requirements.txt PyYAML version |
| 18 | + * refactoring : using with statement |
| 19 | + * Allow Py 3.7 for MMS Test Docker env |
| 20 | + * fix PySparkProcessor __init__ params type |
| 21 | + * type hint of PySparkProcessor __init__ |
| 22 | + * Return ARM XGB/SKLearn tags if `image_scope` is `inference_graviton` |
| 23 | + * Update scipy to 1.7.3 to support M1 development envs |
| 24 | + * Fixing type hints for Spark processor that has instance type/count params in reverse order |
| 25 | + * Add DeepAR ap-northeast-3 repository. |
| 26 | + * Fix AsyncInferenceConfig documentation typo |
| 27 | + * fix ml_inf to ml_inf1 in Neo multi-version support |
| 28 | + * Fix type annotations |
| 29 | + * add neo mvp region accounts |
| 30 | + |
| 31 | +## v2.118.0 (2022-12-01) |
| 32 | + |
| 33 | +### Features |
| 34 | + |
| 35 | + * Update boto3 version to 1.26.20 |
| 36 | + * support table format option for create feature group. |
| 37 | + * Support Amazon SageMaker Model Cards |
| 38 | + * support monitoring alerts api |
| 39 | + * Support Amazon SageMaker AutoMLStep |
| 40 | + |
| 41 | +### Bug Fixes and Other Changes |
| 42 | + |
| 43 | + * integration test in anticipate of ProfilerConfig API changes |
| 44 | + * Add more integ test logic for AutoMLStep |
| 45 | + * update get_execution_role_arn to use role from DefaultSpaceSettings |
| 46 | + * bug on AutoMLInput to allow PipelineVariable |
| 47 | + * FinalMetricDataList is missing from the training job search resu… |
| 48 | + * add integration tests for Model Card |
| 49 | + * update AutoMLStep with cache improvement |
| 50 | + |
| 51 | +### Documentation Changes |
| 52 | + |
| 53 | + * automlstep doc update |
| 54 | + |
3 | 55 | ## v2.117.0 (2022-11-15)
|
4 | 56 |
|
5 | 57 | ### Features
|
|
0 commit comments