Skip to content

v3.0

Compare
Choose a tag to compare
@JoostJM JoostJM released this 11 Oct 10:31
· 94 commits to master since this release
v3.0
ae1e14c

Note!

In this release, the main interface class, RadiomicsFeaturesExtractor(), was renamed to RadiomicsFeatureExtractor() (no 's' between 'Feature' and 'Extractor'). This was done to avoid confusion between the module and class name. (#481 )

Bug Fixes

  • Fix broken Conda deployment (51c5849)
  • Fix error in IBSI mapping (labs/pyradiomics-dcm) (54d6689)
  • Fix resampling error when spacing is correct, but sizes are different (ac7458e)
  • Fix label channel selection (54a3782)
  • Use local scope of settings, preventing race conditions in parallel extraction (43578f7)
  • Fix resampling for 2D input (#545)

Internal API

  • Update C API to use large datatype for index pointers (#500, #501)
  • Update docker CLI to use python 3.6.9 and fix bugs to allow integration with pyradiomics-dcm lab (#527)
  • Add option to force path to UNIX style paths, even on windows (3c0708a)
  • Removed deprecated code (fedaa5e)

Testing

  • Remove testing and deployment for python 2.7 (a5a7e61)

Documentation

  • Refactor documentation (#536)
  • Fix various typos/wording
  • Clarify use of force2D, and add example settings file (#558)