Skip to content

v2.1.1

Compare
Choose a tag to compare
@JoostJM JoostJM released this 16 Nov 16:23
· 239 commits to master since this release
2.1.1

New Features

  • Implement validation of commandline input. (#433)
  • Implement thread-safe logging for python >= 3.2. (#441, d8db675)

Labs

  • Add script to support extraction of radiomics features directly from DICOM (segmentation should be defined as a DICOM Segmentation object), and saving the result directly as a DICOM Structured Reporting object conforming to TID 1500. The script utilizes external tools for conversion of DICOM image series into volumes (plastimatch and dcm2niix), conversion of DICOM Segmentation segments into volumes (dcmqi), and conversion of pyradiomics output features into DICOM SR (dcmqi). (#434)

Bug Fixes

  • Fix memory error in calculation of GLCM-MCC. (167888b)
  • Fix error in serialization for JSON output. (9d992fe)

Tests

  • Expand testing to include more parts of PyRadiomics. (#410)

Internal API

  • Force cast the mask to an integer datatype on load. (#431)

Dependencies