Skip to content

Commit 428f778

Browse files
authored
Release 3.4 (#572)
* Release note Signed-off-by: M Q <mingmelvinq@nvidia.com> * Bump version: 3.3.0 → 3.4.0 Signed-off-by: M Q <mingmelvinq@nvidia.com> --------- Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent ed858e3 commit 428f778

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
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.3.0
2+
current_version = 3.4.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.4.0
1314
v3.3.0
1415
v3.2.0
1516
v3.1.0
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Version 3.4.0 (December 2025)
2+
3+
## What's new in 3.4.0
4+
5+
- Tested with the latest MONAI v1.5.1 and Holoscan v3.9 CUDA 12 version, [holoscan-cu12](https://pypi.org/project/holoscan-cu12).
6+
- Added a new compressed DICOM image decoder for PyDicom, which is based on nvImageCodec for GPU-accelerated image frame decoding. This decoder is dynamically registered at runtime with PyDicom as the first choice for the supported transfer syntaxes.
7+
- It is worth noting that the invocation of the decoder is fully controlled by the PyDicom decode runner. A single frame is decoded at each invocation, even for multi-frame images. For this reason, batch decoding is not feasible, and the GPU acceleration benefit is offset by the overhead of moving pixels from system to GPU memory.
8+
- A custom decode runner can be used instead, in combination with PyDicom metadata parsing, to utilize this new decoder with batch decoding to improve performance.
9+
10+
11+
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>.
12+
13+
## Additional information
14+
Please visit [GETTING STARTED](/getting_started/index) guide and follow the tutorials.
15+
16+
You can learn more about SDK usage through [DEVELOPING WITH SDK](/developing_with_sdk/index).
17+
18+
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)