Skip to content

Commit e51dd0d

Browse files
authored
Merge pull request #205 from Project-MONAI/v0.2
Release v0.2.0
2 parents a7ce0b6 + 86acaa0 commit e51dd0d

File tree

6 files changed

+57
-1
lines changed

6 files changed

+57
-1
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0a1
2+
current_version = 0.2.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>a|b|rc)(?P<build>\d+))?
44
serialize =
55
{major}.{minor}.{patch}{release}{build}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
# Deploying to the remote server (coming soon)
2+
3+
As of v0.2.0, the SDK is not yet ready to deploy to the remote server (MONAI Deploy App Server).
4+
We are actively working on it.
5+
6+
Meanwhile, you can use the following tutorial to deploy your model with the RESTful Inference Service -- [MONAI Inference Service (MIS)](https://github.com/Project-MONAI/monai-deploy-app-server/blob/main/components/inference-service/README.md).
7+
8+
Please refer to the following tutorial for more details:
9+
10+
- <a href="../getting_started/tutorials/04_mis_tutorial.html">4) Deploying Segmentation app with MONAI Inference Service (MIS)</a>
11+
- <a href="../getting_started/tutorials/05_full_tutorial.html">5) Building and deploying Segmentation app with MONAI Inference Service (MIS)</a>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 4) Deploying Segmentation app with MONAI Inference Service (MIS)
2+
3+
## Setup
4+
5+
The environment from the previous section (**<a href="./03_segmentation_app.html#setup">Creating a Segmentation app</a>**) is required to run this example.
6+
7+
## Executing from Jupyter Notebook
8+
9+
```{toctree}
10+
:maxdepth: 4
11+
12+
../../notebooks/tutorials/04_mis_tutorial.ipynb
13+
```
14+
15+
```{raw} html
16+
<p style="text-align: center;">
17+
<a class="sphinx-bs btn text-wrap btn-outline-primary col-md-6 reference external" href="../../_static/notebooks/tutorials/04_mis_tutorial.ipynb">
18+
<span>Download 04_mis_tutorial.ipynb</span>
19+
</a>
20+
</p>
21+
```
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 5) Building and deploying Segmentation app with MONAI Inference Service (MIS)
2+
3+
## Setup
4+
5+
The environment from the previous section (**<a href="./03_segmentation_app.html#setup">Creating a Segmentation app</a>**) is required to run this example.
6+
7+
## Executing from Jupyter Notebook
8+
9+
```{toctree}
10+
:maxdepth: 4
11+
12+
../../notebooks/tutorials/05_full_tutorial.ipynb
13+
```
14+
15+
```{raw} html
16+
<p style="text-align: center;">
17+
<a class="sphinx-bs btn text-wrap btn-outline-primary col-md-6 reference external" href="../../_static/notebooks/tutorials/05_full_tutorial.ipynb">
18+
<span>Download 05_full_tutorial.ipynb</span>
19+
</a>
20+
</p>
21+
```

docs/source/getting_started/tutorials/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
01_simple_app
88
02_mednist_app
99
03_segmentation_app
10+
04_mis_tutorial
11+
05_full_tutorial
1012
```

docs/source/release_notes/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
:maxdepth: 1
1313
1414
v0.2.0
15+
```
16+
1517
## Version 0.1
1618

1719
```{toctree}

0 commit comments

Comments
 (0)