Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx>=4.5.0
Sphinx>=5.3.0,<8.0.0
sphinx-autobuild
myst-nb>=0.17.2
myst-parser>=0.18.0
Expand All @@ -8,13 +8,14 @@ sphinx-togglebutton
sphinx-copybutton
sphinxcontrib-bibtex>=2.4.1 # Version 2.4.1+ supports Python 3.10
sphinxcontrib-spelling # https://sphinxcontrib-spelling.readthedocs.io/en/latest/index.html
sphinx-thebe
sphinx-thebe>=0.3.0
sphinx-design
ablog
pydata_sphinx_theme>=0.13.0
sphinx-rtd-theme>=1.0.0 # Upgrade to version compatible with newer docutils
sphinxemoji
torch>=1.12.0
sphinx-autodoc-typehints
sphinx-autodoc-typehints>=1.19.0
sphinxcontrib-applehelp
sphinxcontrib-devhelp
sphinxcontrib-htmlhelp
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@
# (reference: https://myst-nb.readthedocs.io/en/latest/)
# Prevent creating jupyter_execute folder in dist
# https://myst-nb.readthedocs.io/en/latest/use/execute.html#executing-in-temporary-folders # noqa
execution_in_temp = True
jupyter_execute_notebooks = "off"
nb_execution_in_temp = True
nb_execution_mode = "off"


# -- Options for sphinxcontrib.bibtex -------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions docs/source/release_notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
```{toctree}
:maxdepth: 1

v3.3.0
v3.2.0
v3.1.0
v3.0.0
Expand Down
22 changes: 22 additions & 0 deletions docs/source/release_notes/v3.3.0.md
Original file line number Diff line number Diff line change
@@ -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 <a href="https://github.com/Project-MONAI/monai-deploy-app-sdk/issues?q=is%3Aissue+is%3Aclosed">closed issues on Github</a> and the <a href="https://github.com/Project-MONAI/monai-deploy-app-sdk/pulls?q=is%3Apr+is%3Aclosed">closed pull requests on Github</a>.

## 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).