From 33f440bce376f8b9aacebe1733a9bd587f2a9ddb Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Sun, 28 Feb 2021 09:24:49 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c5eb39..f14d73ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ -# 0.5.0 (planned) +# 0.x.0 (planned) ### New - Experimental use of the bioformats importer for the Viewer. - Export lite versions of projects for easier sharing. +# 0.5.0 + +### Modified +- `PeakFeatures` node will provide warnings instead of exceptions when there are issues w.r.t. a specific peak, such as missing bases or index errors. The offending peaks are ignored, and the the user is provided with information that they can use to check the offending peaks. + +### Fixed +- Windows multiprocess fork issues with CNMF runner modules. +- Use `sklearn~=0.23.1` due to tslearn compatibility +- Use `psutil` v5.8 instead of v5.7 due to issues on the latest version of mac os +- Davies-Bouldin function fixed + # 0.4.1 ### Fixed