|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v2.104.0 (2022-08-17) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | + * local mode executor implementation |
| 8 | + * Pipelines local mode setup |
| 9 | + * Add PT 1.12 support |
| 10 | + * added _AnalysisConfigGenerator for clarify |
| 11 | + |
| 12 | +### Bug Fixes and Other Changes |
| 13 | + |
| 14 | + * yaml safe_load sagemaker config |
| 15 | + * pipelines local mode minor bug fixes |
| 16 | + * add local mode integ tests |
| 17 | + * implement local JsonGet function |
| 18 | + * Add Pipeline annotation in model base class and tensorflow estimator |
| 19 | + * Allow users to customize trial component display names for pipeline launched jobs |
| 20 | + * Update localmode code to decode urllib response as UTF8 |
| 21 | + |
| 22 | +### Documentation Changes |
| 23 | + |
| 24 | + * New content for Pipelines local mode |
| 25 | + * Correct documentation error |
| 26 | + |
| 27 | +## v2.103.0 (2022-08-05) |
| 28 | + |
| 29 | +### Features |
| 30 | + |
| 31 | + * AutoGluon 0.4.3 and 0.5.2 image_uris |
| 32 | + |
| 33 | +### Bug Fixes and Other Changes |
| 34 | + |
| 35 | + * Revert "change: add a check to prevent launching a modelparallel job on CPU only instances" |
| 36 | + * Add gpu capability to local |
| 37 | + * Link PyTorch 1.11 to 1.11.0 |
| 38 | + |
| 39 | +## v2.102.0 (2022-08-04) |
| 40 | + |
| 41 | +### Features |
| 42 | + |
| 43 | + * add warnings for xgboost specific rules in debugger rules |
| 44 | + * Add PyTorch DDP distribution support |
| 45 | + * Add test for profiler enablement with debugger_hook false |
| 46 | + |
| 47 | +### Bug Fixes and Other Changes |
| 48 | + |
| 49 | + * Two letter language code must be supported |
| 50 | + * add a check to prevent launching a modelparallel job on CPU only instances |
| 51 | + * Allow StepCollection added in ConditionStep to be depended on |
| 52 | + * Add PipelineVariable annotation in framework models |
| 53 | + * skip managed spot training mxnet nb |
| 54 | + |
| 55 | +### Documentation Changes |
| 56 | + |
| 57 | + * smdistributed libraries currency updates |
| 58 | + |
| 59 | +## v2.101.1 (2022-07-28) |
| 60 | + |
| 61 | +### Bug Fixes and Other Changes |
| 62 | + |
| 63 | + * added more ml frameworks supported by SageMaker Workflows |
| 64 | + * test: Vspecinteg2 |
| 65 | + * Add PipelineVariable annotation in amazon models |
| 66 | + |
| 67 | +## v2.101.0 (2022-07-27) |
| 68 | + |
| 69 | +### Features |
| 70 | + |
| 71 | + * Algorithms region launch on CGK |
| 72 | + * enhance-bucket-override-support |
| 73 | + * infer framework and version |
| 74 | + * support clarify bias detection when facets not included |
| 75 | + * Add CGK region to frameworks by DLC |
| 76 | + |
| 77 | +### Bug Fixes and Other Changes |
| 78 | + |
| 79 | + * Make repack step output path align with model repack path |
| 80 | + * Support parameterized source code input for TrainingStep |
| 81 | + |
| 82 | +### Documentation Changes |
| 83 | + |
| 84 | + * heterogeneous cluster api doc fix |
| 85 | + * smdmp v1.10 release note |
| 86 | + |
| 87 | +## v2.100.0 (2022-07-18) |
| 88 | + |
| 89 | +### Features |
| 90 | + |
| 91 | + * upgrade to support python 3.10 |
| 92 | + * Add target_model to support multi-model endpoints |
| 93 | + * Added support for feature group schema change and feature parameters |
| 94 | + |
| 95 | +### Bug Fixes and Other Changes |
| 96 | + |
| 97 | + * enable model.register without 'inference' & 'transform' instances |
| 98 | + * rename RegisterModel inner steps to prevent duplicate step names |
| 99 | + * remove primitive_or_expr() from conditions |
| 100 | + * support pipeline variables for spark processors run arguments |
| 101 | + * make 'ModelInput' field optional for inference recommendation |
| 102 | + * Fix processing image uri param |
| 103 | + * fix: neo inferentia as compilation target not using framework ver |
| 104 | + |
| 105 | +### Documentation Changes |
| 106 | + |
| 107 | + * SageMaker model parallel library v1.10.0 documentation |
| 108 | + * add detail & links to clarify docstrings |
| 109 | + |
| 110 | +## v2.99.0 (2022-07-08) |
| 111 | + |
| 112 | +### Features |
| 113 | + |
| 114 | + * heterogeneous cluster set up in distribution config |
| 115 | + * support heterogeneous cluster for training |
| 116 | + * include fields to work with inference recommender |
| 117 | + |
| 118 | +### Bug Fixes and Other Changes |
| 119 | + |
| 120 | + * Moving the newly added field instance_group to the end of method |
| 121 | + * image_uri does not need to be specified with instance_groups |
| 122 | + * Loosen version of attrs dependency |
| 123 | + * Add PipelineVariable annotation in estimatory, processing, tuner, transformer base classes |
| 124 | + * model table link |
| 125 | + |
| 126 | +### Documentation Changes |
| 127 | + |
| 128 | + * documentation for heterogeneous cluster |
| 129 | + |
| 130 | +## v2.98.0 (2022-07-05) |
| 131 | + |
| 132 | +### Features |
| 133 | + |
| 134 | + * Adding deepar image |
| 135 | + |
| 136 | +### Documentation Changes |
| 137 | + |
| 138 | + * edit to clarify how to use inference.py |
| 139 | + |
| 140 | +## v2.97.0 (2022-06-28) |
| 141 | + |
| 142 | +### Deprecations and Removals |
| 143 | + |
| 144 | + * remove support for python 3.6 |
| 145 | + |
| 146 | +### Features |
| 147 | + |
| 148 | + * update prebuilt models documentation |
| 149 | + |
| 150 | +### Bug Fixes and Other Changes |
| 151 | + |
| 152 | + * Skipping test_candidate_estimator_default_rerun_and_deploy |
| 153 | + * Update model name from 'compiled.pt' to 'model.pth' for neo |
| 154 | + * update pytest, skip hf integ temp |
| 155 | + * Add override_pipeline_parameter_var decorator to give grace period to update invalid pipeline var args |
| 156 | + |
| 157 | +## v2.96.0 (2022-06-20) |
| 158 | + |
| 159 | +### Features |
| 160 | + |
| 161 | + * Add helper method to generate pipeline adjacency list |
| 162 | + |
| 163 | +### Bug Fixes and Other Changes |
| 164 | + |
| 165 | + * changing trcomp integ tests to be able to run in all regions |
| 166 | + |
| 167 | +## v2.95.0 (2022-06-16) |
| 168 | + |
| 169 | +### Features |
| 170 | + |
| 171 | + * Adding Training Compiler support for TensorFlow estimator starting TF 2.9 |
| 172 | + * Add support for TF 2.9 training |
| 173 | + |
| 174 | +### Bug Fixes and Other Changes |
| 175 | + |
| 176 | + * integs fallback from p3 to p2 instance |
| 177 | + * bucket exists check for session.default_bucket |
| 178 | + * make instance type fields as optional |
| 179 | + |
| 180 | +### Documentation Changes |
| 181 | + |
| 182 | + * improvements on the docstring of ModelStep |
| 183 | + * Add XGBoostProcessor |
| 184 | + |
| 185 | +## v2.94.0 (2022-06-07) |
| 186 | + |
| 187 | +### Features |
| 188 | + |
| 189 | + * AutoGluon 0.4.2 image_uris support |
| 190 | + |
3 | 191 | ## v2.93.1 (2022-06-06)
|
4 | 192 |
|
5 | 193 | ### Bug Fixes and Other Changes
|
|
0 commit comments