From 2565ec61ae6923650ffb1030517083dc7e007857 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Sun, 12 May 2024 19:35:00 -0400 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c925eeee..69571a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# Upcoming +# Upcoming (v0.6.0) + +### Back-compatibility break + +* Remove support for Python 3.8 [PR #325](https://github.com/catalystneuro/roiextractors/pull/325) ### Features From 6465dc02c3cc207f337d655f18096e63481f96d2 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Sun, 12 May 2024 19:35:13 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69571a0e..3b810c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Fixes -* Remove unecessary scipy import error handling [#315]((https://github.com/catalystneuro/roiextractors/pull/315) +* Remove unecessary scipy import error handling [#315](https://github.com/catalystneuro/roiextractors/pull/315) * Added daily testing workflow and fixed bug with python 3.12 by upgrading scanimage-tiff-reader version: [PR #321](https://github.com/catalystneuro/roiextractors/pull/321)