@@ -6,6 +6,49 @@ Release Notes
6
6
Next Release
7
7
------------
8
8
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
+
9
52
---------------
10
53
PyRadiomics 3.0
11
54
---------------
0 commit comments