1.0.0: 2021/12/06
This the first version of silx
supporting PySide6
(for Qt6
) and using pytest
to run the tests.
-
silx view
: -
silx.gui
:-
Added PySide6 support (PR #3486, #3528, #3479, #3542, #3549, #3478, #3481):
-
Removed support of PyQt4 / Pyside (PR #3423, #3424, #3480, #3482)
-
silx.gui.colors
:- Fixed duplicated logs when colormap vmin/vmax are not valid (PR #3471)
-
silx.gui.plot
:-
silx.gui.plot.actions
:-
silx.gui.plot.actions.fit
:- Updated behaviour of fitted item auto update (PR #3532)
-
silx.gui.plot.actions.histogram
: -
silx.gui.plot.CompareImages
:- Fixed
colormap
: avoid forcing vmin and vmax when not in 'HORIZONTAL_LINE' or 'VERTICAL_LINE' mode (PR #3510)
- Fixed
-
silx.gui.plot.items
: -
silx.gui.plot.ImageStack
: -
silx.gui.plot.ImageView
:- Added action to show/hide the side histogram (PR #3488)
- Added 'resetzoom' parameter to 'ImageView.setImage' (PR #3488)
- Added empty array support to 'ImageView.setImage' (PR #3530)
- Added aggregation mode action (PR #3536)
- Added support of RGB and RGBA images (PR #3487)
- Updated 'imageview' example with a '--live' option (PR #3488)
- Fixed profile window, added
setProfileWindowBehavior
method (PR #3457) - Fixed issue with profile window size (PR #3455)
-
silx.gui.plot.PlotWidget
:- Fixed update of
Scatter
item binned statistics visualization (PR #3452) - Fixed OpenGL backend memory leak (PR #3453)
- Enhanced: Optimized scatter when rendered as regular grid with the OpenGL backend (PR #3447)
- Enhanced axis limits management by the OpenGL backend (PR #3504)
- Enhanced control of repaint (PR #3449)
- Fixed update of
-
-
Enhanced text label background rendering with OpenGL backend (PR #3565)
-
silx.gui.plot.PlotWindow
:- Fixed returned action from 'getKeepDataAspectRatioAction' (PR #3500)
-
-
silx.gui.plot3d
:
-
-
-
silx.io
:-
Added read support for FIO files (PR #3539) thanks to tifuchs contribution
-
silx.io.dictdump
: -
silx.io.convert
:- Enhanced
write_to_h5
:infile
parameter can now also be a HDF5 file as input (PR #3511)
- Enhanced
-
silx.io.h5py_utils
: -
silx.io.spech5
: -
silx.io.url
:- Fixed
is_absolute
in the case thefile_path()
returns None (PR #3437)
- Fixed
-
silx.io.utils
:- Added 'silx.io.utils.visitall': provides a visitor of all items including links that works for both
commonh5
andh5py
(PR #3511)
- Added 'silx.io.utils.visitall': provides a visitor of all items including links that works for both
-
-
silx.math
: -
silx.opencl
: -
Miscellaneous:
- Enhanced: Setup the project to use
pytest
(PR #3431, #3516, #3526) - Enhanced: Minor test clean up (PR #3515, #3508)
- Updated project structure: move
silx
sources insrc/silx
(PR #3412) - Fixed 'run_test.py --qt-binding' option (PR #3527)
- Fixed support of numpy 1.21rc1 (PR ##3476)
- Removed
six
dependency (PR #3483)
- Enhanced: Setup the project to use