Skip to content

Commit 5276287

Browse files
release 0.4.2 (monaibundle + metatensor) (#889)
* 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]>
1 parent 1ad1287 commit 5276287

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ MONAI Label supports following OS with **GPU/CUDA** enabled.
5454
pip install monailabel -U
5555
```
5656

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

5958
### Development version
6059

docs/source/whatsnew.rst

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
What's New
33
==========
44

5+
0.4.2
6+
=====
7+
- 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>`_
8+
9+
- spleen_ct_segmentation
10+
- spleen_deepedit_annotation
11+
- others
12+
- Support for MONAI `0.9.1 <https://github.com/Project-MONAI/MONAI/releases/tag/0.9.1>`_
13+
14+
15+
16+
0.4.1
17+
=====
18+
- Fix MONAI dependency version to 0.9.0
19+
20+
21+
522
0.4.0
623
=====
724
- Pathology Sample App

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
torch>=1.7
2-
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=0.9.1rc4
2+
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=0.9.1
33
uvicorn==0.17.6
44
pydantic==1.9.1
55
python-dotenv==0.20.0

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ setup_requires =
2525
ninja
2626
install_requires =
2727
torch>=1.7
28-
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=0.9.1rc4
28+
monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire]>=0.9.1
2929
uvicorn==0.17.6
3030
pydantic==1.9.1
3131
python-dotenv==0.20.0

0 commit comments

Comments
 (0)