Skip to content

v3.0.1

Compare
Choose a tag to compare
@JoostJM JoostJM released this 11 Oct 10:26
· 76 commits to master since this release
v3.0.1

Bug Fixes

  • Fix bug causing IndexError when no gray levels are 'empty'. (#592)
  • Fail initialization of feature extractor when the passed parameter file path
    does not point to existing file. (#587)
  • Fix out-of-range check in GLSZM C calculation. (#635)
  • Fix bug in Travis CI testing (MacOS platform). (#643, #646)
  • Fix cmake URL and remove python2 support from DockerFiles. (#645)

Examples

  • Add example settings for forced-2D extraction in MR. (#613, #644)

Documentation

Internal API

  • Fail gracefully when grayvalues < 1 are encountered in the discretized image. (#602)
  • Add optional progress reporting for voxel-based extraction. (#636)