From d8507c1834430eae1baa4a087c0337b4055b1168 Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Tue, 13 Aug 2024 18:34:06 +0200 Subject: [PATCH 1/2] update changelog: cherry-pick bug fixes after v2.1.0 --- CHANGELOG.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 536ccdbbb2..87399e4454 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,20 @@ Release Notes ============= +2.1.1: 2024/08/13 +----------------- + +* Bug fixes + + * `silx.io.specfile`: Fixed `SpecFile` deallocation issue (PR #4129) + * `silx.gui.data.DataViewer.DataViewer`: Fixed issue with accessing views after using the removeView method (PR #4131) + * `silx.opencl.convolution`: Fixed separable convolution on CPU that crashed in some cases by (PR #4150) + * `silx.util.retry`: Fixed resetting the timeout timer when iterating (PR #4157) + +* Dependencies + + * Removed numpy from build dependency (PR #4114) + 2.1.0: 2024/04/19 ----------------- From c3d4b303bfb8970dd6000121350b269174ef7379 Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Tue, 13 Aug 2024 18:34:58 +0200 Subject: [PATCH 2/2] Bump to v2.1.1 --- src/silx/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/silx/_version.py b/src/silx/_version.py index 9fb5cf30bc..55cbc824d1 100644 --- a/src/silx/_version.py +++ b/src/silx/_version.py @@ -69,7 +69,7 @@ MAJOR = 2 MINOR = 1 -MICRO = 0 +MICRO = 1 RELEV = "final" # <16 SERIAL = 0 # <16