- statsmodels (0.14.4+dfsg-1+rpi1) trixie-staging; urgency=medium
++statsmodels (0.14.6+dfsg-1+rpi1) forky-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> Fri, 18 Oct 2024 18:01:16 +0000
++ -- Raspbian forward porter <root@raspbian.org> Thu, 15 Jan 2026 06:29:28 +0000
++
+ statsmodels (0.14.6+dfsg-1) unstable; urgency=medium
+
+ * New upstream release. Refresh patches.
+ * Salsa CI: disable mostly-useless debrebuild.
+
+ -- Rebecca N. Palmer <rebecca_palmer@zoho.com> Thu, 18 Dec 2025 07:37:30 +0000
+
+ statsmodels (0.14.5+dfsg-1) unstable; urgency=medium
+
+ * New upstream release. (Closes: #1109960) Refresh patches.
+ * Update d/copyright.
+ * Remove obsolete README.source.
+ * Tighten (Build-)Depends versions.
+ * Re-add intersphinx Build-Depends.
+ * Bump Standards-Version to 4.7.2 (no changes needed).
+ * Use pybuild-plugin-pyproject.
+ * Simplify d/rules, list deleted files, use more modern dh style
+ (dh-sequence*, execute_before/after*).
+ * Docs: build-depend on pickleshare for bookmarks,
+ build .py examples from .ipynb with python3 shebang.
+ * Docs reproducibility: strip ipykernel IDs and more times,
+ strip before indexing, fix another random seed.
+
+ -- Rebecca N. Palmer <rebecca_palmer@zoho.com> Sun, 10 Aug 2025 14:13:47 +0100
statsmodels (0.14.4+dfsg-1) unstable; urgency=medium
: # Hardcode backend to Agg to avoid doc build and tests failures
echo "backend : Agg" >| $(MPLCONFIGDIR)/matplotlibrc
- override_dh_auto_build-arch: $(HOME)
- dh_auto_build
-
- override_dh_auto_build-indep: $(HOME) override_dh_auto_build-arch
- : # above dependency is because documentation depends on built package
+ execute_after_dh_auto_build-indep:
: # I: Generate documentation
: # Build Documentation -- assure existence of build/html for nodoc
- : # Reproducibility: stopping the clock (or slowing it down enough to get all 00:00:00) with faketime (near-)hangs in glm_weights.ipynb
+ : # Reproducibility: stopping the clock (or slowing it down enough to get all 00:00:00) with faketime (near-)hangs
+ : # 0.9.0 including notebooks step: in glm_weights.ipynb
+ : # 0.14.5 sphinx-build only: in reading sources, last line output is statsmodels.functional.graphics.hdrboxplot
mkdir -p build/html
-ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
+ifeq (docdisabled,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
python3 debian/datasets/prepopulate_cache.py
+ LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 python3 tools/export_notebooks_to_python.py
PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \
BUILDDIR=$(CURDIR)/build \
STATSMODELS_DATA=$(CURDIR)/build/datacache/ \