From d9eda35a0dded000efd387f308a884020cda1b5a Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Mon, 17 May 2021 10:24:10 +0200 Subject: [PATCH 1/2] update changelog --- CHANGELOG.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 402c58a805..dff14da924 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,18 @@ Change Log ========== +0.15.1: 2021/05/17 +------------------ + +Minor release: + +* silx.gui.plot.PlotWidget: Fixed `PlotWidget` OpenGL backend memory leak (PR #3448) +* silx.gui.plot.ImageView: + + * Fixed profile window default behavior (PR #3458) + * Added `setProfileWindowBehavior` method (PR #3458) + + 0.15.0: 2021/03/18 ------------------ @@ -70,6 +82,16 @@ Main new features are the `silx.io.h5py_utils` module which provides `h5py` conc * Fixed debian packaging (PR #3362) * Fixed `silx test` application on Windows (PR #3411) + +0.14.1: 2021/04/30 +------------------ + +This is a bug-fix version of silx. + +* silx.gui.plot: Fixed `PlotWidget` OpenGL backend memory leak (PR #3445) +* silx.gui.utils.glutils: Fixed `isOpenGLAvailable` (PR #3356) + + 0.14.0: 2020/12/11 ------------------ From b5c4e898c3359725010b89991012ce31c5f39d94 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Mon, 17 May 2021 10:24:21 +0200 Subject: [PATCH 2/2] bump to 0.15.1 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index d046ea8295..fb683ccb93 100644 --- a/version.py +++ b/version.py @@ -72,7 +72,7 @@ MAJOR = 0 MINOR = 15 -MICRO = 0 +MICRO = 1 RELEV = "final" # <16 SERIAL = 0 # <16