What's Changed
-
silx view
-
silx.gui
silx.gui.colors
: Add "percentile" mode for autoscaling (PR #4154)silx.gui.data.DataViewer.DataViewer
: Fixed issue with accessing views after using the removeView method. (PR #4131)silx.gui.dialog.ColormapDialog
: Fixed typo in method name getDisplayMode (PR #4142)silx.gui.plot.tools.profile
: Fixed profile error when plot item is None (PR #4196)silx.gui.plot.items
: Fixed Marker.setSymbolSize (PR #4181)silx.gui.plot.ImageStack
: Fixed_urlIndexes
initialization. (PR #4189)silx.gui.plot.tools.profile.manager
: Fixed threaded execution to avoid seg fault with PySide6.7 (PR #4169)silx.gui.plot.PlotWidget.addCurve
: Fixed progression in color, linestyle (PR #4138)silx.gui.plot.PlotWidget
: Fixed support of PySide6 (PR #4136)silx.gui.widgets.FrameBrowser
: Added a play button toHorizontalSliderWithBrowser
(PR #4176)
-
silx.io
silx.io.fioh5
: Added tests for NaN and in file (PR #4179)silx.io.fioh5
: Improved handling of missing data entries (PR #4156)silx.io.h5py_utils
: Fixed support of libhdf5 v1.14.4 (PR #4177)silx.io.h5py_utils
: Addedis_h5py_exception
andretry_h5py_error
(PR #4200)silx.io.specfile
: FixedSpecFile
deallocation issue (PR #4129)silx.ui.specfile
: Fixed by using int instead of long in cython code (PR #4195)silx.io.url
: Added HSDS URL support (PR #4119)silx.io.utils
: Removedprint
statement (PR #4192)
-
silx.math.fit.peaks
: Fixed-Wuse-after-free
warning (PR #4147) -
silx.opencl
-
silx.utils
-
Documentation
-
Dependencies
-
Tests
- Improved tests by converting warnings to errors (PR #4113)
-
Continuous Integration
- Added build and deployment of Windows installer to the release workflow (PR #4122)
- Added tests and wheel generation for Python 3.13 (PR #4201)
- Removed appveyor (PR #4171)
- Enabled OpenCL tests on Linux and OpenGL tests on Windows (PR #4172)
- Fixed issues and updated CI configuration (PR #4126, #4149, #4164, #4126)
New Contributors
- @felix-engelmann made their first contribution in #4119
- @malte-storm made their first contribution in #4131
- @RebeloAlexis made their first contribution in #4132
- @EdgarGF93 made their first contribution in #4138
- @clemisch made their first contribution in #4154
Full Changelog: v2.1.2...v2.2.0