You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Fix PyWavelets version to > 0.4.0, <= 1.0.0, due to compilation issue in SlicerRadiomics. (c828b99, SlicerRadiomics#50)