Skip to content

Commit 747632b

Browse files
authored
Merge pull request #104 from DoubleML/m-release-notes-py-0.5.1-and-r-0.5.2
Release notes for the Python pkg in version 0.5.1 & 0.5.2 and the R pkg in version 0.5.2
2 parents d6680eb + e0bfda0 commit 747632b

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

doc/intro/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ After setting up python and pip as described above use
320320

321321
.. code-block:: Bash
322322
323-
$ pip install -U DoubleML-0.5.0-py3-none-any.whl
323+
$ pip install -U DoubleML-0.5.1-py3-none-any.whl
324324
325325
Python: Building the package from source
326326
----------------------------------------

doc/release/release.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ Release notes
55

66
.. tabbed:: Python
77

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+
825
**DoubleML 0.5.0**
926

1027
- Implement a new score function ``score = 'IV-type'`` for the PLIV model (for details see
@@ -153,6 +170,19 @@ Release notes
153170

154171
.. tabbed:: R
155172

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+
156186
**DoubleML 0.5.1**
157187

158188
- Fix a CRAN issue (html checks) by regenerating ``.Rd``-files with the newest version of ``roxygen2``.

0 commit comments

Comments
 (0)