From bfb4f8cda6a82d3d6e3d26dbf35980d5ed42f335 Mon Sep 17 00:00:00 2001 From: tangy5 <58751975+tangy5@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:16:49 -0500 Subject: [PATCH] Release 0.7 preparation (#1467) * fix doc format Signed-off-by: tangy5 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: tangy5 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- docs/source/whatsnew.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/whatsnew.rst b/docs/source/whatsnew.rst index 484749639..1e17fd3d7 100644 --- a/docs/source/whatsnew.rst +++ b/docs/source/whatsnew.rst @@ -20,31 +20,38 @@ What's New ===== - Multi Users authentication and KeyCloak Integration + - MONAI Label APIs with Keycloak integration for user authentication and role based access. - Login support for 3D Slicer via MONAILabel + KeyClock. - Whole Body CT segmentation + - Segmenting 104 anatomies in 4 seconds! - `whole body CT segmentation `_. - MONAI Bundle Support Improvements + - Support visualization of bundle config option. - Enhancement of monai-zoo access. - Support bundle downloading from NGC. - Enhacement of multi-gpu training of bundles. - CI/CD and tests + - blossom CI/CD and pre-merge pipeline enabled. - Increased Unit tests coverage to 80%. - Updated pretrained models: + - segmentation - deepedit - New MONAI Label Tutorial Series + - Quickstart tutorials and installation instructions in `notebooks `_. - Documentation enhancements + - New look in main README, Sample App READMEs, and Plugin READMEs.