@@ -7,17 +7,17 @@ Release notes
77
88 **DoubleML 0.5.0 **
99
10- - Implement a new score function (`` 'IV-type' ``) for the PLIV model (for details see
10+ - Implement a new score function `` score = 'IV-type' `` for the PLIV model (for details see
1111 `#151 <https://github.com/DoubleML/doubleml-for-py/pull/151 >`_)
12- --> API changed from ``DoubleMLPLIV(obj_dml_data, ml_g, ml_m, ml_r [, ...]) ``
12+ --> ** API change ** from ``DoubleMLPLIV(obj_dml_data, ml_g, ml_m, ml_r [, ...]) ``
1313 to ``DoubleMLPLIV(obj_dml_data, ml_g, ml_m, ml_r, ml_g [, ...]) ``
1414 - Adapt the nuisance estimation for the ``'IV-type' `` score for the PLR model (for details see
1515 `#151 <https://github.com/DoubleML/doubleml-for-py/pull/151 >`_)
16- --> API changed from ``DoubleMLPLR(obj_dml_data, ml_g, ml_m [, ...]) ``
16+ --> ** API change ** from ``DoubleMLPLR(obj_dml_data, ml_g, ml_m [, ...]) ``
1717 to ``DoubleMLPLR(obj_dml_data, ml_l, ml_m, ml_g [, ...]) ``
1818 - Allow the usage of classifiers for binary outcome variables in the model classes IRM and IIVM
1919 `#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
20+ - ** Published in JMLR: DoubleML - An Object-Oriented Implementation of Double Machine Learning in Python ** (citation
2121 info updated in `#138 <https://github.com/DoubleML/doubleml-for-py/pull/138 >`_)
2222 - Maintenance
2323 `#143 <https://github.com/DoubleML/doubleml-for-py/pull/143 >`_
@@ -155,13 +155,13 @@ Release notes
155155
156156 **DoubleML 0.5.0 **
157157
158- - Implement a new score function (`` 'IV-type' ``) for the PLIV model (for details see
158+ - Implement a new score function `` score = 'IV-type' `` for the PLIV model (for details see
159159 `#161 <https://github.com/DoubleML/doubleml-for-r/pull/161 >`_)
160- --> API changed from ``DoubleMLPLIV$new(obj_dml_data, ml_g, ml_m, ml_r [, ...]) ``
160+ --> ** API change ** from ``DoubleMLPLIV$new(obj_dml_data, ml_g, ml_m, ml_r [, ...]) ``
161161 to ``DoubleMLPLIV$new(obj_dml_data, ml_g, ml_m, ml_r, ml_g [, ...]) ``
162162 - Adapt the nuisance estimation for the ``'IV-type' `` score for the PLR model (for details see
163163 `#161 <https://github.com/DoubleML/doubleml-for-r/pull/161 >`_)
164- --> API changed from ``DoubleMLPLR$new(obj_dml_data, ml_g, ml_m [, ...]) ``
164+ --> ** API change ** from ``DoubleMLPLR$new(obj_dml_data, ml_g, ml_m [, ...]) ``
165165 to ``DoubleMLPLR$new(obj_dml_data, ml_l, ml_m, ml_g [, ...]) ``
166166 - Use ``task_type `` instead of ``learner_class `` to identify whether a learner is meant to regress or classify (this
167167 change makes it possible to easily integrate pipelines from ``mlr3pipelines `` as learner for the nuisance functions)
0 commit comments