silx
silx copied to clipboard
silx toolkit
This bug occurred when trying to run pyfai-calib2 on windows (git bash and cmd terminals) with matplotlib 3.6.0. It runs fine with 3.5.3. The stack dump is below. @tacaswell asked...
Merge PR #3665 first! This PR adds a first support of slicing to `silx view` command line argument. It does so by adding a h5py-like class wrapping the sliced dataset,...
What about removing the copy of scipy's QHull Delaunay wrapper in `silx.third_party` and use `scipy` directly? `scipy` can be kept optional by disabling features based on its availability. That would...
As it is now, Linux/Debian packaging relies on 2 `setup.py` commands: - `debian_src`: To generate a source tarball with some specific stripping, mostly (and probably only) in the `third_party` sub-module....
After a release with `PySide2` support deprecation (PR #3648), remove tests running with `PySide2`.
Yuriy requested to be able to fit exponential decays within `silx view` for XPCS experiments. I believe it would be interesting to allow users to provide formulae as strings and...
Hi, It looks like `silx view` is not able to interpret nxdata in a file written by [python-pni](https://pni-libraries.github.io/python-pni/h5cpp_files.html), it cannot read string attributes (which are not written by h5py) so...
2 feedback from ESRF scientifics on Flint. The scientific notation is not used in axes which make the result difficult to read. - Values like `300000` are displayed - Values...