@@ -6,6 +6,10 @@ Release Notes
66Next Release
77------------
88
9+ -----------------
10+ PyRadiomics 2.0.0
11+ -----------------
12+
913Feature Calculation Changes
1014###########################
1115
@@ -29,6 +33,8 @@ New Features
2933 (`#334 <https://github.com/Radiomics/pyradiomics/pull/334 >`_)
3034- Add Gradient Magnitude Filter. (`#356 <https://github.com/Radiomics/pyradiomics/pull/356 >`_)
3135- Add Local Binary Pattern Filter (2D/3D). (`#357 <https://github.com/Radiomics/pyradiomics/pull/357 >`_)
36+ - Add support for Gray Value discretization using a fixed bin count.
37+ (`#386 <https://github.com/Radiomics/pyradiomics/pull/386 >`_)
3238
3339Bug fixes
3440#########
@@ -47,12 +53,23 @@ Bug fixes
4753 (`#355 <https://github.com/Radiomics/pyradiomics/pull/355 >`_)
4854- Update validation rule for image filters (remove hardcoded filters by package-detected filters).
4955 (`#364 <https://github.com/Radiomics/pyradiomics/pull/364 >`_)
56+ - Add missing requirements for LBP filters in the dockerfile.
57+ (`#389 <https://github.com/Radiomics/pyradiomics/pull/389 >`_)
58+ - Fix deprecation error in feature extractor. (`da1fc16 <https://github.com/Radiomics/pyradiomics/commit/da1fc16 >`_)
59+ - Fix axis definition in wavelet. (`4027a52 <https://github.com/Radiomics/pyradiomics/commit/4027a52 >`_)
60+ - Fix erroneous double return of wavelet approximation.
61+ (`c8ceee2 <https://github.com/Radiomics/pyradiomics/commit/c8ceee2 >`_)
5062
5163Tests
5264#####
5365
5466- Improve testing badge layout. (`#312 <https://github.com/Radiomics/pyradiomics/pull/312 >`_)
5567- Remove unused testing configuration files. (`#313 <https://github.com/Radiomics/pyradiomics/pull/313 >`_)
68+ - Add testing for wavelet output. (`#387 <https://github.com/Radiomics/pyradiomics/pull/387 >`_)
69+ - Integrate publication to PyPi into the Continuous Integration, revise the CI workflow to test
70+ python 2.7, 3.4, 3.5 and 3.6 for all 3 platforms (Windows, Mac and Linux).
71+ **N.B. This makes PyRadiomics installable via pip **
72+ (`#394 <https://github.com/Radiomics/pyradiomics/pull/394 >`_)
5673
5774Documentation
5875#############
@@ -68,6 +85,10 @@ Documentation
6885 (`#342 <https://github.com/Radiomics/pyradiomics/pull/342 >`_)
6986- Add documentation for the calculation of Laplacian of Gaussian.
7087 (`#345 <https://github.com/Radiomics/pyradiomics/pull/345 >`_)
88+ - Add refrences for the newly implemented filters
89+ (`4464d1c <https://github.com/Radiomics/pyradiomics/commit/4464d1c >`_)
90+ - Fix an error in the firstorder-Uniformity documentation.
91+ (`da7321d <https://github.com/Radiomics/pyradiomics/commit/da7321d >`_)
7192
7293Examples
7394########
@@ -91,6 +112,9 @@ Internal API
91112- Reconfigur testing to allow the removal of testcases from the repository itself (still available as binary data
92113 attached to release 1.0.0) and store the baseline in a different format (allowing for easier change-tracking)
93114 (`#353 <https://github.com/Radiomics/pyradiomics/pull/353 >`_)
115+ - Add a check for number of bins generated (preventing construction of too large matrices in C)
116+ (`#391 <https://github.com/Radiomics/pyradiomics/pull/391 >`_,
117+ `#393 <https://github.com/Radiomics/pyradiomics/pull/393 >`_)
94118
95119-----------------
96120PyRadiomics 1.3.0
0 commit comments