-
silx view: -
silx.gui.colors: Addedtwilightandtwilight_shiftedcolormaps from matplotlib (Issue #2227) -
silx.gui.data:- Added support of asinh axis scale (PR #4682)
DataViews: Added the possibility to change the X axis when viewing NXdata as curves and added support for auxiliary signal errors (Issue #4428)NXdataWidgets: Deprecated import ofArrayCurvePlotfrom this module. It should be imported fromsilx.gui.data.ArrayCurvePlot.
-
silx.gui.dialog.AbstractDataFileDialog: Fixed models not being released (deleteLater) (pyFAI Issue #2422) -
silx.gui.hdf5.Hdf5TreeModel: Fixed segfault ondestroyedsignal for Python >= 3.13 (PR #4616) -
silx.gui.icons: Improved silx icons to support dark color theme (Issue #4486) -
silx.gui.plot:-
Fixed axis scales (PR #4643)
-
Fixed
PlotWidgetuser interaction and limits for asinh scaled axes (Issue #4233) -
Fixed support of matplotlib 3.11.1 (also affects
silx.gui.plot3d) (PR #4677) -
ImageStack:- Fixed call to
setNPrefetch(PR #4640)
- Fixed call to
-
ImageView:- Fixed histograms not being cleared when the image is cleared (PR #4634)
-
MaskTools:- Added signals when the mask file is loaded and saved (Issue #649)
-
PlotWidget:- Added
asinhscale for axes, including OpenGL backend support (Issue #4233) - Added directive zoom with ALT and SHIFT shortcuts, like h5web (PR #4631)
- Deprecated
histogramargument ofaddCurvein favor of new arguments onaddHistogram(PR #4669) - Fixed zoom reset for curves/scatters to take the visible data in the X-range into account (Issue #179)
- Fixed matplotlib backend wheel support (PR #4686)
- Added
-
StackView:- Deprecated
getStackandgetCurrentView(Issue #627)
- Deprecated
-
actions.io:- Added an option to save a plot with the colorbar (Issue #4231)
-
backends.BackendMatplotlib:- Fixed aspect ratio handling (Issue #4588)
-
glutils.GLPlotFrame:- Deprecated
PlotAxis.
- Deprecated
-
items.Axis:- Changed: now raises
ValueErrorif the scale is invalid (PR #4684)
- Changed: now raises
-
tools.profile:
-
-
silx.gui.plot3d: Changed: symbol sizes now scale with array sizes (PR #4539) -
silx.gui.widgets.ThreadPoolPushButton: Fixed exception raised while closing the application (Issue #647) -
silx.io.nxdata: -
silx.math.fit.FitManager: Changed: uncertainty now triggers the use of weighted fit (Issue #4590) -
silx.opencl.codec: -
silx.opencl.common: Fixedget_platform()andget_device()to allow 0 (PR #4687) -
silx.utils.files: Added helperincrease_opened_files_limit(only works on Unix-like systems) (Issue #4608)