Skip to content

Commit 08bea70

Browse files
author
Joost van Griethuysen
committed
v3.0.1 Release
1 parent 943756a commit 08bea70

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGES.rst

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,49 @@ Release Notes
66
Next Release
77
------------
88

9+
-----------------
10+
PyRadiomics 3.0.1
11+
-----------------
12+
13+
Bug Fixes
14+
#########
15+
16+
- Fix bug causing ``IndexError`` when no gray levels are 'empty'.
17+
(`#592 <https://github.com/Radiomics/pyradiomics/pull/592>`_)
18+
- Fail initialization of feature extractor when the passed parameter file path
19+
does not point to existing file. (`#587 <https://github.com/Radiomics/pyradiomics/pull/587>`_)
20+
- Fix out-of-range check in GLSZM C calculation.
21+
(`#635 <https://github.com/Radiomics/pyradiomics/pull/635>`_)
22+
- Fix bug in Travis CI testing (MacOS platform).
23+
(`#643 <https://github.com/Radiomics/pyradiomics/pull/643>`_,
24+
`#646 <https://github.com/Radiomics/pyradiomics/pull/646>`_)
25+
- Fix cmake URL and remove python2 support from DockerFiles.
26+
(`#645 <https://github.com/Radiomics/pyradiomics/pull/645>`_)
27+
28+
Examples
29+
########
30+
31+
- Add example settings for forced-2D extraction in MR.
32+
(`#613 <https://github.com/Radiomics/pyradiomics/pull/613>`_,
33+
`#644 <https://github.com/Radiomics/pyradiomics/pull/644>`_)
34+
35+
Documentation
36+
#############
37+
38+
- Fix typos in documentation. (`9d26a6b8 <https://github.com/Radiomics/pyradiomics/commit/9d26a6b8>`_,
39+
`896682d7 <https://github.com/Radiomics/pyradiomics/commit/896682d7>`_,
40+
`e100f1d0 <https://github.com/Radiomics/pyradiomics/commit/e100f1d0>`_,
41+
`#639 <https://github.com/Radiomics/pyradiomics/pull/639>`_)
42+
- Further clarify resampling. (`#599 <https://github.com/Radiomics/pyradiomics/pull/599>`_)
43+
44+
Internal API
45+
############
46+
47+
- Fail gracefully when grayvalues < 1 are encountered in the discretized image.
48+
(`#602 <https://github.com/Radiomics/pyradiomics/pull/602>`_)
49+
- Add optional progress reporting for voxel-based extraction.
50+
(`#636 <https://github.com/Radiomics/pyradiomics/pull/636>`_)
51+
952
---------------
1053
PyRadiomics 3.0
1154
---------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pyradiomics v3.0
1+
# pyradiomics v3.0.1
22

33
## Build Status
44

0 commit comments

Comments
 (0)