|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v1.69.0 (2020-07-09) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | + * Add ModelClientConfig Fields for Batch Transform |
| 8 | + |
| 9 | +### Documentation Changes |
| 10 | + |
| 11 | + * add KFP Processing component |
| 12 | + |
| 13 | +## v1.68.0 (2020-07-07) |
| 14 | + |
| 15 | +### Features |
| 16 | + |
| 17 | + * add spot instance support for AlgorithmEstimator |
| 18 | + |
| 19 | +### Documentation Changes |
| 20 | + |
| 21 | + * add xgboost documentation for inference |
| 22 | + |
| 23 | +## v1.67.1.post0 (2020-07-01) |
| 24 | + |
| 25 | +### Documentation Changes |
| 26 | + |
| 27 | + * add Step Functions SDK info |
| 28 | + |
| 29 | +## v1.67.1 (2020-06-30) |
| 30 | + |
| 31 | +### Bug Fixes and Other Changes |
| 32 | + |
| 33 | + * add deprecation warnings for estimator.delete_endpoint() and tuner.delete_endpoint() |
| 34 | + |
| 35 | +## v1.67.0 (2020-06-29) |
| 36 | + |
| 37 | +### Features |
| 38 | + |
| 39 | + * Apache Airflow integration for SageMaker Processing Jobs |
| 40 | + |
| 41 | +### Bug Fixes and Other Changes |
| 42 | + |
| 43 | + * fix punctuation in warning message |
| 44 | + |
| 45 | +### Testing and Release Infrastructure |
| 46 | + |
| 47 | + * address warnings about pytest custom marks, error message checking, and yaml loading |
| 48 | + * mark long-running cron tests |
| 49 | + * fix tox test dependencies and bump coverage threshold to 86% |
| 50 | + |
| 51 | +## v1.66.0 (2020-06-25) |
| 52 | + |
| 53 | +### Features |
| 54 | + |
| 55 | + * add 3.8 as supported python version |
| 56 | + |
| 57 | +### Testing and Release Infrastructure |
| 58 | + |
| 59 | + * upgrade airflow to latest stable version |
| 60 | + * update feature request issue template |
| 61 | + |
| 62 | +## v1.65.1.post1 (2020-06-24) |
| 63 | + |
| 64 | +### Testing and Release Infrastructure |
| 65 | + |
| 66 | + * add py38 to buildspecs |
| 67 | + |
| 68 | +## v1.65.1.post0 (2020-06-22) |
| 69 | + |
| 70 | +### Documentation Changes |
| 71 | + |
| 72 | + * document that Local Mode + local code doesn't support dependencies arg |
| 73 | + |
| 74 | +### Testing and Release Infrastructure |
| 75 | + |
| 76 | + * upgrade Sphinx to 3.1.1 |
| 77 | + |
| 78 | +## v1.65.1 (2020-06-18) |
| 79 | + |
| 80 | +### Bug Fixes and Other Changes |
| 81 | + |
| 82 | + * remove include_package_data=True from setup.py |
| 83 | + |
| 84 | +### Documentation Changes |
| 85 | + |
| 86 | + * add some clarification to Processing docs |
| 87 | + |
| 88 | +### Testing and Release Infrastructure |
| 89 | + |
| 90 | + * specify what kinds of clients in PR template |
| 91 | + |
| 92 | +## v1.65.0 (2020-06-17) |
| 93 | + |
| 94 | +### Features |
| 95 | + |
| 96 | + * support for describing hyperparameter tuning job |
| 97 | + |
| 98 | +### Bug Fixes and Other Changes |
| 99 | + |
| 100 | + * update distributed GPU utilization warning message |
| 101 | + * set logs to False if wait is False in AutoML |
| 102 | + * workflow passing spot training param to training job |
| 103 | + |
| 104 | +## v1.64.1 (2020-06-16) |
| 105 | + |
| 106 | +### Bug Fixes and Other Changes |
| 107 | + |
| 108 | + * include py38 tox env and some dependency upgrades |
| 109 | + |
| 110 | +## v1.64.0 (2020-06-15) |
| 111 | + |
| 112 | +### Features |
| 113 | + |
| 114 | + * add support for SKLearn 0.23 |
| 115 | + |
| 116 | +## v1.63.0 (2020-06-12) |
| 117 | + |
| 118 | +### Features |
| 119 | + |
| 120 | + * Allow selecting inference response content for automl generated models |
| 121 | + * Support for multi variant endpoint invocation with target variant param |
| 122 | + |
| 123 | +### Documentation Changes |
| 124 | + |
| 125 | + * improve docstring and remove unavailable links |
| 126 | + |
| 127 | +## v1.62.0 (2020-06-11) |
| 128 | + |
| 129 | +### Features |
| 130 | + |
| 131 | + * Support for multi variant endpoint invocation with target variant param |
| 132 | + |
| 133 | +### Bug Fixes and Other Changes |
| 134 | + |
| 135 | + * Revert "feature: Support for multi variant endpoint invocation with target variant param (#1571)" |
| 136 | + * make instance_type optional for prepare_container_def |
| 137 | + * docs: workflows navigation |
| 138 | + |
| 139 | +### Documentation Changes |
| 140 | + |
| 141 | + * fix typo in MXNet documentation |
| 142 | + |
| 143 | +## v1.61.0 (2020-06-09) |
| 144 | + |
| 145 | +### Features |
| 146 | + |
| 147 | + * Use boto3 DEFAULT_SESSION when no boto3 session specified. |
| 148 | + |
| 149 | +### Bug Fixes and Other Changes |
| 150 | + |
| 151 | + * remove v2 Session warnings |
| 152 | + * upgrade smdebug-rulesconfig to 0.1.4 |
| 153 | + * explicitly handle arguments in create_model for sklearn and xgboost |
| 154 | + |
3 | 155 | ## v1.60.2 (2020-05-29) |
4 | 156 |
|
5 | 157 | ### Bug Fixes and Other Changes |
|
0 commit comments