v0.8.0 #595
Enet4
announced in
Announcements
v0.8.0
#595
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
DICOM-rs 0.8.0
This is a major release of DICOM-rs, boasting an ample collection of new capabilities. Highlights are async support for network applications (via Tokio), and support for a bunch of new transfer syntaxes, including the brand new one for JPEG XL!
Images in JPEG-LS, High Throughput JPEG 2000 (HTJ2K), and JPEG XL can now be decoded, and pixel data can be encoded to JPEG-LS and JPEG XL Lossless.
Changes
dicom_ul
, with application in toolsdicom-storescu
anddicom-storescp
. (ENH: Add POC async implementation, example using storescp #542 @naterichman)New
FileDicomObject::update_meta
(Update meta information group length in dicom-transcode + add FileDicomObject::update_meta #572)--encapsulate
option to encase a file in a DICOM object without converting it to native pixel data ([fromimage] Add --encapsulate option #579)Fixes
decode_pixel_data
in GDCM integration (Fixes discrepancy between multi and single frame decode_pixel_data #562 @thomas-tribus)dicom-transcode
output (Update meta information group length in dicom-transcode + add FileDicomObject::update_meta #572)dicom_ul::get_client_pdu
(Fix issues arounddicom_ul::get_client_pdu
#590)dicom_ul::get_client_pdu
#590)Enhancements
Miscellaneous
dicom_ul
#592)📦 Updated crates
dicom-core
0.8.0dicom-dictionary-std
0.8.0dicom-encoding
0.8.0dicom-parser
0.8.0dicom-transfer-syntax-registry
0.8.0dicom-ul
0.8.0dicom-scpproxy
0.8.0dicom-object
0.8.0dicom-json
0.8.0dicom-dump
0.8.0dicom-pixeldata
0.8.0dicom-echoscu
0.8.0dicom-storescu
0.8.0dicom-storescp
0.8.0dicom-findscu
0.8.0dicom-toimage
0.8.0dicom-fromimage
0.8.0dicom-dictionary-builder
0.8.0dicom
0.8.0🙏 Thanks
A word of thanks to the new DICOM-rs contributors @DimitriPapadopoulos and @abustany.
And one more word of thanks to veteran contributors @naterichman for bringing async network support to the ecosystem, and @dougyau for the integration with CharLS, which enabled JPEG-LS support.
Full Changelog: v0.7.1...v0.8.0
This discussion was created from the release v0.8.0.
Beta Was this translation helpful? Give feedback.
All reactions