Skip to content

Commit 1e6e3cb

Browse files
authored
Merge pull request #3409 from t20100/prepare-0.15
self-merging to tag version
2 parents 27644b4 + 4ebe492 commit 1e6e3cb

File tree

2 files changed

+67
-2
lines changed

2 files changed

+67
-2
lines changed

CHANGELOG.rst

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,71 @@
11
Change Log
22
==========
33

4+
0.15.0rc1: 2021/03/09
5+
---------------------
6+
7+
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.
8+
9+
* `silx view`:
10+
11+
* Fixed zoom reseting when scrolling a NXdata 3D stack (PR #3351)
12+
13+
* `silx.io`:
14+
15+
* Added `h5py_utils` helper module for concurrent HDF5 reading and writing without SWMR (PR #3368)
16+
* Enhanced `dictdump` module functions regarding overwriting existing files (PR #3376)
17+
18+
* `silx.gui`:
19+
20+
* Added scale to visible or selected area buttons options to `silx.gui.dialog.ColormapDialog` (PR #3365)
21+
* Fixed and enhanced`silx.gui.utils.glutils.isOpenGLAvailable` (PR #3356, #3385)
22+
* Fixed `silx.gui.widgets.FlowLayout` (PR #3389)
23+
24+
* `silx.gui.plot`:
25+
26+
* Added mask support to Image items and use it in plot tools (histogram, profile, colormap) (PR #3369, #3381)
27+
* Added `ImageStack` methods to configure automatic reset zoom (PR #3373)
28+
* Added some statistic indicators in `PixelIntensitiesHistoAction` action (PR #3391)
29+
* Enhanced `silx.gui.plot.ImageView` integration of ROI profiles in side plots (PR #3380)
30+
* Enhanced `PositionInfo`: snapping to histogram (PR #3405) and information labels layout (PR #3399)
31+
* Fixed `LegendSelector` blinking when updated (PR #3346)
32+
* Fixed profile tool issue when closing profile window after attaced PlotWidget (PR #3375)
33+
* Fixed histogram action (PR #3396)
34+
* Fixed support of histogram plot items in `stats` module (PR #3398, #3407)
35+
* Fixed `ColorBar` when deleting attached PlotWidget (PR #3403)
36+
37+
* `silx.gui.plot.PlotWidget`:
38+
39+
* Added `getValueData` method to image items (PR #3378)
40+
* Added `discardItem` method (PR #3400)
41+
* Added unified `selection()` handler compatible with active item management (PR #3401)
42+
* Fixed `addCurve` documentation (PR #3371)
43+
* Fixed complex image first displayed mode (PR #3364)
44+
* Fixed curve and scatter items support of complex data input (PR #3384)
45+
* Fixed histogram picking (PR #3405)
46+
47+
* `silx.gui.plot3d`:
48+
49+
* Added `HeightMapData` and `HeightMapRGBA` items (PR #3386, #3397)
50+
* Fixed support for RGB colored points in internal scene graph (PR #3374)
51+
52+
* `silx.image`:
53+
54+
* Added mask support to `bilinear` interpolator (PR #3286)
55+
56+
* `silx.opencl`:
57+
58+
* Added print statics of OpenCL kernel execution time (PR #3395)
59+
60+
* Miscellaneous:
61+
62+
* Removed debian 9 packaging (PR #3383)
63+
* Enhanced test functions: `silx.test.run_tests` (PR #3331), `silx.utils.testutils.TestLogging` (PR #3393)
64+
* Continuous integration: Added github actions and removed travis-ci (PR #3353, #3359), fixed (PR #3361, #3366)
65+
* Updated documentation (PR #3383, #3387, #3408)
66+
* Fixed debian packaging (PR #3362)
67+
68+
469
0.14.0: 2020/12/11
570
------------------
671

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
MAJOR = 0
7474
MINOR = 15
7575
MICRO = 0
76-
RELEV = "dev" # <16
77-
SERIAL = 0 # <16
76+
RELEV = "candidate" # <16
77+
SERIAL = 1 # <16
7878

7979
date = __date__
8080

0 commit comments

Comments
 (0)