Skip to content

Commit 655ad66

Browse files
MMelQinSimoneBendazzoli93
authored andcommitted
Mq/release 3.5 (Project-MONAI#575)
* Release v3.5.0 Signed-off-by: M Q <mingmelvinq@nvidia.com> * Bump version: 3.4.0 → 3.5.0 Signed-off-by: M Q <mingmelvinq@nvidia.com> --------- Signed-off-by: M Q <mingmelvinq@nvidia.com> Signed-off-by: Simone Bendazzoli <simben@kth.se>
1 parent 04a081e commit 655ad66

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.4.0
2+
current_version = 3.5.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.5.0
1314
v3.4.0
1415
v3.3.0
1516
v3.2.0
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Version 3.5.0 ( January 2026)
2+
3+
## What's new in 3.5.0
4+
5+
- Tested with the latest MONAI v1.5.1 and Holoscan v3.10 CUDA 12 version, [holoscan-cu12](https://pypi.org/project/holoscan-cu12).
6+
- Updated the compressed DICOM image decoder plugin 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+
- Updated the function to get decode parameters for nvImgCodec to handle YBR to RGB conversion such that the decompressed pixel data matches that from PyDicom's existing plug-ins.
8+
- Udpated the tests and decoding performance measurements and comparison.
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)