Skip to content

Commit

Permalink
Merge pull request #4159 from silx-kit/prepare-2.1.1
Browse files Browse the repository at this point in the history
Release: Prepare v2.1.1
  • Loading branch information
woutdenolf authored Aug 14, 2024
2 parents 6b4cfce + c3d4b30 commit 450134d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
-----------------

Expand Down
2 changes: 1 addition & 1 deletion src/silx/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

MAJOR = 2
MINOR = 1
MICRO = 0
MICRO = 1
RELEV = "final" # <16
SERIAL = 0 # <16

Expand Down

0 comments on commit 450134d

Please sign in to comment.