Package: silx / 1.1.0+dfsg-5

Metadata

Package Version Patches format
silx 1.1.0+dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 use the system mathjax privacy breach.patch | (download)

doc/source/conf.py | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 use the system mathjax (privacy breach)


0003 do not modify PYTHONPATH from setup.py.patch | (download)

setup.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 do not modify pythonpath from setup.py


0006 Tests if openCL can be used.patch | (download)

src/silx/opencl/common.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 tests if opencl can be used


0004 skip two tests.patch | (download)

src/silx/io/test/test_h5py_utils.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 skip two tests

"https://github.com/silx-kit/silx/issues/3523"

0005 removed hdf5plugin from full dependencies.patch | (download)

setup.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 removed hdf5plugin from full dependencies


0007 python3.10 fix.patch | (download)

src/silx/app/view/About.py | 2 1 + 1 - 0 !
src/silx/gui/data/test/test_arraywidget.py | 2 2 + 0 - 0 !
src/silx/opencl/test/test_medfilt.py | 4 3 + 1 - 0 !
3 files changed, 6 insertions(+), 2 deletions(-)

 fix int compare with python3.10, skip a couple of tests


0007 do not install scipy_spatial COPYING.txt.patch | (download)

setup.py | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 do not install scipy_spatial copying.txt


0008 python3.11 fix.patch | (download)

src/silx/gui/utils/testutils.py | 12 4 + 8 - 0 !
1 file changed, 4 insertions(+), 8 deletions(-)

 remove special-case for python 3.11
0009 Skip testing nanmin on float64 arrays on mips el.patch | (download)

src/silx/math/test/test_combo.py | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 skip testing nanmin() on float64 arrays on mips*el

This fails on mipsel and mips64el, due to a numpy bug:
Bug-numpy: https://github.com/numpy/numpy/issues/23158