Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
use_cached_datasets.patch | Use cached datasets in tests and examples Also remove a download that isn't actually used in that example. This allows the tests to pass, and at least some of the examples to be built, in an offline environment such as a Debian buildd. The cached data is extracted from R packages by debian/datasets/*. |
Diane Trout <diane@ghic.org>, Rebecca N. Palmer <rebecca_palmer@zoho.com> | not-needed | |||
use_system_inventory.patch | Use intersphinx inventory files from other Debian packages. | Diane Trout <diane@ghic.org>, Rebecca N. Palmer | not-needed | |||
use_available_data.patch | Use example data from an R package we have | Rebecca N. Palmer <rebecca_palmer@zoho.com> | not-needed | |||
i386_loosen_test_tolerances.patch | Loosen tolerances on some tests on i386 and xfail a test that fails for not producing ConvergenceWarning. Failure logs: test_smoothing https://buildd.debian.org/status/fetch.php?pkg=statsmodels&arch=i386&ver=0.9.0-3&stamp=1567157609&raw=0 test_multivariate_switch_univariate https://buildd.debian.org/status/fetch.php?pkg=statsmodels&arch=i386&ver=0.12.0-1&stamp=1599693472&raw=0 TestMixedLM.test_compare_numdiff salsa-ci for 0.14.2-1 As it only fails on i386 and isn't far wrong, I suspect different rounding due to x87 excess precision |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | debian | ||
python3_shebangs.patch | Use Python 3 in script shebangs (Skipping the two .pyx files with #!python - they need to be compiled with Cython, not directly run with any version of plain Python) |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | |||
use_tmp_path.patch | Don't try to write to the source directory Not allowed in autopkgtest |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | |||
no_sphinx_material.patch | Don't try to use a theme we don't have Upstream switched to sphinx_material in 1d7aafad5c3ad634c9ae2122881c1809c2ccbcbe and later to sphinx_immaterial; Debian doesn't have those themes. (I haven't investigated packaging it, which might be a better long-term option.) |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | not-needed | |||
sphinx_ignore_errors.patch | Don't fail documentation build on examples exceptions If example code outputs an error when run, ipython (ipython:: blocks) now fails the whole build by default, and tools/nbgenerate.py (.ipynb files) now leaves out that file (leaving a broken link in the examples index). As some examples use downloaded data and are hence expected to be unrunnable on a Debian buildd, this instead keeps them (::ipython with error output, .ipynb without output). |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | not-needed | |||
sphinx_local_requirejs.patch | Use local requirejs/mathjax | Rebecca N. Palmer <rebecca_palmer@zoho.com> | not-needed | |||
xfail_no_multiprocessing.patch | Allow tests to fail if multiprocessing is not available This is currently the case on hurd-i386 |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | |||
remove_ccbysa_snippet.patch | Remove code from Stack Overflow and wasteful loop Stack Overflow content is CC-BY-SA licensed, which this package is not supposed to be. This snippet may be too small to be copyrightable, but removing it to be safe. |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | |||
997081_xfail.patch | Xfail / increase tolerance on tests TestMICE and test_mixedlm vary enough with the random state, and corrpsd is close enough to 0, that this is plausibly a rounding non-bug |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | yes | debian | ||
xfail_i386_ets.patch | test_seasonal_order fails on i386 Warn on use and xfail |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | |||
1014884_loosen_test_tolerances.patch | Avoid test failure on mipsel | Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | debian upstream | ||
1020060_loosen_test_tolerance.patch | Loosen tolerance on a possibly unstable test | Rebecca N. Palmer <rebecca_palmer@zoho.com> | yes | debian | ||
mips_ignore_nonwarning.patch | Ignore missing HessianInversionWarning on some mips* | Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | |||
1030208_scipy1p10.patch | Avoid cast exception in np.bincount | Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | debian | ||
mips_armel_ignore_nonconverge.patch | Ignore a failure to converge on mipsel and armel (Seen to fail in 0.13.5+dfsg-5, twice on mipsel, and in 0.14.0 on armel. Not a plain mark.xfail to not accept "converged" to the wrong answer.) |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | |||
xfail_out_of_memory.patch | Allow a memory-heavy test to run out of memory Failed in 0.14.0 on armel,armhf,mipsel (but not i386) |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | |||
ignore_armel_nonwarning.patch | Don't require a warning armel numpy doesn't have | Rebecca N. Palmer <rebecca_palmer@zoho.com> | invalid | |||
mips_ignore_nan_warnings.patch | Ignore extra warnings that may occur on mips* Some mips* hardware seems to emit on multiplication by explicit np.nan, which breaks these tests. |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | |||
cython3p0_compat.patch | Allow building with Cython 3.x (= Cython _version_ 3.x, not to be confused with the cython3 binary) |
Chad Fulton, Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | mostly https://github.com/statsmodels/statsmodels/pull/8961 | ||
fix_random_seeds.patch | Fix random seeds for reproducibility | Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | |||
xfail_dynamic_factor_news_bigendian.patch | Ignore test exception on big-endian systems failed in 0.14.1+dfsg-1 |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | |||
1079789_ignore_arm64_nonconvergence.patch | Ignore a non-converging test (it currently does warn about possible non-convergence and it would be better to check that it does so) |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | debian |