Releases: dcmkit/pydcm
Releases · dcmkit/pydcm
pydcm 0.4.5
pip install pydcm==0.4.5
Highlights
- Query/Retrieve compressed-retrieval: C-GET storage-class declaration, WADO-RS
transfer_syntax(incl"*"= stored bytes verbatim), GIL-free native C-GET-to-directory + async WADO retrieve. - Linux wheels now at full macOS feature parity: WSI ICC colour transforms + radiomics mesh-shape.
Wheels: CPython 3.12+ (abi3) — macOS arm64/x86_64, manylinux_2_28 aarch64/x86_64.
Docs: https://dcmkit.github.io/pydcm/
pydcm 0.4.0
pydcm 0.4.0 — the DICOM toolkit for Python.
New in this release:
- render_overlay — render a frame to RGB and burn GSPS / SR / SEG / RTSTRUCT markup onto it (the frame an agent "sees").
- write_rtstruct — author RT Structure Sets (ROI contours over a reference series).
- write_mktract — author Tractography Results (66.6) from track sets, with per-track measurements / statistics.
- validate — the full conformance engine (element-level VR / VM / enumerated values / SpecificCharacterSet / pixel geometry / LUT, plus IOD + SR), alongside the narrower iod_validate.
- DIMSE over TLS — BCP 195 cipher policy + hostname verification, faithful mTLS semantics.
Install: pip install pydcm — docs: https://dcmkit.github.io/pydcm/
pydcm 0.3.0
pydcm 0.3.0 — the complete DICOM toolkit for Python. pip install pydcm==0.3.0 — docs: https://dcmkit.github.io/pydcm/