@@ -5,6 +5,23 @@ Release notes
5
5
6
6
.. tabbed :: Python
7
7
8
+ **DoubleML 0.5.2 **
9
+ - Fix / adapted unit tests which failed in the release of 0.5.1 to conda-forge
10
+ `#172 <https://github.com/DoubleML/doubleml-for-py/pull/172 >`_
11
+
12
+ **DoubleML 0.5.1 **
13
+
14
+ - Store estimated models for nuisance parameters
15
+ `#159 <https://github.com/DoubleML/doubleml-for-py/pull/159 >`_
16
+ - Bug fix: Overwrite for tune method (introduced for depreciation warning) did not return the tune result
17
+ `#160 <https://github.com/DoubleML/doubleml-for-py/pull/160 >`_
18
+ `#162 <https://github.com/DoubleML/doubleml-for-py/issues/162 >`_
19
+ - Maintenance
20
+ `#166 <https://github.com/DoubleML/doubleml-for-py/pull/166 >`_
21
+ `#167 <https://github.com/DoubleML/doubleml-for-py/pull/167 >`_
22
+ `#168 <https://github.com/DoubleML/doubleml-for-py/pull/168 >`_
23
+ `#170 <https://github.com/DoubleML/doubleml-for-py/pull/170 >`_
24
+
8
25
**DoubleML 0.5.0 **
9
26
10
27
- Implement a new score function ``score = 'IV-type' `` for the PLIV model (for details see
@@ -153,6 +170,19 @@ Release notes
153
170
154
171
.. tabbed :: R
155
172
173
+ **DoubleML 0.5.2 **
174
+
175
+ - Store estimated models for nuisance parameters
176
+ `#169 <https://github.com/DoubleML/doubleml-for-r/pull/169 >`_
177
+ - New maintainer of the CRAN package DoubleML `@PhilippBach <https://github.com/PhilippBach >`_
178
+ - Maintenance
179
+ `#170 <https://github.com/DoubleML/doubleml-for-r/pull/170 >`_
180
+ `#173 <https://github.com/DoubleML/doubleml-for-r/pull/173 >`_
181
+ `#174 <https://github.com/DoubleML/doubleml-for-r/pull/174 >`_
182
+ `#177 <https://github.com/DoubleML/doubleml-for-r/pull/177 >`_
183
+ `#178 <https://github.com/DoubleML/doubleml-for-r/pull/178 >`_
184
+
185
+
156
186
**DoubleML 0.5.1 **
157
187
158
188
- Fix a CRAN issue (html checks) by regenerating ``.Rd ``-files with the newest version of ``roxygen2 ``.
0 commit comments