Package: nipype / 1.9.2-4
Metadata
Package | Version | Patches format |
---|---|---|
nipype | 1.9.2-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
deb_skip_doctest_pybids | (download) |
nipype/interfaces/io.py |
14 7 + 7 - 0 ! |
skip doctest pybids |
deb_no_explicit_pydot | (download) |
nipype/info.py |
2 1 + 1 - 0 ! |
skip pydot version test |
deb_disable_google_online_snippets | (download) |
doc/_templates/gse.html |
3 3 + 0 - 0 ! |
disable google online snippets |
python3.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
force usage of python3 |
sphinx.patch | (download) |
doc/conf.py |
33 19 + 14 - 0 ! |
get sphinx doc somehow building |
fix transpose.patch | (download) |
nipype/algorithms/tests/test_CompCor.py |
1 1 + 0 - 0 ! |
declare a,b in tests as np arrays explicitly |
reproducible build.patch | (download) |
nipype/algorithms/misc.py |
2 1 + 1 - 0 ! |
make build reproducible This patch replaces local file links with remote url in the sphinx generated documentation. Also disables printing object id in the generated doc. |
fix privacy breaches.patch | (download) |
README.rst |
35 0 + 35 - 0 ! |
fix privacy breaches caused by autoloaded links. There are a bunch of links landing in the html documentation which end up automatically loaded upon mere reading of the local-only document. This concerns images, scripts and stylesheets, among other things. These are problematic for two reasons: * they break when offline, or when the remote resource disappears; * they reveal the remote resource someone is reading the documentation at a given time. . Note that there are still some leftover links which still need to be addressed, but I failed to identify where they stem from (basically this concerns a bunch of scripts which are loaded from cloudflare, and also some TeX html-ized resources). |
sphinx_8.2.1.patch | (download) |
nipype/sphinxext/apidoc/__init__.py |
36 27 + 9 - 0 ! |
allow nipype.sphinx.ext.apidoc config to work with sphinx 8.2.1+ |