From b0148460b17818f8ec4ede05ff3f7af4d3e465a3 Mon Sep 17 00:00:00 2001 From: Stefano Moia Date: Thu, 4 May 2023 13:29:28 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a84777a49..e32db895d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# 2.10.0 (Thu May 04 2023) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Basile ([@bpinsard](https://github.com/bpinsard)), for all your work! + +#### 🚀 Enhancement + +- Improve performance by using numpy for trigger detection and closing matplotlib figures to avoid memleaks. [#448](https://github.com/physiopy/phys2bids/pull/448) ([@bpinsard](https://github.com/bpinsard)) + +#### 🏠 Internal + +- [pre-commit.ci] pre-commit autoupdate [#446](https://github.com/physiopy/phys2bids/pull/446) ([@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot])) + +#### Authors: 2 + +- [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- Basile ([@bpinsard](https://github.com/bpinsard)) + +--- + # 2.9.0 (Thu Apr 27 2023) :tada: This release contains work from a new contributor! :tada: