Skip to content

Commit

Permalink
Prepare 0.8 release. (#1576)
Browse files Browse the repository at this point in the history
* Prepare 0.8 release

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

* Fix Doc

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

---------

Signed-off-by: Sachidanand Alle <[email protected]>
  • Loading branch information
SachidanandAlle authored Oct 18, 2023
1 parent 2cb6b73 commit bd72473
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@ What's New
==========


0.8.0
=====

- `OHIF V3 <https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/ohifv3>`_

.. 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 <https://github.com/Project-MONAI/MONAI/releases/tag/1.3.0>`_

- Bug Fixes and Documentation updates


0.7.0
=====

Expand Down
3 changes: 2 additions & 1 deletion plugins/ohifv3/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bd72473

Please sign in to comment.