2.1.0: 2024/04/19
This version of silx
supports Python 3.8 to 3.12.
This is the first version of silx
supporting numpy
v2.
What's Changed...
-
silx.image.marchingsquare
: Fixed cython code generation warning (PR #4110) -
silx.io
: -
silx.gui
:silx.gui.data.RecordTableView
: Fixed cell background color in dark mode (PR #4094)silx.gui.plot.PlotWidget
: Fixed support of negative error values for curves and scatter plot (PR #4079)silx.gui.widgets.LegendIconWidget
: Fixed logging: removingprint
(PR #4064)silx.gui.widgets.ElidedLabel
: Fixed deprecation warning with Qt5>=5.11 (PR #4091)
-
silx.math.marchingcubes
: Fixed compilation warnings (PR #4065) -
silx.opencl.common
: Changedocl
object for lazy initialization of OpenCL devices (PR #4093) -
silx.resources
: Changed dependency from deprecatedpkg_resources
toimportlib_resources
for Python<3.9 (PR #4078) -
Dependencies
-
Documentation:
-
Continuous integration:
-
Build: Fixed Debian12 packaging by removing build of documentation (PR #4068)
New Contributors
- @cchndl made their first contribution in #4094
- @ChannyClaus made their first contribution in #4107
Full Changelog: v2.0.1...v2.1.0