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

There is usage of `distutils` outside of `setup.py`. Make sure to replace those as well.

This PR adds support for `PyQt6` >= 6.3 in that the tests should pass. Tests fails with PyQt6 < 6.3.0 due to errors related to `enum` (so it would require...

Currently advertised supported Python version is: https://github.com/silx-kit/silx/blob/bf182fd14eb79b0458220f79a5e3b6d27ed7475d/setup.py#L876 but we already advertised drop of Python3.5 in [v0.14.0](https://github.com/silx-kit/silx/blob/master/CHANGELOG.rst#0140-20201211). Python 3.6 has reached end-of-support at the end of 2021 (https://peps.python.org/pep-0494/). Question is do...

Merge PR #3651 first! This PR: - removes code for compatibility with macos 10.8 during the build. - removes the patch of `PyMODINIT_FUNC` durign build for `manylinux1` support closes #3652

ready to merge

There are a few tweeks in `setup.py` that might be outdated: - Toggle OpenMP support on macOS: Can be always disabled (macos 10.8 is not supported by binaries from Python.org)...

question

Merge PR #3649 first! This PR cleans-up/removes features from `setup.py` since: > running python setup.py directly as a script is considered deprecated. This also means that users should avoid running...

question
ready to merge

This PR marks `PySide2` as deprecated but does not remove its support nor the tests. It also tries to load `PySide6` before `PySide2` and removes reference to `PySide2` in the...

ready to merge

This PR replaces the use of `numpy.distutils` by a `ext_modules` list in the top level `setup.py`. It also imports the `build` command from `setuptools` if available (since v62.4.0). The only...

ready to merge

This PR fixes the ElideLabel API inherited from QLabel. For consistency and interoperability purpose. Closes #3641 Changelog: - ElideLabel: Fix API inherited from QLabel

This PR: - Fix the documentation of `xerror` and `yerror` to match the implementation regarding 2xN arrays - Take error bars into accounts when computing the bounding box closes #3606

ready to merge