From 71fe1c94da5a96a197966dfb02aaef009bb59022 Mon Sep 17 00:00:00 2001 From: M Q Date: Thu, 30 Oct 2025 18:05:28 -0700 Subject: [PATCH 1/3] Update release notes for v3.3.0 Signed-off-by: M Q --- docs/source/release_notes/v3.3.0.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/source/release_notes/v3.3.0.md diff --git a/docs/source/release_notes/v3.3.0.md b/docs/source/release_notes/v3.3.0.md new file mode 100644 index 00000000..13087b38 --- /dev/null +++ b/docs/source/release_notes/v3.3.0.md @@ -0,0 +1,22 @@ +# Version 3.3.0 (October 2025) + +## What's new in 3.3.0 + +This version of the App SDK is compatible with [Holoscan SDK](https://pypi.org/project/holoscan) CUDA 12 version, [holoscan-cu12](https://pypi.org/project/holoscan-cu12). + +It has also been tested compatible with the latest [MONAI at v1.5.1](https://pypi.org/project/monai/1.5.1/) which supports the latest PyTorch v2.8. PyTorch version 2.7 and above have embedded CUDA 12 Runtime `>= 12.6.77`, which is required by Holoscan v3.6 and v3.7 CUDA12 version on X86_64 Linux workstations. + +### Key changes + +- Compatible with the latest MONAI v1.5.1 and Holoscan v3.7 CUDA12 version, [holoscan-cu12](https://pypi.org/project/holoscan-cu12). +- Volumentric image converted from DICOM has consistent `affine` and `space` metadata, e.g. converted image in original DICOM orientation is in `LPS`. + + +Please also see the closed issues on Github and the closed pull requests on Github. + +## Additional information +Please visit [GETTING STARTED](/getting_started/index) guide and follow the tutorials. + +You can learn more about SDK usage through [DEVELOPING WITH SDK](/developing_with_sdk/index). + +Please let us know how you like it and what could be improved by [submitting an issue](https://github.com/Project-MONAI/monai-deploy-app-sdk/issues/new/choose) or [asking questions](https://github.com/Project-MONAI/monai-deploy-app-sdk/discussions). \ No newline at end of file From 921db67b5307b93e674c713bd6e3e0195973ecbe Mon Sep 17 00:00:00 2001 From: M Q Date: Thu, 30 Oct 2025 18:07:31 -0700 Subject: [PATCH 2/3] Update the index file Signed-off-by: M Q --- docs/source/release_notes/index.md | 1 + requirements-dev.txt | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/release_notes/index.md b/docs/source/release_notes/index.md index 450758b0..0923d220 100644 --- a/docs/source/release_notes/index.md +++ b/docs/source/release_notes/index.md @@ -10,6 +10,7 @@ ```{toctree} :maxdepth: 1 +v3.3.0 v3.2.0 v3.1.0 v3.0.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index a5299c98..8bd97b5b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,10 +14,9 @@ isort pytype>=2020.6.1; platform_system != "Windows" mypy>=0.790 psutil -Sphinx==4.1.2 -recommonmark==0.6.0 -sphinx-autodoc-typehints==1.12.0 -sphinx-rtd-theme==0.5.2 +Sphinx>=5.3.0,<8.0.0 +sphinx-autodoc-typehints>=1.19.0 +sphinx-rtd-theme>=1.0.0 pytest==7.4.0 pytest-cov==4.1.0 pytest-lazy-fixture==0.6.3 From ab9939ca98c9d59e9a08c07a5f2d5eb6a0289f82 Mon Sep 17 00:00:00 2001 From: M Q Date: Thu, 30 Oct 2025 18:07:55 -0700 Subject: [PATCH 3/3] =?UTF-8?q?Bump=20version:=203.2.0=20=E2=86=92=203.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M Q --- .bumpversion.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 47311295..49707ec2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.0 +current_version = 3.3.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?Pa|b|rc)(?P\d+))? serialize = {major}.{minor}.{patch}{release}{build}