Skip to content

Commit e1542bf

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

File tree

5 files changed

+40
-4
lines changed

5 files changed

+40
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ YouTube Video:
7575
- [Spleen Organ Segmentation - Jupyter Notebook Tutorial](https://www.youtube.com/watch?v=cqDVxzYt9lY)
7676
- [Spleen Organ Segmentation - Deep Dive](https://www.youtube.com/watch?v=nivgfD4pwWE)
7777

78+
### [4) Deploying Segmentation app with MONAI Inference Service (MIS)](https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/getting_started/tutorials/04_mis_tutorial.html)
79+
80+
### [5) Building and deploying Segmentation app with MONAI Inference Service (MIS)](https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/getting_started/tutorials/05_full_tutorial.html)
81+
7882
### [Examples](https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/getting_started/examples.html)
7983

8084
<https://github.com/Project-MONAI/monai-deploy-app-sdk/tree/main/examples/apps> has example apps that you can see.

docs/source/getting_started/tutorials/04_mis_tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ The environment from the previous section (**<a href="./03_segmentation_app.html
1212
../../notebooks/tutorials/04_mis_tutorial.ipynb
1313
```
1414

15-
```{raw} html
15+
<!-- ```{raw} html
1616
<div style="text-align: center;">
1717
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=sISg521fdCA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
1818
</div>
19-
```
19+
``` -->
2020

2121
```{raw} html
2222
<p style="text-align: center;">

docs/source/getting_started/tutorials/05_full_tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ The environment from the previous section (**<a href="./03_segmentation_app.html
1212
../../notebooks/tutorials/05_full_tutorial.ipynb
1313
```
1414

15-
```{raw} html
15+
<!-- ```{raw} html
1616
<div style="text-align: center;">
1717
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=sISg521fdCA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
1818
</div>
19-
```
19+
``` -->
2020

2121
```{raw} html
2222
<p style="text-align: center;">

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: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

Comments
 (0)