Skip to content

Commit

Permalink
release 0.4.2 (monaibundle + metatensor) (#889)
Browse files Browse the repository at this point in the history
* release 0.4.2 (monaibundle + metatensor)

Signed-off-by: Sachidanand Alle <[email protected]>

* update docs/whats new for 0.4.2

Signed-off-by: Sachidanand Alle <[email protected]>

* Fix readme

Signed-off-by: Sachidanand Alle <[email protected]>

* update docs/whats new for 0.4.2

Signed-off-by: Sachidanand Alle <[email protected]>

* update docs/whats new for 0.4.2

Signed-off-by: Sachidanand Alle <[email protected]>
  • Loading branch information
SachidanandAlle authored Jul 25, 2022
1 parent 1ad1287 commit 5276287
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ MONAI Label supports following OS with **GPU/CUDA** enabled.
pip install monailabel -U
```

> If you have [monai](https://pypi.org/project/monai/) > 0.9.0 version, please downgrade it to **monai==0.9.0** version

### Development version

Expand Down
17 changes: 17 additions & 0 deletions docs/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
What's New
==========

0.4.2
=====
- MONAI Bundle App - Pull `compatible <https://github.com/Project-MONAI/MONAILabel/tree/main/sample-apps/monaibundle>`_ bundles from `MONAI Zoo <https://github.com/Project-MONAI/model-zoo>`_

- spleen_ct_segmentation
- spleen_deepedit_annotation
- others
- Support for MONAI `0.9.1 <https://github.com/Project-MONAI/MONAI/releases/tag/0.9.1>`_



0.4.1
=====
- Fix MONAI dependency version to 0.9.0



0.4.0
=====
- Pathology Sample App
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch>=1.7
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=0.9.1rc4
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=0.9.1
uvicorn==0.17.6
pydantic==1.9.1
python-dotenv==0.20.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setup_requires =
ninja
install_requires =
torch>=1.7
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=0.9.1rc4
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=0.9.1
uvicorn==0.17.6
pydantic==1.9.1
python-dotenv==0.20.0
Expand Down

0 comments on commit 5276287

Please sign in to comment.