Skip to content

Commit 982100e

Browse files
committed
prepare release notes for the R pkg in version 0.5.0
1 parent 1df630d commit 982100e

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

doc/release/release.rst

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,40 @@ Release notes
131131

132132
.. tabbed:: R
133133

134+
**DoubleML 0.5.0**
135+
136+
- Implement a new score function (``'IV-type'``) for the PLIV model (for details see
137+
`#161 <https://github.com/DoubleML/doubleml-for-r/pull/161>`_)
138+
--> API changed from ``DoubleMLPLIV$new(obj_dml_data, ml_g, ml_m, ml_r [, ...])``
139+
to ``DoubleMLPLIV$new(obj_dml_data, ml_g, ml_m, ml_r, ml_g [, ...])``
140+
- Adapt the nuisance estimation for the ``'IV-type'`` score for the PLR model (for details see
141+
`#161 <https://github.com/DoubleML/doubleml-for-r/pull/161>`_)
142+
--> API changed from ``DoubleMLPLR$new(obj_dml_data, ml_g, ml_m [, ...])``
143+
to ``DoubleMLPLR$new(obj_dml_data, ml_l, ml_m, ml_g [, ...])``
144+
- Use ``task_type`` instead of ``learner_class`` to identify whether a learner is meant to regress or classify (this
145+
change makes it possible to easily integrate pipelines from ``mlr3pipelines`` as learner for the nuisance functions)
146+
`#141 <https://github.com/DoubleML/doubleml-for-r/pull/141>`_
147+
- Add `Contribution Guidelines <https://github.com/DoubleML/doubleml-for-r/blob/master/CONTRIBUTING.md>`_,
148+
issue templates, a pull request template and a
149+
`discussion forum <https://github.com/DoubleML/doubleml-for-r/discussions>`_ to the R package repository
150+
`#142 <https://github.com/DoubleML/doubleml-for-r/pull/142>`_
151+
`#146 <https://github.com/DoubleML/doubleml-for-r/pull/146>`_
152+
`#147 <https://github.com/DoubleML/doubleml-for-r/pull/147>`_
153+
- Allow the usage of classifiers for binary outcome variables in the model classes IRM and IIVM
154+
`#114 <https://github.com/DoubleML/doubleml-for-r/pull/114>`_
155+
- Bug fixes and maintenance
156+
`#155 <https://github.com/DoubleML/doubleml-for-r/issues/155>`_
157+
`#156 <https://github.com/DoubleML/doubleml-for-r/issues/156>`_
158+
`#157 <https://github.com/DoubleML/doubleml-for-r/issues/157>`_
159+
`#158 <https://github.com/DoubleML/doubleml-for-r/issues/158>`_
160+
`#160 <https://github.com/DoubleML/doubleml-for-r/pull/160>`_
161+
162+
134163
**DoubleML 0.4.1**
135164

136-
- Prevent usage of `glmnet` learner for unit testing as recommended by CRAN (failing tests on Solaris)
165+
- Prevent usage of ``glmnet`` learner for unit testing as recommended by CRAN (failing tests on Solaris)
137166
`#137 <https://github.com/DoubleML/doubleml-for-r/pull/137>`_
138-
- Prepare for the upcoming release of `checkmate` which is not backward compatible with our unit tests
167+
- Prepare for the upcoming release of ``checkmate`` which is not backward compatible with our unit tests
139168
`#134 <https://github.com/DoubleML/doubleml-for-r/pull/134>`_
140169

141170
**DoubleML 0.4.0**

0 commit comments

Comments
 (0)