silx icon indicating copy to clipboard operation
silx copied to clipboard

silx toolkit

Results 222 silx issues
Sort by recently updated
recently updated
newest added
trafficstars

`macos-12` image will be removed on 3rd of December 2024: https://github.com/actions/runner-images/issues/10721 This needs to be updated.

Today the [profile window initialization](https://github.com/silx-kit/silx/blob/main/src/silx/gui/plot/tools/profile/manager.py#L1056-L1065) contains some hack to avoid blinking. This produce issues with latest PyQt5 version. Question is: is this hack still needed ?

enhancement

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 change was first propose as part of PR #4149. It avoids a seg fault during...

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 is a rebase and rework of "Draft: Size for markers" #4026 Description from PR #4026:...

Inspired by `silx.gui.plot3d`: https://github.com/silx-kit/silx/blob/11919895f51353c8467b85a3753f142778c2bbaf/src/silx/gui/plot3d/actions/io.py#L192

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 is a follow-up of PR #4156 to add a test for `NaN` and ``...

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)) Restore `bitshuffle` test dependency that was removed in PR #4164 since there is now a numpy2...

As imageview GUI contains the ImageAggregate filters (Max/Mean/Min) to bin the plot image, add this tool to silx view ![image](https://github.com/user-attachments/assets/b464e9df-ec29-4376-b350-dd207a67e442)

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 proposes to change the Qt binding priority list to use PySide6 as the default...

Qt5 has reaching the end of regular support mid-2023 and only receives updates under [extended commercial support](https://www.qt.io/blog/qt-5.15-extended-support-for-subscription-license-holders) `silx` issues occuring with Qt5 but not Qt6 starts to be reported (see...

question