- statsmodels (0.13.5+dfsg-7+rpi1) bookworm-staging; urgency=medium
++statsmodels (0.14.0+dfsg-5+rpi1) trixie-staging; urgency=medium
+
+ [changes brought forward from 0.10.2-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Tue, 04 Feb 2020 00:34:03 +0000]
+ * Disable testsuite.
+
+ [changes introduced in 0.11.1-2+rpi1 by Peter Michael Green]
+ * Disable documentation build due to timeouts.
+
- -- Raspbian forward porter <root@raspbian.org> Mon, 27 Feb 2023 10:44:40 +0000
++ -- Raspbian forward porter <root@raspbian.org> Fri, 17 Nov 2023 01:28:42 +0000
++
+ statsmodels (0.14.0+dfsg-5) unstable; urgency=medium
+
+ * Allow building with Cython 3.0 (Closes: LP: #2043284) and cp 9.2.
+ * Docs reproducibility: strip object addresses, fix random seeds.
+
+ -- Rebecca N. Palmer <rebecca_palmer@zoho.com> Sat, 11 Nov 2023 20:34:28 +0000
+
+ statsmodels (0.14.0+dfsg-4) unstable; urgency=medium
+
+ * clean: remove all generated files. (Closes: #1047280)
+ * Stop build-depending on python3-setuptools-scm-git-archive.
+ (Closes: #1050104)
+
+ -- Rebecca N. Palmer <rebecca_palmer@zoho.com> Sat, 19 Aug 2023 21:59:16 +0100
+
+ statsmodels (0.14.0+dfsg-3) unstable; urgency=medium
+
+ * Tests: fix bugs in the preceding exclusions.
+
+ -- Rebecca N. Palmer <rebecca_palmer@zoho.com> Fri, 04 Aug 2023 18:42:09 +0100
+
+ statsmodels (0.14.0+dfsg-2) unstable; urgency=medium
+
+ * Tests: ignore out-of-memory error.
+ * Tests: ignore armel's lack of division-by-0 warnings and
+ corr_nearest_factor non-convergence, but not all the armel tests.
+ * Tests: ignore mips*'s extra multiply-by-NaN warnings.
+ * Tests: ignore i386 probable rounding/instability/overflow issues.
+ * Upload to unstable.
+
+ -- Rebecca N. Palmer <rebecca_palmer@zoho.com> Thu, 03 Aug 2023 22:28:34 +0100
+
+ statsmodels (0.14.0+dfsg-1) experimental; urgency=medium
+
+ * New upstream release. Drop/refresh patches, d/copyright.
+ * Upload to experimental, as of unknown compatibility.
+
+ -- Rebecca N. Palmer <rebecca_palmer@zoho.com> Sun, 23 Jul 2023 12:01:09 +0100
statsmodels (0.13.5+dfsg-7) unstable; urgency=medium
# the cd is to be "anywhere but pkgroot" to avoid subprocesses (test_lazy_imports) importing the source tree (current directory is tried before PYTHONPATH), which doesn't work because the built .so files aren't there
# the inner 'for' (expected to be a single item, cpython3_${testpy3ver}_statsmodels/build) is because globs aren't expanded when setting env vars
# TEST_SUCCESS is used because the return status of a for-loop is its last item, not the "fail if any of them do" wanted here
- # Tests are ignored (and expected to possibly crash) on armel, #968210
override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
TEST_SUCCESS=true ; cd tools && for testpy3ver in `py3versions -vs` ; do \
- for testpath in ../.pybuild/*$${testpy3ver}*/*/statsmodels ; do \
+ for testpath in ../.pybuild/*$${testpy3ver}*/*/statsmodels ; do PYTHONPATH=$${testpath}/.. python3 $(CURDIR)/debian/check_truncated_poisson.py ; \
PYTHONPATH=$${testpath}/.. python$${testpy3ver} -m pytest -v $${testpath} || TEST_SUCCESS=false ; \
rm -rf $${testpath}/.pytest_cache ; \
- done ; done ; [ `dpkg --print-architecture` = armel ] || $${TEST_SUCCESS}
+ done ; done ; $${TEST_SUCCESS}
endif
## immediately useable documentation and exemplar scripts/data