|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v2.38.0 (2021-04-21) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | + * support multiprocess feature group ingest (#2111) |
| 8 | + |
| 9 | +## v2.37.0 (2021-04-20) |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | + * add experiment_config for clarify processing job |
| 14 | + |
| 15 | +### Documentation Changes |
| 16 | + |
| 17 | + * release notes for smdistributed.dataparallel v1.1.2 |
| 18 | + |
| 19 | +## v2.36.0 (2021-04-19) |
| 20 | + |
| 21 | +### Features |
| 22 | + |
| 23 | + * enable smdataparallel custom mpi options support |
| 24 | + |
| 25 | +## v2.35.0 (2021-04-14) |
| 26 | + |
| 27 | +### Features |
| 28 | + |
| 29 | + * add support for PyTorch 1.8.1 |
| 30 | + |
| 31 | +### Bug Fixes and Other Changes |
| 32 | + |
| 33 | + * boto3 client param updated for feature store |
| 34 | + * Updated release notes and API doc for smd model parallel 1.3.1 |
| 35 | + |
| 36 | +## v2.34.0 (2021-04-12) |
| 37 | + |
| 38 | +### Features |
| 39 | + |
| 40 | + * Add support for accelerator in Clarify |
| 41 | + |
| 42 | +### Bug Fixes and Other Changes |
| 43 | + |
| 44 | + * add Documentation for how to use |
| 45 | + * enable local mode tests that were skipped |
| 46 | + * add integ test for HuggingFace with TensorFlow |
| 47 | + |
| 48 | +### Documentation Changes |
| 49 | + |
| 50 | + * release notes for smdistributed.dataparallel v1.1.1 |
| 51 | + * fixing the SageMaker distributed version references |
| 52 | + |
| 53 | +### Testing and Release Infrastructure |
| 54 | + |
| 55 | + * pin version for ducutils |
| 56 | + |
| 57 | +## v2.33.0 (2021-04-05) |
| 58 | + |
| 59 | +### Features |
| 60 | + |
| 61 | + * Add environment variable support for SageMaker training job |
| 62 | + |
| 63 | +### Bug Fixes and Other Changes |
| 64 | + |
| 65 | + * add version length mismatch validation for HuggingFace |
| 66 | + * Disable debugger when checkpointing is enabled with distributed training |
| 67 | + * map user context is list associations response |
| 68 | + |
| 69 | +### Testing and Release Infrastructure |
| 70 | + |
| 71 | + * disable_profiler on mx-horovod test |
| 72 | + |
| 73 | +## v2.32.1 (2021-04-01) |
| 74 | + |
| 75 | +### Bug Fixes and Other Changes |
| 76 | + |
| 77 | + * disable profiler in some release tests |
| 78 | + * remove outdated notebook from test |
| 79 | + * add compilation option for ml_eia2 |
| 80 | + * add short version to smdataparallel supported list |
| 81 | + |
| 82 | +### Documentation Changes |
| 83 | + |
| 84 | + * creating a "latest" version sm distributed docs |
| 85 | + * add docs for Sagemaker Model Parallel 1.3, released with PT 1.8 |
| 86 | + * update PyTorch version in doc |
| 87 | + |
3 | 88 | ## v2.32.0 (2021-03-26)
|
4 | 89 |
|
5 | 90 | ### Features
|
|
0 commit comments