|
| 1 | +# Version 0.2.1 (January 25, 2022) |
| 2 | + |
| 3 | +This is a patch release of [v0.2](https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/release_notes/v0.2.0.html#). |
| 4 | + |
| 5 | +Please visit [GETTING STARTED](/getting_started/index) guide and follow tutorials. |
| 6 | + |
| 7 | +You can learn more about SDK usage through [DEVELOPING WITH SDK](/developing_with_sdk/index). |
| 8 | + |
| 9 | +Please let us know how you like it and what could be improved by [submitting an issue](https://github.com/Project-MONAI/monai-deploy-app-sdk/issues/new/choose) or [asking questions](https://github.com/Project-MONAI/monai-deploy-app-sdk/discussions)😀 |
| 10 | + |
| 11 | +## What's new |
| 12 | + |
| 13 | +As per MONAI Core's [Python 3.6 drop](https://github.com/Project-MONAI/MONAI/pull/3536), drop the support for Python 3.6 from MONAI Deploy App SDK. |
| 14 | + |
| 15 | +- Drop Python 3.6 support [#248](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/248) by [@gigony](https://github.com/gigony) |
| 16 | + |
| 17 | +## What's fixed/updated |
| 18 | + |
| 19 | +- Fixed minor dependencies for fresh deployment [#208](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/208) by [@vikashg](https://github.com/vikashg) |
| 20 | +- Fix minor typo in chapter 4 notebook [#209](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/209) by [@KavinKrishnan](https://github.com/KavinKrishnan) |
| 21 | +- Bump numpy >= 1.20 to avoid MKL error in conda env, and add --upgrade for pip install app sdk [#211](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/211) by [@MMelQin](https://github.com/MMelQin) |
| 22 | +- Update notebooks with cloning repo and building MIS container [#214](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/214) by [@KavinKrishnan](https://github.com/KavinKrishnan) |
| 23 | +- Update notebooks with cloning repo and building MIS container [#215](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/215) by [@KavinKrishnan](https://github.com/KavinKrishnan) |
| 24 | +- Change the model name in the Spleen seg example dataset to model.ts [#222](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/222) by [@MMelQin](https://github.com/MMelQin) |
| 25 | +- Remove developer names/aliases from notebooks and documentation [#225](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/225) by [@KavinKrishnan](https://github.com/KavinKrishnan) |
| 26 | +- Fixed empty documentation on docs.monai [#233](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/233) by [@vikashg](https://github.com/vikashg) |
| 27 | +- Handle exception case with missing DICOM Rescale Intercept and Slope attributes [#236](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/236) by [@MMelQin](https://github.com/MMelQin) |
| 28 | +- Fix IPython detection routine [#237](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/237) by [@gigony](https://github.com/gigony) |
| 29 | +- Use Python 3.7 for JupyterLab [#241](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/241) by [@gigony](https://github.com/gigony) |
| 30 | +- Update gdown command and missing package [#246](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/246) by [@gigony](https://github.com/gigony) |
| 31 | +- Do not upgrade packages when packaging [#247](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/247) by [@gigony](https://github.com/gigony) |
0 commit comments