Skip to content

Commit

Permalink
Merge pull request #3465 from t20100/prepare-0.15.1
Browse files Browse the repository at this point in the history
Prepare release 0.15.1
  • Loading branch information
vasole authored May 17, 2021
2 parents 0d783e2 + b5c4e89 commit 042b388
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
------------------

Expand Down Expand Up @@ -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
------------------

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

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

Expand Down

0 comments on commit 042b388

Please sign in to comment.