Skip to content

Commit 0f6b5fd

Browse files
committed
Mq/release 3.3 (#567)
* Update release notes for v3.3.0 Signed-off-by: M Q <mingmelvinq@nvidia.com> * Update the index file Signed-off-by: M Q <mingmelvinq@nvidia.com> * Bump version: 3.2.0 → 3.3.0 Signed-off-by: M Q <mingmelvinq@nvidia.com> --------- Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 7ff7e12 commit 0f6b5fd

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.2.0
2+
current_version = 3.3.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>a|b|rc)(?P<build>\d+))?
44
serialize =
55
{major}.{minor}.{patch}{release}{build}

docs/source/release_notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
```{toctree}
1111
:maxdepth: 1
1212
13+
v3.3.0
1314
v3.2.0
1415
v3.1.0
1516
v3.0.0
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Version 3.3.0 (October 2025)
2+
3+
## What's new in 3.3.0
4+
5+
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).
6+
7+
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.
8+
9+
### Key changes
10+
11+
- Compatible with the latest MONAI v1.5.1 and Holoscan v3.7 CUDA12 version, [holoscan-cu12](https://pypi.org/project/holoscan-cu12).
12+
- Volumentric image converted from DICOM has consistent `affine` and `space` metadata, e.g. converted image in original DICOM orientation is in `LPS`.
13+
14+
15+
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>.
16+
17+
## Additional information
18+
Please visit [GETTING STARTED](/getting_started/index) guide and follow the tutorials.
19+
20+
You can learn more about SDK usage through [DEVELOPING WITH SDK](/developing_with_sdk/index).
21+
22+
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).

requirements-dev.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ isort
1414
pytype>=2020.6.1; platform_system != "Windows"
1515
mypy>=0.790
1616
psutil
17-
Sphinx==4.1.2
18-
recommonmark==0.6.0
19-
sphinx-autodoc-typehints==1.12.0
20-
sphinx-rtd-theme==0.5.2
17+
Sphinx>=5.3.0,<8.0.0
18+
sphinx-autodoc-typehints>=1.19.0
19+
sphinx-rtd-theme>=1.0.0
2120
pytest==7.4.0
2221
pytest-cov==4.1.0
2322
pytest-lazy-fixture==0.6.3

0 commit comments

Comments
 (0)