Skip to content

Commit 0926723

Browse files
authored
Merge pull request #258 from DoubleML/sk-release-notes-0.11.0
Add release notes for 0.11.0
2 parents c1495d4 + 4b41d6b commit 0926723

File tree

1 file changed

+64
-3
lines changed

1 file changed

+64
-3
lines changed

doc/release/release.rst

Lines changed: 64 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,72 @@ Release Notes
77

88
.. tab-item:: Python
99

10-
.. dropdown:: DoubleML 0.10.1
10+
.. dropdown:: DoubleML 0.11.0
1111
:class-title: sd-bg-primary sd-font-weight-bold
1212
:open:
1313

14+
- **Release highlight:** Logistic Partially Linear Regression Model (by `Julius Herzig <https://github.com/jer2ig>`_)
15+
16+
- Implementation via ``DoubleMLLPLR`` class
17+
`Py #365 <https://github.com/DoubleML/doubleml-for-py/pull/365>`_
18+
- Extended User Guide and Example Gallery
19+
`Docs #253 <https://github.com/DoubleML/doubleml-docs/pull/253>`_
20+
21+
- Refactored data classes (by `Jan Teichert-Kluge <https://github.com/JanTeichertKluge>`_)
22+
`Py #338 <https://github.com/DoubleML/doubleml-for-py/pull/338>`_
23+
`Py #337 <https://github.com/DoubleML/doubleml-for-py/pull/337>`_
24+
`Py #336 <https://github.com/DoubleML/doubleml-for-py/pull/336>`_
25+
`Docs #251 <https://github.com/DoubleML/doubleml-docs/pull/251>`_
26+
27+
- Integrated clusters into ``DoubleMLData`` class
28+
- Added model specific data backends:
29+
30+
- ``DoubleMLPanelData``
31+
- ``DoubleMLSSMData``
32+
- ``DoubleMLRDDData``
33+
34+
- Data generators are placed into the corresponding submodules, e.g.
35+
``from doubleml.plm.datasets import make_plr_CCDDHNR2018``
36+
`Py #331 <https://github.com/DoubleML/doubleml-for-py/pull/331>`_
37+
`Py #332 <https://github.com/DoubleML/doubleml-for-py/pull/332>`_
38+
39+
- Updated nuisance tuning for ``DoubleMLSSM`` class (by `Batuhan Tongarlak <https://github.com/batuhanovski>`_)
40+
`Py #352 <https://github.com/DoubleML/doubleml-for-py/pull/352>`_
41+
42+
- Updated propensity score handling in ``irm`` and ``did`` models, via new ``PSProcessor`` class
43+
`Py #363 <https://github.com/DoubleML/doubleml-for-py/pull/363>`_
44+
`Docs #254 <https://github.com/DoubleML/doubleml-docs/pull/254>`_
45+
46+
- Added TabPFN example notebook
47+
`Docs #248 <https://github.com/DoubleML/doubleml-docs/pull/248>`_
48+
`Docs #259 <https://github.com/DoubleML/doubleml-docs/pull/259>`_
49+
50+
- Maintenance package
51+
`Py #354 <https://github.com/DoubleML/doubleml-for-py/pull/354>`_
52+
`Py #355 <https://github.com/DoubleML/doubleml-for-py/pull/355>`_
53+
`Py #356 <https://github.com/DoubleML/doubleml-for-py/pull/356>`_
54+
`Py #357 <https://github.com/DoubleML/doubleml-for-py/pull/357>`_
55+
`Py #358 <https://github.com/DoubleML/doubleml-for-py/pull/358>`_
56+
`Py #359 <https://github.com/DoubleML/doubleml-for-py/pull/359>`_
57+
`Py #360 <https://github.com/DoubleML/doubleml-for-py/pull/360>`_
58+
`Py #361 <https://github.com/DoubleML/doubleml-for-py/pull/361>`_
59+
`Py #367 <https://github.com/DoubleML/doubleml-for-py/pull/367>`_
60+
`Py #367 <https://github.com/DoubleML/doubleml-for-py/pull/367>`_
61+
`Py #369 <https://github.com/DoubleML/doubleml-for-py/pull/369>`_
62+
`Py #370 <https://github.com/DoubleML/doubleml-for-py/pull/370>`_
63+
64+
- Maintenance documentation
65+
`Docs #249 <https://github.com/DoubleML/doubleml-docs/pull/249>`_
66+
`Docs #250 <https://github.com/DoubleML/doubleml-docs/pull/250>`_
67+
`Docs #252 <https://github.com/DoubleML/doubleml-docs/pull/252>`_
68+
`Docs #255 <https://github.com/DoubleML/doubleml-docs/pull/255>`_
69+
`Docs #256 <https://github.com/DoubleML/doubleml-docs/pull/256>`_
70+
`Docs #257 <https://github.com/DoubleML/doubleml-docs/pull/257>`_
71+
`Docs #258 <https://github.com/DoubleML/doubleml-docs/pull/258>`_
72+
73+
.. dropdown:: DoubleML 0.10.1
74+
:class-title: sd-bg-primary sd-font-weight-bold
75+
1476
- **Release highlight:** Multi-Period Difference-in-Differences for Repeated Cross Sections
1577

1678
- Implementation via ``DoubleMLDIDMulti`` class
@@ -32,11 +94,10 @@ Release Notes
3294
`Docs #244 <https://github.com/DoubleML/doubleml-docs/pull/244>`_
3395
`Docs #245 <https://github.com/DoubleML/doubleml-docs/pull/245>`_
3496
`Docs #246 <https://github.com/DoubleML/doubleml-docs/pull/246>`_
35-
97+
`Docs #247 <https://github.com/DoubleML/doubleml-docs/pull/247>`_
3698

3799
.. dropdown:: DoubleML 0.10.0
38100
:class-title: sd-bg-primary sd-font-weight-bold
39-
:open:
40101

41102
- **Release highlight:** Multi-Period Difference-in-Differences for Panel Data
42103

0 commit comments

Comments
 (0)