From b9e833a0cf685c440f48f68eeb08d5237f46a9a4 Mon Sep 17 00:00:00 2001 From: Quinten De Wettinck <34441206+quintendewettinck@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:16:05 +0200 Subject: [PATCH 1/3] fix typo in within-group transformation definition for PLPR model fix typo in the within-group (WG) transformation in the partially linear panel regression (PLPR) documentation: use W instead of X --- doc/guide/models/plm/plpr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide/models/plm/plpr.rst b/doc/guide/models/plm/plpr.rst index 11cb2f3..8b57db6 100644 --- a/doc/guide/models/plm/plpr.rst +++ b/doc/guide/models/plm/plpr.rst @@ -93,7 +93,7 @@ where :math:`a_i`, :math:`c_i` are random effects and covariate unit means These approaches remove individual heterogeneity from the model by transforming the data. For some random variable :math:`W_{it}`, define the First-Difference (FD) transformation :math:`Q(W_{it}) = W_{it} - W_{it-1}` (for :math:`t=2, \dots, T`), and the Within-Group (WG) -transformation :math:`Q(W_{it}) = X_{it} - \bar{X}_{i}`, where :math:`\bar{W}_{i} = T^{-1} \sum_{t=1}^T W_{it}`. +transformation :math:`Q(W_{it}) = W_{it} - \bar{W}_{i}`, where :math:`\bar{W}_{i} = T^{-1} \sum_{t=1}^T W_{it}`. The PLPR model under the transformation approaches takes the form From d5a171e149cb53ee2d0778bcbc78c008e4dea721 Mon Sep 17 00:00:00 2001 From: Jan Teichert-Kluge Date: Tue, 19 May 2026 17:32:04 +0200 Subject: [PATCH 2/3] adjust conf.py in order to setup plausible analytics --- doc/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 618306f..e9549dc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -127,6 +127,12 @@ "show_version_warning_banner": False, # https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/announcements.html#version-warning-banners "check_switcher": True, "announcement": "Interested to learn more? We offer DoubleML Trainings!", + "analytics": { + # The domain you'd like to use for this analytics instance + "plausible_analytics_domain": "docs.doubleml.org", + # The analytics script that is served by Plausible + "plausible_analytics_url": "https://plausible.io/js/script.js", + }, } html_extra_path = ["../img/logo.png", "../img/logo_dark.png"] From 18d6a0b0a1e5b9094b288298a0c27b22d7d3490b Mon Sep 17 00:00:00 2001 From: Sven Klaassen <47529404+SvenKlaassen@users.noreply.github.com> Date: Fri, 22 May 2026 13:53:41 +0200 Subject: [PATCH 3/3] add release notes for 0.11.3 --- doc/release/release.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/release/release.rst b/doc/release/release.rst index 6890e5e..1d92b8b 100644 --- a/doc/release/release.rst +++ b/doc/release/release.rst @@ -7,6 +7,26 @@ Release Notes .. tab-item:: Python + .. dropdown:: DoubleML 0.11.3 + :class-title: sd-bg-primary sd-font-weight-bold + :open: + + - **Release highlight:** Multiple repetitions for CATE estimation (by `Oliver Schacht `_) + `Py #386 `_ + `Py #395 `_ + + - Maintenance package + `Py #385 `_ + `Py #387 `_ + `Py #388 `_ + `Py #390 `_ + `Py #392 `_ + + - Maintenance documentation + `Docs #274 `_ + `Docs #276 `_ + `Docs #278 `_ + .. dropdown:: DoubleML 0.11.2 :class-title: sd-bg-primary sd-font-weight-bold :open: