summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Debian Science Maintainers [Sun, 21 Apr 2024 19:55:32 +0000 (20:55 +0100)]
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).
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: not-needed
Gbp-Pq: Name sphinx_ignore_errors.patch
Debian Science Maintainers [Sun, 21 Apr 2024 19:55:32 +0000 (20:55 +0100)]
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.)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: not-needed
Gbp-Pq: Name no_sphinx_material.patch
Debian Science Maintainers [Sun, 21 Apr 2024 19:55:32 +0000 (20:55 +0100)]
Don't try to write to the source directory
Not allowed in autopkgtest
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no
Gbp-Pq: Name use_tmp_path.patch
Debian Science Maintainers [Sun, 21 Apr 2024 19:55:32 +0000 (20:55 +0100)]
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)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no
Gbp-Pq: Name python3_shebangs.patch
Debian Science Maintainers [Sun, 21 Apr 2024 19:55:32 +0000 (20:55 +0100)]
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
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug-Debian: partly https://bugs.debian.org/938949
Forwarded: no
Gbp-Pq: Name i386_loosen_test_tolerances.patch
Debian Science Maintainers [Sun, 21 Apr 2024 19:55:32 +0000 (20:55 +0100)]
Use example data from an R package we have
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: not-needed
Gbp-Pq: Name use_available_data.patch
Diane Trout [Sun, 21 Apr 2024 19:55:32 +0000 (20:55 +0100)]
Use intersphinx inventory files from other Debian packages.
Forwarded: not-needed
Gbp-Pq: Name use_system_inventory.patch
Debian Science Maintainers [Sun, 21 Apr 2024 19:55:32 +0000 (20:55 +0100)]
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/*.
Author: Diane Trout <diane@ghic.org>, Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: not-needed
Gbp-Pq: Name use_cached_datasets.patch
Rebecca N. Palmer [Sun, 21 Apr 2024 19:55:32 +0000 (20:55 +0100)]
statsmodels (0.14.2+dfsg-1) unstable; urgency=medium
* New upstream release. (Closes: #
1056891)
* Refresh patches, d/copyright, dependencies.
* Bump Standards-Version to 4.7.0 (no changes needed).
* Tests: increase i386 TestMixedLM.test_compare_numdiff tolerance,
remove no longer needed check script.
[dgit import unpatched statsmodels 0.14.2+dfsg-1]
Rebecca N. Palmer [Sun, 21 Apr 2024 19:55:32 +0000 (20:55 +0100)]
Import statsmodels_0.14.2+dfsg.orig.tar.xz
[dgit import orig statsmodels_0.14.2+dfsg.orig.tar.xz]
Rebecca N. Palmer [Sun, 21 Apr 2024 19:55:32 +0000 (20:55 +0100)]
Import statsmodels_0.14.2+dfsg-1.debian.tar.xz
[dgit import tarball statsmodels 0.14.2+dfsg-1 statsmodels_0.14.2+dfsg-1.debian.tar.xz]