Skip to content

Commit

Permalink
v3.0.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost van Griethuysen committed Oct 11, 2020
1 parent 943756a commit 08bea70
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/Radiomics/pyradiomics/pull/592>`_)
- Fail initialization of feature extractor when the passed parameter file path
does not point to existing file. (`#587 <https://github.com/Radiomics/pyradiomics/pull/587>`_)
- Fix out-of-range check in GLSZM C calculation.
(`#635 <https://github.com/Radiomics/pyradiomics/pull/635>`_)
- Fix bug in Travis CI testing (MacOS platform).
(`#643 <https://github.com/Radiomics/pyradiomics/pull/643>`_,
`#646 <https://github.com/Radiomics/pyradiomics/pull/646>`_)
- Fix cmake URL and remove python2 support from DockerFiles.
(`#645 <https://github.com/Radiomics/pyradiomics/pull/645>`_)

Examples
########

- Add example settings for forced-2D extraction in MR.
(`#613 <https://github.com/Radiomics/pyradiomics/pull/613>`_,
`#644 <https://github.com/Radiomics/pyradiomics/pull/644>`_)

Documentation
#############

- Fix typos in documentation. (`9d26a6b8 <https://github.com/Radiomics/pyradiomics/commit/9d26a6b8>`_,
`896682d7 <https://github.com/Radiomics/pyradiomics/commit/896682d7>`_,
`e100f1d0 <https://github.com/Radiomics/pyradiomics/commit/e100f1d0>`_,
`#639 <https://github.com/Radiomics/pyradiomics/pull/639>`_)
- Further clarify resampling. (`#599 <https://github.com/Radiomics/pyradiomics/pull/599>`_)

Internal API
############

- Fail gracefully when grayvalues < 1 are encountered in the discretized image.
(`#602 <https://github.com/Radiomics/pyradiomics/pull/602>`_)
- Add optional progress reporting for voxel-based extraction.
(`#636 <https://github.com/Radiomics/pyradiomics/pull/636>`_)

---------------
PyRadiomics 3.0
---------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pyradiomics v3.0
# pyradiomics v3.0.1

## Build Status

Expand Down

0 comments on commit 08bea70

Please sign in to comment.