File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
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
+
4
18
2.1.0: 2024/04/19
5
19
-----------------
6
20
Original file line number Diff line number Diff line change 69
69
70
70
MAJOR = 2
71
71
MINOR = 1
72
- MICRO = 0
72
+ MICRO = 1
73
73
RELEV = "final" # <16
74
74
SERIAL = 0 # <16
75
75
You can’t perform that action at this time.
0 commit comments