diff --git a/docs/requirements.txt b/docs/requirements.txt index 4e01adee..f9270097 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 @@ -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 diff --git a/docs/source/conf.py b/docs/source/conf.py index 997e389a..d1db5e59 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 ------------------------------------------------- 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/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