From bbf823824eb327e3264bd4310894d3a00c0fd11d Mon Sep 17 00:00:00 2001 From: Joost van Griethuysen Date: Wed, 29 Aug 2018 10:20:28 +0200 Subject: [PATCH] v2.0.1 Release Update changelist and documentation. --- CHANGES.rst | 39 +++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6398a9e1..d5b6bdcd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,45 @@ Release Notes Next Release ------------ +----------------- +PyRadiomics 2.0.1 +----------------- + +New Features +############ + +- Add Center of Mass to general info output. (`#416 `_) + +Bug fixes +######### + +- Fix invocation of numpy.histogram when using a fixed bin count. + (`2a9fd79 `_) +- Fix assignment of x and y pixelspacing in shape (no changes in results). + (`#404 `_) +- Fix generation of approximation name (LLL or LL) in wavelet. + (`#405 `_) +- Add missing requirements for new filters in Docker CLI file. + (`#409 `_) +- Fix memory leak in C extensions. (`#419 `_) +- Fix Label column parsing in batch processing. (`217a840 `_) + +Documentation +############# + +- Fix math rendering in GLCM. (`c6a1f21 `_) +- Add reference to GLDM feature class. (`9f9361a `_) +- Correct typo in IMC1 and 2 formulas. (`4ba909a `_) +- Update warning message in ROI check. (`1f16b9e `_) +- Update usage section in documentation on command line usage. + (`fe0e2c3 `_) + +Internal API +############ + +- Simplify calculation of various GLCM features (no changes in results). + (`#407 `_) + ----------------- PyRadiomics 2.0.0 ----------------- diff --git a/README.md b/README.md index b1281f34..24532000 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pyradiomics v2.0.0 +# pyradiomics v2.0.1 ## Build Status