silx
silx copied to clipboard
silx toolkit
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)) Merge PR #4102 first! This PR fixes deprecations warnings raised while testing silx with numpy 2...
Following #4082, those deprecation warnings are raised with numpy2 RC1: ``` gui/plot/test/testCurvesROIWidget.py: 14 warnings silx/gui/plot/CurvesROIWidget.py:1243: DeprecationWarning: `trapz` is deprecated. Use `trapezoid` instead, or one of the numerical integration functions in...
With Python3.12, this deprecation warning is raised during the tests: ``` io/test/test_h5py_utils.py: 10 warnings multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=770) is multi-threaded, use of fork() may lead to deadlocks in the...
Hello, In connection to `PlotWindow`, I want to create a set of _data correction_ tools for 1D curves. I imagine four tools in it: 1) delete data points within a...
I stumbled on this bug when setting up an environment for debugging/profiling OpenCL code (Portable CL + Cuda JIT compilation to profile on nvidia GPU). The error message printed before...
Currently we only support internal and external links: https://github.com/silx-kit/silx/blob/d8a666dcfab4f071f38615ac495937cf85e97f95/src/silx/io/dictdump.py#L445 A use case has come up (Bliss NeXus writer) where an EDF should be linked.
get some issue with the . Looks like the 'download Windows installer' button is all over. (maybe it automatically detects this is windows ? :laughing: ) firefox version: 115.8.0esr 
We might consider replacing the class [silx.io.commonh5._MappingProxyType](https://github.com/silx-kit/silx/blob/main/src/silx/io/commonh5.py#L40) with its [built-in counterpart](https://docs.python.org/3/library/types.html#types.MappingProxyType).
Hello, I have this issue in the autopkgtest of silxs 2.0.0 https://ci.debian.net/packages/s/silx/testing/amd64/43428196/ here the buf report related to this issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060318#10 I am not yet a specialiste of PyOpenCL/OpenCL/pocl debugging....
Trying to use sift on my computer, here is the message i have with `PYOPENCL_COMPILER_OUTPUT=1` In case it's useful. Feel free to close the issue, it is not so important...