Skip to content

Commit b860a3f

Browse files
authored
Added release note for v3.2.0 (#561)
* Added release note for v3.2.0 Signed-off-by: M Q <mingmelvinq@nvidia.com> * Correct title Signed-off-by: M Q <mingmelvinq@nvidia.com> * codespell failed, but copilot caught the typo Signed-off-by: M Q <mingmelvinq@nvidia.com> * Punctuation Signed-off-by: M Q <mingmelvinq@nvidia.com> --------- Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent d1e94f7 commit b860a3f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

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.2.0
1314
v3.1.0
1415
v3.0.0
1516
```
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Version 3.2.0 (September 2025)
2+
3+
## What's new in 3.2.0
4+
5+
This version of the App SDK is compatible with [Holoscan SDK v3.6.0](https://pypi.org/project/holoscan/3.6.0), as it has 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 Runtime `>= 12.6.77`, which is required by HSDK v3.6 on X86_64 Linux workstations.
6+
7+
### Key changes
8+
9+
- Compatible with the latest MONAI v1.5.1 and Holoscan v3.6.0.
10+
- Enhanced the built-in bundle inference operator to support folder based MONAI Bundles as required by application generator tool.
11+
12+
13+
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>.
14+
15+
## Additional information
16+
Please visit [GETTING STARTED](/getting_started/index) guide and follow the tutorials.
17+
18+
You can learn more about SDK usage through [DEVELOPING WITH SDK](/developing_with_sdk/index).
19+
20+
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).

0 commit comments

Comments
 (0)