Skip to content

Commit 450134d

Browse files
authored
Merge pull request #4159 from silx-kit/prepare-2.1.1
Release: Prepare v2.1.1
2 parents 6b4cfce + c3d4b30 commit 450134d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Release Notes
22
=============
33

4+
2.1.1: 2024/08/13
5+
-----------------
6+
7+
* Bug fixes
8+
9+
* `silx.io.specfile`: Fixed `SpecFile` deallocation issue (PR #4129)
10+
* `silx.gui.data.DataViewer.DataViewer`: Fixed issue with accessing views after using the removeView method (PR #4131)
11+
* `silx.opencl.convolution`: Fixed separable convolution on CPU that crashed in some cases by (PR #4150)
12+
* `silx.util.retry`: Fixed resetting the timeout timer when iterating (PR #4157)
13+
14+
* Dependencies
15+
16+
* Removed numpy from build dependency (PR #4114)
17+
418
2.1.0: 2024/04/19
519
-----------------
620

src/silx/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
MAJOR = 2
7171
MINOR = 1
72-
MICRO = 0
72+
MICRO = 1
7373
RELEV = "final" # <16
7474
SERIAL = 0 # <16
7575

0 commit comments

Comments
 (0)