Skip to content

Commit

Permalink
Merge pull request #3409 from t20100/prepare-0.15
Browse files Browse the repository at this point in the history
self-merging to tag version
  • Loading branch information
t20100 authored Mar 9, 2021
2 parents 27644b4 + 4ebe492 commit 1e6e3cb
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 2 deletions.
65 changes: 65 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,71 @@
Change Log
==========

0.15.0rc1: 2021/03/09
---------------------

Main new features are the `silx.io.h5py_utils` module which provides `h5py` concurrency helpers and image mask support by `silx.gui.plot.PlotWidget`'s tools.

* `silx view`:

* Fixed zoom reseting when scrolling a NXdata 3D stack (PR #3351)

* `silx.io`:

* Added `h5py_utils` helper module for concurrent HDF5 reading and writing without SWMR (PR #3368)
* Enhanced `dictdump` module functions regarding overwriting existing files (PR #3376)

* `silx.gui`:

* Added scale to visible or selected area buttons options to `silx.gui.dialog.ColormapDialog` (PR #3365)
* Fixed and enhanced`silx.gui.utils.glutils.isOpenGLAvailable` (PR #3356, #3385)
* Fixed `silx.gui.widgets.FlowLayout` (PR #3389)

* `silx.gui.plot`:

* Added mask support to Image items and use it in plot tools (histogram, profile, colormap) (PR #3369, #3381)
* Added `ImageStack` methods to configure automatic reset zoom (PR #3373)
* Added some statistic indicators in `PixelIntensitiesHistoAction` action (PR #3391)
* Enhanced `silx.gui.plot.ImageView` integration of ROI profiles in side plots (PR #3380)
* Enhanced `PositionInfo`: snapping to histogram (PR #3405) and information labels layout (PR #3399)
* Fixed `LegendSelector` blinking when updated (PR #3346)
* Fixed profile tool issue when closing profile window after attaced PlotWidget (PR #3375)
* Fixed histogram action (PR #3396)
* Fixed support of histogram plot items in `stats` module (PR #3398, #3407)
* Fixed `ColorBar` when deleting attached PlotWidget (PR #3403)

* `silx.gui.plot.PlotWidget`:

* Added `getValueData` method to image items (PR #3378)
* Added `discardItem` method (PR #3400)
* Added unified `selection()` handler compatible with active item management (PR #3401)
* Fixed `addCurve` documentation (PR #3371)
* Fixed complex image first displayed mode (PR #3364)
* Fixed curve and scatter items support of complex data input (PR #3384)
* Fixed histogram picking (PR #3405)

* `silx.gui.plot3d`:

* Added `HeightMapData` and `HeightMapRGBA` items (PR #3386, #3397)
* Fixed support for RGB colored points in internal scene graph (PR #3374)

* `silx.image`:

* Added mask support to `bilinear` interpolator (PR #3286)

* `silx.opencl`:

* Added print statics of OpenCL kernel execution time (PR #3395)

* Miscellaneous:

* Removed debian 9 packaging (PR #3383)
* Enhanced test functions: `silx.test.run_tests` (PR #3331), `silx.utils.testutils.TestLogging` (PR #3393)
* Continuous integration: Added github actions and removed travis-ci (PR #3353, #3359), fixed (PR #3361, #3366)
* Updated documentation (PR #3383, #3387, #3408)
* Fixed debian packaging (PR #3362)


0.14.0: 2020/12/11
------------------

Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
MAJOR = 0
MINOR = 15
MICRO = 0
RELEV = "dev" # <16
SERIAL = 0 # <16
RELEV = "candidate" # <16
SERIAL = 1 # <16

date = __date__

Expand Down

0 comments on commit 1e6e3cb

Please sign in to comment.