From 2e60df1a6384bbf09e57f85d86d9928ecc4e5cec Mon Sep 17 00:00:00 2001 From: Joost van Griethuysen Date: Fri, 16 Nov 2018 16:50:08 +0100 Subject: [PATCH] v2.1.1 Release --- CHANGES.rst | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c9cd3970..1bd8432d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,46 @@ Release Notes Next Release ------------ +----------------- +PyRadiomics 2.1.1 +----------------- + +New Features +############ + +- Implement validation of commandline input. (`#433 `_) +- Implement thread-safe logging for python >= 3.2 (`#441 `_, + `d8db675 `_) + +Labs +#### + +- Add script for using PyRadiomics with DICOM input and output. + (`#437 `_) + +Bug Fixes +######### + +- Fix memory error in calculation of GLCM-MCC. (`167888b `_) +- Fix error in serialization for JSON output. (`9d992fe `_) + +Tests +##### + +- Expand testing to include more parts of PyRadiomics. (`#410 `_) + +Internal API +############ + +- Force cast the mask to an integer datatype on load. (`#431 `_) + +Dependencies +############ + +- Fix PyWavelets version to > 0.4.0, <= 1.0.0, due to compilation issue in SlicerRadiomics. + (`c828b99 `_, + `SlicerRadiomics#50 `_) + ----------------- PyRadiomics 2.1.0 -----------------