|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v1.50.3 (2020-01-15) |
| 4 | + |
| 5 | +### Bug fixes and other changes |
| 6 | + |
| 7 | + * ignore private Automatic Model Tuning hyperparameter when attaching AlgorithmEstimator |
| 8 | + |
| 9 | +### Documentation changes |
| 10 | + |
| 11 | + * add Debugger API docs |
| 12 | + |
| 13 | +## v1.50.2 (2020-01-14) |
| 14 | + |
| 15 | +### Bug fixes and other changes |
| 16 | + |
| 17 | + * add tests to quick canary |
| 18 | + * honor 'wait' flag when updating endpoint |
| 19 | + * add default framework version warning message in Model classes |
| 20 | + * Adding role arn explanation for sagemaker role |
| 21 | + * allow predictor to be returned from AutoML.deploy() |
| 22 | + * add PR checklist item about unique_name_from_base() |
| 23 | + * use unique_name_from_base for multi-algo tuning test |
| 24 | + * update copyright year in license header |
| 25 | + |
| 26 | +### Documentation changes |
| 27 | + |
| 28 | + * add version requirement for using "requirement.txt" when serving a PyTorch model |
| 29 | + * add SageMaker Debugger overview |
| 30 | + * clarify requirements.txt usage for Chainer, MXNet, and Scikit-learn |
| 31 | + * change "associate" to "create" for OpenID connector |
| 32 | + * fix typo and improve clarity on installing packages via "requirements.txt" |
| 33 | + |
| 34 | +## v1.50.1 (2020-01-07) |
| 35 | + |
| 36 | +### Bug fixes and other changes |
| 37 | + |
| 38 | + * fix PyTorchModel deployment crash on Windows |
| 39 | + * make PyTorch empty framework_version warning include the latest PyTorch version |
| 40 | + |
| 41 | +## v1.50.0 (2020-01-06) |
| 42 | + |
| 43 | +### Features |
| 44 | + |
| 45 | + * allow disabling debugger_hook_config |
| 46 | + |
| 47 | +### Bug fixes and other changes |
| 48 | + |
| 49 | + * relax urllib3 and requests restrictions. |
| 50 | + * Add uri as return statement for upload_string_as_file_body |
| 51 | + * refactor logic in fw_utils and fill in docstrings |
| 52 | + * increase poll from 5 to 30 for DescribeEndpoint lambda. |
| 53 | + * fix test_auto_ml tests for regions without ml.c4.xlarge hosts. |
| 54 | + * fix test_processing for regions without m4.xlarge instances. |
| 55 | + * reduce test's describe frequency to eliminate throttling error. |
| 56 | + * Increase number of retries when describing an endpoint since tf-2.0 has larger images and takes longer to start. |
| 57 | + |
| 58 | +### Documentation changes |
| 59 | + |
| 60 | + * generalize Model Monitor documentation from SageMaker Studio tutorial |
| 61 | + |
| 62 | +## v1.49.0 (2019-12-23) |
| 63 | + |
| 64 | +### Features |
| 65 | + |
| 66 | + * Add support for TF-2.0.0. |
| 67 | + * create ProcessingJob from ARN and from name |
| 68 | + |
| 69 | +### Bug fixes and other changes |
| 70 | + |
| 71 | + * Make tf tests tf-1.15 and tf-2.0 compatible. |
| 72 | + |
| 73 | +### Documentation changes |
| 74 | + |
| 75 | + * add Model Monitor documentation |
| 76 | + * add link to Amazon algorithm estimator parent class to clarify **kwargs |
| 77 | + |
| 78 | +## v1.48.1 (2019-12-18) |
| 79 | + |
| 80 | +### Bug fixes and other changes |
| 81 | + |
| 82 | + * use name_from_base in auto_ml.py but unique_name_from_base in tests. |
| 83 | + * make test's custom bucket include region and account name. |
| 84 | + * add Keras to the list of Neo-supported frameworks |
| 85 | + |
| 86 | +### Documentation changes |
| 87 | + |
| 88 | + * add link to parent classes to clarify **kwargs |
| 89 | + * add link to framework-related parent classes to clarify **kwargs |
| 90 | + |
| 91 | +## v1.48.0 (2019-12-17) |
| 92 | + |
| 93 | +### Features |
| 94 | + |
| 95 | + * allow setting the default bucket in Session |
| 96 | + |
| 97 | +### Bug fixes and other changes |
| 98 | + |
| 99 | + * set integration test parallelization to 512 |
| 100 | + * shorten base job name to avoid collision |
| 101 | + * multi model integration test to create ECR repo with unique names to allow independent parallel executions |
| 102 | + |
| 103 | +## v1.47.1 (2019-12-16) |
| 104 | + |
| 105 | +### Bug fixes and other changes |
| 106 | + |
| 107 | + * Revert "feature: allow setting the default bucket in Session (#1168)" |
| 108 | + |
| 109 | +### Documentation changes |
| 110 | + |
| 111 | + * add AutoML README |
| 112 | + * add missing classes to API docs |
| 113 | + |
| 114 | +## v1.47.0 (2019-12-13) |
| 115 | + |
| 116 | +### Features |
| 117 | + |
| 118 | + * allow setting the default bucket in Session |
| 119 | + |
| 120 | +### Bug fixes and other changes |
| 121 | + |
| 122 | + * allow processing users to run code in s3 |
| 123 | + |
| 124 | +## v1.46.0 (2019-12-12) |
| 125 | + |
| 126 | +### Features |
| 127 | + |
| 128 | + * support Multi-Model endpoints |
| 129 | + |
| 130 | +### Bug fixes and other changes |
| 131 | + |
| 132 | + * update PR template with items about tests, regional endpoints, and API docs |
| 133 | + |
| 134 | +## v1.45.2 (2019-12-10) |
| 135 | + |
| 136 | +### Bug fixes and other changes |
| 137 | + |
| 138 | + * modify schedule cleanup to abide by latest validations |
| 139 | + * lower log level when getting execution role from a SageMaker Notebook |
| 140 | + * Fix "ValueError: too many values to unpack (expected 2)" is occurred in windows local mode |
| 141 | + * allow ModelMonitor and Processor to take IAM role names (in addition to ARNs) |
| 142 | + |
| 143 | +### Documentation changes |
| 144 | + |
| 145 | + * mention that the entry_point needs to be named inference.py for tfs |
| 146 | + |
| 147 | +## v1.45.1 (2019-12-06) |
| 148 | + |
| 149 | +### Bug fixes and other changes |
| 150 | + |
| 151 | + * create auto ml job for tests that based on existing job |
| 152 | + * fixing py2 support for latest TF version |
| 153 | + * fix tags in deploy call for generic estimators |
| 154 | + * make multi algo integration test assertion less specific |
| 155 | + |
| 156 | +## v1.45.0 (2019-12-04) |
| 157 | + |
| 158 | +### Features |
| 159 | + |
| 160 | + * add support for TF 1.15.0, PyTorch 1.3.1 and MXNet 1.6rc0. |
| 161 | + * add S3Downloader.list(s3_uri) functionality |
| 162 | + * introduce SageMaker AutoML |
| 163 | + * wrap up Processing feature |
| 164 | + * add a few minor features to Model Monitoring |
| 165 | + * add enable_sagemaker_metrics flag |
| 166 | + * Amazon SageMaker Model Monitoring |
| 167 | + * add utils.generate_tensorboard_url function |
| 168 | + * Add jobs list to Estimator |
| 169 | + |
| 170 | +### Bug fixes and other changes |
| 171 | + |
| 172 | + * remove unnecessary boto model files |
| 173 | + * update boto version to >=1.10.32 |
| 174 | + * correct Debugger tests |
| 175 | + * fix bug in monitor.attach() for empty network_config |
| 176 | + * Import smdebug_rulesconfig from PyPI |
| 177 | + * bump the version to 1.45.0 (publishes 1.46.0) for re:Invent-2019 |
| 178 | + * correct AutoML imports and expose current_job_name |
| 179 | + * correct Model Monitor eu-west-3 image name. |
| 180 | + * use DLC prod images |
| 181 | + * remove unused env variable for Model Monitoring |
| 182 | + * aws model update |
| 183 | + * rename get_debugger_artifacts to latest_job_debugger_artifacts |
| 184 | + * remove retain flag from update_endpoint |
| 185 | + * correct S3Downloader behavior |
| 186 | + * consume smdebug_ruleconfig .whl for ITs |
| 187 | + * disable DebuggerHook and Rules for TF distributions |
| 188 | + * incorporate smdebug_ruleconfigs pkg until availability in PyPI |
| 189 | + * remove pre/post scripts per latest validations |
| 190 | + * update rules_config .whl |
| 191 | + * remove py_version from SKLearnProcessor |
| 192 | + * AutoML improvements |
| 193 | + * stop overwriting custom rules volume and type |
| 194 | + * fix tests due to latest server-side validations |
| 195 | + * Minor processing changes |
| 196 | + * minor processing changes (instance_count + docs) |
| 197 | + * update api to latest |
| 198 | + * Eureka master |
| 199 | + * Add support for xgboost version 0.90-2 |
| 200 | + * SageMaker Debugger revision |
| 201 | + * Add support for SageMaker Debugger [WIP] |
| 202 | + * Fix linear learner crash when num_class is string and predict type is `multiclass_classifier` |
| 203 | + * Additional Processing Jobs integration tests |
| 204 | + * Migrate to updated Processing Jobs API |
| 205 | + * Processing Jobs revision round 2 |
| 206 | + * Processing Jobs revision |
| 207 | + * remove instance_pools parameter from tuner |
| 208 | + * Multi-Algorithm Hyperparameter Tuning Support |
| 209 | + * Import Processors in init files |
| 210 | + * Remove SparkML Processors and corresponding unit tests |
| 211 | + * Processing Jobs Python SDK support |
| 212 | + |
| 213 | +## v1.44.4 (2019-12-02) |
| 214 | + |
| 215 | +### Bug fixes and other changes |
| 216 | + |
| 217 | + * Documentation for Amazon Sagemaker Operators |
| 218 | + |
| 219 | +## v1.44.3 (2019-11-26) |
| 220 | + |
| 221 | +### Bug fixes and other changes |
| 222 | + |
| 223 | + * move sagemaker config loading to LocalSession since it is only used for local code support. |
| 224 | + |
| 225 | +### Documentation changes |
| 226 | + |
| 227 | + * fix docstring wording. |
| 228 | + |
| 229 | +## v1.44.2 (2019-11-25) |
| 230 | + |
| 231 | +### Bug fixes and other changes |
| 232 | + |
| 233 | + * add pyyaml dependencies to the required list. |
| 234 | + |
| 235 | +### Documentation changes |
| 236 | + |
| 237 | + * Correct info on code_location parameter |
| 238 | + |
| 239 | +## v1.44.1 (2019-11-21) |
| 240 | + |
| 241 | +### Bug fixes and other changes |
| 242 | + |
| 243 | + * Remove local mode dependencies from required. |
| 244 | + |
| 245 | +## v1.44.0 (2019-11-21) |
| 246 | + |
| 247 | +### Features |
| 248 | + |
| 249 | + * separating sagemaker dependencies into more use case specific installable components. |
| 250 | + |
| 251 | +### Bug fixes and other changes |
| 252 | + |
| 253 | + * remove docker-compose as a required dependency. |
| 254 | + |
| 255 | +## v1.43.5 (2019-11-18) |
| 256 | + |
| 257 | +### Bug fixes and other changes |
| 258 | + |
| 259 | + * remove red from possible colors when streaming logs |
| 260 | + |
3 | 261 | ## v1.43.4.post1 (2019-10-29)
|
4 | 262 |
|
5 | 263 | ### Documentation changes
|
|
0 commit comments