silx
silx copied to clipboard
silx toolkit
The base class of GroupDialog and DatasetDialog has a [getSelectedDataUrl](https://github.com/silx-kit/silx/blob/f97ae17426554e370d5d934db7c7933f8f4be046/src/silx/gui/dialog/GroupDialog.py#L158) method, but there is no way to set it. First raised here: https://gitlab.esrf.fr/XRD/darfix/-/merge_requests/284/diffs#note_327784 attn @woutdenolf
# error The scroll area cannot be browsed smoothly when having a large string in one of the table. Like in the following example (tested with silx 1.1):  the...
Checklist: - [x] The PR title is formatted as: `: ` (see [contributing guidelines](https://github.com/silx-kit/silx/blob/main/CONTRIBUTING.rst#pull-request-title-format)) Following PR #4082, `numpy` is no longer needed to build the package, thus remove it from...
Checklist: - [x] The PR title is formatted as: `: ` (see [contributing guidelines](https://github.com/silx-kit/silx/blob/main/CONTRIBUTING.rst#pull-request-title-format)) This PR reworks and moves/removes documentation regarding installation and contribution. Some of the content was outdated...
When I use `silx view `, look at an 2D image and do any line profile, the extra window with the line plot does not appear. No error is reported....
Hello, while preparing the Debina package of 2.1.0, I got this warning about realloc ``` src/silx/math/fit/peaks/src/peaks.c: In function ‘seek’: src/silx/math/fit/peaks/src/peaks.c:210:36: warning: pointer ‘peaks0’ may be used after ‘realloc’ [-Wuse-after-free] 210...
Checklist: - [x] The PR title is formatted as: `: ` (see [contributing guidelines](https://github.com/silx-kit/silx/blob/main/CONTRIBUTING.rst#pull-request-title-format)) This PR aims at fixing `Wuse-after-free` warning with recent gcc (12 or 14?) reported in #4139....
Checklist: - [x] The PR title is formatted as: `: ` (see [contributing guidelines](https://github.com/silx-kit/silx/blob/main/CONTRIBUTING.rst#pull-request-title-format)) This PR adds an accepted exception type to those that can happen during `PlotWidget.hideEvent` with `PySide6`....
There is a random test failure in `TestImageFileDialogInteraction.testClickOnBackToParentTool`: Occured in Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072591 and also in the project CI: CI logs ``` =================================== FAILURES =================================== __________ TestImageFileDialogInteraction.testClickOnBackToParentTool __________ self = def...