From 2feb883b4ff614ca78e4a79924a3e6d49f538cd5 Mon Sep 17 00:00:00 2001 From: rspwarnaarUT Date: Thu, 12 Dec 2024 11:17:39 +0100 Subject: [PATCH] Update CHANGELOG for releases 1.0.1 and 1.0.2, fixing config generation issues and updating repo URL --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8a14ed..2f36403e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -324,3 +324,13 @@ - --> legacy.calc_closed_sampent - --> legacy.calc_open_sampent - --> legacy.entropy_maker + +## Release 1.0.1 +* Patch + - Fix: config file generation from template showed unexpected behaviour in overwriting existing config files and failing when not_pushed did not exist. + - postprocessing.features methods time_to_peak and pseudo_slope methods smoothed by default. Changed to smoothing on smooth=True + - Add subpackages and modules to init files for smoother imports + +## Release 1.0.2 +* Patch + - Move ReSurfEMG repo from https://github.com/ReSurfEMG/ReSurfEMG/ to https://github.com/resurfemg-org/ReSurfEMG/