From bd7247327c9ab3f5cacc05e80a7519aaf4c4d884 Mon Sep 17 00:00:00 2001 From: SACHIDANAND ALLE Date: Wed, 18 Oct 2023 07:33:47 -0700 Subject: [PATCH] Prepare 0.8 release. (#1576) * Prepare 0.8 release Signed-off-by: Sachidanand Alle * Fix Doc Signed-off-by: Sachidanand Alle --------- Signed-off-by: Sachidanand Alle --- docs/source/whatsnew.rst | 16 ++++++++++++++++ plugins/ohifv3/run.sh | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/source/whatsnew.rst b/docs/source/whatsnew.rst index 1e17fd3d7..1ff6bca39 100644 --- a/docs/source/whatsnew.rst +++ b/docs/source/whatsnew.rst @@ -16,6 +16,22 @@ What's New ========== +0.8.0 +===== + +- `OHIF V3 `_ + + .. image:: https://github.com/Project-MONAI/MONAILabel/blob/main/plugins/ohifv3/images/ohifv3.jpg?raw=true + :alt: OHIF V3 + MONAI Label + :width: 600 + +| + +- MONAI Core dependency updated to >= `0.13.0 `_ + +- Bug Fixes and Documentation updates + + 0.7.0 ===== diff --git a/plugins/ohifv3/run.sh b/plugins/ohifv3/run.sh index e8a3776d4..ae10e7bf5 100755 --- a/plugins/ohifv3/run.sh +++ b/plugins/ohifv3/run.sh @@ -15,7 +15,8 @@ mkdir -p logs rm -rf www mkdir -p www/html -cp -r Viewers/platform/app/dist www/html/ohif + +cp -r ../../monailabel/endpoints/static/ohif www/html/ohif cp -f config/monai_label.js www/html/ohif/app-config.js nginx -p `pwd` -c config/nginx.conf -e logs/error.log