silx
silx copied to clipboard
silx toolkit
The names for the `NXentry` groups in the HDF5 files, while valid HDF5 item names, are not compliant with the [NeXus naming convention](http://download.nexusformat.org/doc/html/datarules.html#naming-conventions). For example, given a SPEC file with...
Allow to save a NXdata group with links to existing datasets for signal, axes, errors. The current save_as_NXdata take numpy array as signal and axes, and does not allow to...
``` ====================================================================== ERROR: testLosePrecisionUsingFloat80 (silx.utils.test.test_number.TestConversionTypes) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/test/workspace/silx/build/lib.linux-ppc64le-3.6/silx/utils/test/test_number.py", line 154, in testLosePrecisionUsingFloat80 dtype = func(value) File "/home/test/workspace/silx/build/lib.linux-ppc64le-3.6/silx/utils/testutils.py", line 227, in wrapper result = func(*args, **kwargs)...
At the moment, we can only add a ROI once the geometry is set. I'm not sure the error itself is a bug. Adding a ROI without geometry is maybe...
There has been a recent burst of interest and activity in integrating `bluesky/tiled` data sources into `silx` (and by extension into pyMCA). I'm summarizing some of those discussions here to...
resolves https://github.com/silx-kit/silx/issues/4098 allows the users to configure match ratio via the environment variable `SILX_SIFT_MATCH_RATIO`. should be a pretty low-risk + perfectly backwards compatible change.
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 `scipy>=1.10` to test dependencies so that try/except blocks for importing `ascent` can be...
The following warnings are raised with Cython 3.0.10 and Python 3.12.2: ``` [1/1] Cythonizing src/silx/image/marchingsquares/_mergeimpl.pyx warning: src/silx/image/marchingsquares/_mergeimpl.pyx:88:22: noexcept clause is ignored for function returning Python object warning: src/silx/image/marchingsquares/_mergeimpl.pyx:111:15: noexcept clause...
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 replaces the local implementation of `_MappingProxyType` (For python 2 support) by `types.MappingProxyType` closes #4049
When the version of `numpy` installed contains the git tag (like in the https://anaconda.org/scientific-python-nightly-wheels), silx fails to build due to the version label which cannot be parsed.