Skip to content

Release v0.2.0 #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0a1
current_version = 0.2.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>a|b|rc)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}{release}{build}
Expand Down
10 changes: 10 additions & 0 deletions docs/source/developing_with_sdk/deploying_to_the_remote_server.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Deploying to the remote server (coming soon)

As of v0.2.0, the SDK is not yet ready to deploy to the remote server (MONAI Deploy App Server).
We are actively working on it.

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).

Please refer to the following tutorial for more details:

- <a href="../getting_started/tutorials/04_mis_tutorial.html">4) Deploying Segmentation app with MONAI Inference Service (MIS)</a>
- <a href="../getting_started/tutorials/05_full_tutorial.html">5) Building and deploying Segmentation app with MONAI Inference Service (MIS)</a>
21 changes: 21 additions & 0 deletions docs/source/getting_started/tutorials/04_mis_tutorial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 4) Deploying Segmentation app with MONAI Inference Service (MIS)

## Setup

The environment from the previous section (**<a href="./03_segmentation_app.html#setup">Creating a Segmentation app</a>**) is required to run this example.

## Executing from Jupyter Notebook

```{toctree}
:maxdepth: 4

../../notebooks/tutorials/04_mis_tutorial.ipynb
```

```{raw} html
<p style="text-align: center;">
<a class="sphinx-bs btn text-wrap btn-outline-primary col-md-6 reference external" href="../../_static/notebooks/tutorials/04_mis_tutorial.ipynb">
<span>Download 04_mis_tutorial.ipynb</span>
</a>
</p>
```
21 changes: 21 additions & 0 deletions docs/source/getting_started/tutorials/05_full_tutorial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 5) Building and deploying Segmentation app with MONAI Inference Service (MIS)

## Setup

The environment from the previous section (**<a href="./03_segmentation_app.html#setup">Creating a Segmentation app</a>**) is required to run this example.

## Executing from Jupyter Notebook

```{toctree}
:maxdepth: 4

../../notebooks/tutorials/05_full_tutorial.ipynb
```

```{raw} html
<p style="text-align: center;">
<a class="sphinx-bs btn text-wrap btn-outline-primary col-md-6 reference external" href="../../_static/notebooks/tutorials/05_full_tutorial.ipynb">
<span>Download 05_full_tutorial.ipynb</span>
</a>
</p>
```
2 changes: 2 additions & 0 deletions docs/source/getting_started/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
01_simple_app
02_mednist_app
03_segmentation_app
04_mis_tutorial
05_full_tutorial
```
2 changes: 2 additions & 0 deletions docs/source/release_notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
:maxdepth: 1

v0.2.0
```

## Version 0.1

```{toctree}
Expand Down