Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@JoostJM JoostJM released this 17 May 11:24
· 2 commits to master since this release
v3.1.0

Bug Fixes

  • Fix bug to allow a full-mask. (#660)
  • Fix label assignment in batch-processing example. (#756)
  • Fix bug in label_channel selection for voxel-based extraction. (54a3782)
  • Force label and label_channel datatype to int. (efb9756)

Testing / Continuous Integration

  • Remove Python < 3.7 support, update support to Python versions 3.7, 3.8 and 3.9. (#825)
  • Switch to pytest instead of nose and nose parameterized. (#825)
  • Move MacOS CI to CircleCI, remove TravisCI. (#825)

Documentation

  • Update community link. (038f8a8)
  • Update usage.rst to reflect new notebooks folder location. (#734)
  • Update ReadMe to reflect updated CI. (0c53d1d)
  • Refactor project description to rely mainly on pyproject.toml and setup.cfg. (c341b31)
  • Fix typos

Labs

  • Expose mask correction and geometry tolerance settings in pyradiomics-dcm CLI. (#724)