Jerome Kieffer

Results 226 issues of Jerome Kieffer

``` RepeatedKernelRetrieval: Kernel 'decimate' has been retrieved more than once. Each retrieval creates a new, independent kernel, at possibly considerable expense. To avoid the expense, reuse the retrieved kernel instance....

enhancement

Silx tests: https://github.com/silx-kit/silx/blob/main/src/silx/io/test/test_nxdata.py#L489 Does not clean up data

TODO ... I just launched a "build&deploy" on the main branch but it wont produce 3.14 wheel ...

``` ๐Ÿ‘Ž silx-3.0.0a0-cp311-cp311-linux_x86_64.whl: combo.cpython-311-x86_64-linux-gnu.so uses the Python 3.12 ABI, but is tagged for the Python 3.10 ABI โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ โ”ƒ Symbol โ”ƒ Version โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ โ”‚ _PyUnicode_FastCopyCharacters โ”‚ not ABI3 โ”‚...

enhancement
difficulty:Expert

Even though HDF5 does not provide the feature. For entries, it could look something like: ``` import h5py, silx.io h=silx.io.open("/mnt/data/ID27/CeO2_33keV_0001/CeO2_33keV_0001.h5") keys = list(h.keys()) keys.sort(key=lambda x:h[x].get("start_time")[()] if isinstance(h[x], h5py.Group) else None)...

Addresses this bug in `pyFAI-calib2`: https://github.com/silx-kit/pyFAI/issues/2422 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))

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)) According to the doc: https://matplotlib.org/stable/api/backend_qt_api.html the Qt5Agg backend is deprecated in favor of QtAgg

It would be great to display together all datasets on the one hand and all subgroups on the other for a better visual experience.

enhancement

This is in extension of #4253 to all 8 configurations offered by exif: https://www.frameworks.co.jp/support/manual/2.8/f0dad500000001jq-img/orientation-sample-F.png

In the scope of XPCR experiments, it could be interesting to convert a sparse CSR matrix (coming from acquisition) to CSC format where all data for a pixel are contiguously...