silx
silx copied to clipboard
silx toolkit
When using `ExternalResources` in a `pytest` test, I want the downloaded data to be put in the `tmpdir` provided by the `pytest` fixture. But so far, there is no way...
Add a word about the difference between `silx` and `silx-base`
When opening a large 2D dataset containing many curves (shape: 1e6 x 3000, dtype: float32), it takes too long to display with the default view (raw?), while one want to...
IT would be interesting to have (yet) another option for defining the colormap min/max values. Closer to what imageJ is doing:  note: Suggested by Elodie
Checklist: - [ ] 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 enables: - [x] ImageAggregate filters on _plot2dview - [x] ImageAggregate filters on Nexusimageview...
It would be nice to have a search bar associated to the UrlList. Something like: ``` python def __init__(self): ... self._searchWidget = qt.QLineEdit(parent=self) self._searchWidget.setPlaceholderText("search") search_icon = icons.getQIcon("search") self._searchWidget.addAction(search_icon, qt.QLineEdit.LeadingPosition) ......
The change of text rasterization (4047) has created issues in flint (https://gitlab.esrf.fr/bliss/bliss/-/issues/4539) and has been reverted in PR #4186 to use Qt instead of matplotlib whenever possible and released as...
Related to https://gitlab.esrf.fr/bliss/bliss/-/issues/4538 Make sure that [isOpenGLAvailable](https://github.com/silx-kit/silx/blob/main/src/silx/gui/utils/glutils/__init__.py#L96) works as expected when connecting from ubuntu22.04 (or 24.04) to ubuntu20.04 with different GPU configuration (nvidia or not on each side)
Feedback from a user. That's not a high priority at all. Tested with `silx 2.1.1`. The dat export with multi curves is like exporting multiple scans instead of multiple curves....
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)) macos-12 image will be removed on 3rd of December 2024: https://github.com/actions/runner-images/issues/10721 closes #4183