Skip to content

Release notes for the Python pkg in version 0.5.1 & 0.5.2 and the R pkg in version 0.5.2 #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Nov 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/intro/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ After setting up python and pip as described above use

.. code-block:: Bash

$ pip install -U DoubleML-0.5.0-py3-none-any.whl
$ pip install -U DoubleML-0.5.1-py3-none-any.whl

Python: Building the package from source
----------------------------------------
Expand Down
30 changes: 30 additions & 0 deletions doc/release/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ Release notes

.. tabbed:: Python

**DoubleML 0.5.2**
- Fix / adapted unit tests which failed in the release of 0.5.1 to conda-forge
`#172 <https://github.com/DoubleML/doubleml-for-py/pull/172>`_

**DoubleML 0.5.1**

- Store estimated models for nuisance parameters
`#159 <https://github.com/DoubleML/doubleml-for-py/pull/159>`_
- Bug fix: Overwrite for tune method (introduced for depreciation warning) did not return the tune result
`#160 <https://github.com/DoubleML/doubleml-for-py/pull/160>`_
`#162 <https://github.com/DoubleML/doubleml-for-py/issues/162>`_
- Maintenance
`#166 <https://github.com/DoubleML/doubleml-for-py/pull/166>`_
`#167 <https://github.com/DoubleML/doubleml-for-py/pull/167>`_
`#168 <https://github.com/DoubleML/doubleml-for-py/pull/168>`_
`#170 <https://github.com/DoubleML/doubleml-for-py/pull/170>`_

**DoubleML 0.5.0**

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

.. tabbed:: R

**DoubleML 0.5.2**

- Store estimated models for nuisance parameters
`#169 <https://github.com/DoubleML/doubleml-for-r/pull/169>`_
- New maintainer of the CRAN package DoubleML `@PhilippBach <https://github.com/PhilippBach>`_
- Maintenance
`#170 <https://github.com/DoubleML/doubleml-for-r/pull/170>`_
`#173 <https://github.com/DoubleML/doubleml-for-r/pull/173>`_
`#174 <https://github.com/DoubleML/doubleml-for-r/pull/174>`_
`#177 <https://github.com/DoubleML/doubleml-for-r/pull/177>`_
`#178 <https://github.com/DoubleML/doubleml-for-r/pull/178>`_


**DoubleML 0.5.1**

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