@@ -5,6 +5,28 @@ Release notes
55
66.. tabbed :: Python
77
8+ **DoubleML 0.5.0 **
9+
10+ - Implement a new score function (``'IV-type' ``) for the PLIV model (for details see
11+ `#151 <https://github.com/DoubleML/doubleml-for-py/pull/151 >`_)
12+ --> API changed from ``DoubleMLPLIV(obj_dml_data, ml_g, ml_m, ml_r [, ...]) ``
13+ to ``DoubleMLPLIV(obj_dml_data, ml_g, ml_m, ml_r, ml_g [, ...]) ``
14+ - Adapt the nuisance estimation for the ``'IV-type' `` score for the PLR model (for details see
15+ `#151 <https://github.com/DoubleML/doubleml-for-py/pull/151 >`_)
16+ --> API changed from ``DoubleMLPLR(obj_dml_data, ml_g, ml_m [, ...]) ``
17+ to ``DoubleMLPLR(obj_dml_data, ml_l, ml_m, ml_g [, ...]) ``
18+ - Allow the usage of classifiers for binary outcome variables in the model classes IRM and IIVM
19+ `#134 <https://github.com/DoubleML/doubleml-for-py/pull/134 >`_
20+ - Published in JMLR: DoubleML - An Object-Oriented Implementation of Double Machine Learning in Python (citation
21+ info updated in `#138 <https://github.com/DoubleML/doubleml-for-py/pull/138 >`_)
22+ - Maintenance
23+ `#143 <https://github.com/DoubleML/doubleml-for-py/pull/143 >`_
24+ `#148 <https://github.com/DoubleML/doubleml-for-py/pull/148 >`_
25+ `#149 <https://github.com/DoubleML/doubleml-for-py/pull/149 >`_
26+ `#152 <https://github.com/DoubleML/doubleml-for-py/issues/152 >`_
27+ `#153 <https://github.com/DoubleML/doubleml-for-py/pull/153 >`_
28+
29+
830 **DoubleML 0.4.1 **
931
1032 - We added `Contribution Guidelines <https://github.com/DoubleML/doubleml-for-py/blob/master/CONTRIBUTING.md >`_,
0 commit comments