diff --git a/CHANGES.rst b/CHANGES.rst index 3a9c9ed9..4d649061 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,49 @@ Release Notes Next Release ------------ +----------------- +PyRadiomics 3.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 +############# + +- Fix typos in documentation. (`9d26a6b8 `_, + `896682d7 `_, + `e100f1d0 `_, + `#639 `_) +- Further clarify resampling. (`#599 `_) + +Internal API +############ + +- Fail gracefully when grayvalues < 1 are encountered in the discretized image. + (`#602 `_) +- Add optional progress reporting for voxel-based extraction. + (`#636 `_) + --------------- PyRadiomics 3.0 --------------- diff --git a/README.md b/README.md index 1b9b7327..6d116d78 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pyradiomics v3.0 +# pyradiomics v3.0.1 ## Build Status