Skip to content

Commit 4775ee1

Browse files
committed
v2.0.0 release
1 parent 5a09f94 commit 4775ee1

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGES.rst

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

9+
-----------------
10+
PyRadiomics 2.0.0
11+
-----------------
12+
913
Feature 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

3339
Bug 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

5163
Tests
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

5774
Documentation
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

7293
Examples
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
-----------------
96120
PyRadiomics 1.3.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pyradiomics v1.3.0
1+
# pyradiomics v2.0.0
22

33
## Build Status
44

0 commit comments

Comments
 (0)