Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
deb_no_sources_for_docs | move documentation dependencies to Build-Depends-Indep there are more unsatisfiable cross Build-Depends left. I've found another opportunity for reduction though: Skipping the documentation build during arch-only. Once doing so, we can demode sphinx and numpydoc to Build-Depends-Indep. Doing so requires changing debian/rules though. |
Helmut Grohne <helmut@subdivi.de> | not-needed | debian | 2021-09-18 | |
skip-tests-needing-internet.patch | skip tests needing internet | =?utf-8?q?=C3=89tienne_Mollier?= <emollier@debian.org> | not-needed | 2021-12-03 | ||
fix-i386.patch | test_fbc fails on i386 due to precision errors, try to be more relaxed in precision | Nilesh Patra <nilesh@debian.org> | not-needed | 2022-03-23 | ||
skip_wall-clock_test.patch | Do not measure wall-clock time | "Rebecca N. Palmer" <rebecca_palmer@zoho.com> | not-needed | debian | 2023-01-23 | |
no-network.patch | remove use of sphinx gallery The sphinx gallery triggers run of example code which relies from line one on Internet access to operate properly, which is a policy violation for compiling binary packages, and a problem in general when the remote resource goes unavailable. |
=?utf-8?q?=C3=89tienne_Mollier?= <emollier@debian.org> | not-needed | 2023-06-24 | ||
relay_comparison.patch | avoid direct comparison of floating point numbers | Drew Parsons <dparsons@debian.org> | yes | debian | 2023-11-07 | |
sphinx-default.patch | switch to default sphinx theme. This avoids using the currently unavailable grg_sphinx_theme. |
=?utf-8?q?=C3=89tienne_Mollier?= <emollier@debian.org> | not-needed | 2023-12-31 | ||
fix-privacy-breaches.patch | fix a privacy breach. By default the documentation embeds a Youtube video, loaded as soon as the documentation is requested by readers. This change replaces the embedding by a link to the video, inviting readers to ping Youtube only if they wish so. |
=?utf-8?q?=C3=89tienne_Mollier?= <emollier@debian.org> | not-needed | 2024-01-10 | ||
pytest-8.patch | Correct module-level setup See https://docs.pytest.org/en/7.4.x/how-to/xunit_setup.html |
"Michael R. Crusoe" <crusoe@debian.org> | yes | 2024-05-10 | ||
0011-Python-3.13-Fix-tests-for-next-Python-release-3210.patch | Python 3.13: Fix tests for next Python release (#3210) * Replace deprecated alias warn Python 3.13 will remove the deprecated alias `warn` from `logging`. * Python 3.13: account for dedented docstrings Python 3.13 strips indents from docstrings. |
Sandro <devel@penguinpee.nl> | no | 2024-05-06 | ||
0012-bf-fix-big-endian-compatibility.patch | bf: fix big endian compatibility Backported from https://github.com/dipy/dipy/commit/9c8fbb958e99246422e7f69b25256f85fc84b61b |
skoudoro <skoudoro@lfedora2.lf-dev.marist.edu> | no | 2024-09-13 | ||
improve-fibonacci_sphere-reliability | setup seed for random generator This patch was adjusted to fix the reliability of the test only; not to add the new, un-related tests from that PR. |
Serge Koudoro <skab12@gmail.com> | no | upstream, https://github.com/dipy/dipy/pull/3128 | 2024-04-03 | |
syntax_warnings.patch | Avoid SyntaxWarnings due to embedded LaTeX | Michael R. Crusoe <crusoe@debian.org> | yes | |||
python3 | ensure all calls to a python executable are to `python3` | Michael R. Crusoe <crusoe@debian.org> | no | |||
tests_ignore_duration | Remove some flaky assertion about execution durations | Michael R. Crusoe <crusoe@debian.org> | not-needed |