Skip to content

Commit 39ef72b

Browse files
committed
Add release note for v0.2.1
Signed-off-by: Gigon Bae <gbae@nvidia.com>
1 parent 58560e5 commit 39ef72b

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/source/release_notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
```{toctree}
1212
:maxdepth: 1
1313
14+
v0.2.1
1415
v0.2.0
1516
```
1617

docs/source/release_notes/v0.2.1.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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 fixed/updated in this version 0.2.1
12+
13+
- Fixed minor dependencies for fresh deployment [#208](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/208) by [@vikashg](https://github.com/vikashg)
14+
- Fix minor typo in chapter 4 notebook documentation [#209](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/209) by [@KavinKrishnan](https://github.com/KavinKrishnan)
15+
- 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)
16+
- 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)
17+
- Update notebooks with cloning repo and building MIS container documentation [#215](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/215) by [@KavinKrishnan](https://github.com/KavinKrishnan)
18+
- Change the model name in the Spleen seg example dataset to model.ts enhancement [#222](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/222) by [@MMelQin](https://github.com/MMelQin)
19+
- Remove developer names/aliases from notebooks and documentation bug documentation [#225](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/225) by [@KavinKrishnan](https://github.com/KavinKrishnan)
20+
- Fixed empty documentation on docs.monai documentation [#233](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/233) by [@vikashg](https://github.com/vikashg)
21+
- Handle exception case with missing DICOM Rescale Intercept and Slope attributes bug [#236](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/236) by [@MMelQin](https://github.com/MMelQin)
22+
- Fix IPython detection routine bug [#237](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/237) by [@gigony](https://github.com/gigony)
23+
- Use Python 3.7 for JupyterLab documentation [#241](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/241) by [@gigony](https://github.com/gigony)
24+
- Update gdown command and missing package documentation [#246](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/246) by [@gigony](https://github.com/gigony)
25+
- Do not upgrade packages when packaging bug [#247](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/247) by [@gigony](https://github.com/gigony)
26+
- Drop Python 3.6 support enhancement [#248](https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/248) by [@gigony](https://github.com/gigony)

0 commit comments

Comments
 (0)