Skip to content

Commit cf4b687

Browse files
committed
add release notes
1 parent 8fa52b0 commit cf4b687

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

doc/release/release.rst

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

66
.. tabbed:: Python
77

8+
**DoubleML 0.6.0**
9+
10+
- Add out-of-sample RMSE and targets for nuisance elements and implement nuisance estimation
11+
evaluation via ``evaluate_learners()``.
12+
`#182 <https://github.com/DoubleML/doubleml-for-py/pull/182>`_
13+
`#188 <https://github.com/DoubleML/doubleml-for-py/pull/188>`_
14+
- Implement ``gate()`` and ``cate()`` methods for ``DoubleMLIRM`` class. Both are
15+
based on the new ``DoubleMLBLP`` class.
16+
`#169 <https://github.com/DoubleML/doubleml-for-py/pull/169>`_
17+
- Implement different type of quantile models
18+
`#179 <https://github.com/DoubleML/doubleml-for-py/pull/179>`_
19+
20+
- Potential quantiles (PQ) in class ``DoubleMLPQ``
21+
- Local potential quantiles (LPQ) in class ``DoubleMLLPQ``
22+
- Conditional value at risk (CVaR) in class ``DoubleMLCVAR``
23+
- Quantile treatment effects (QTE) in class ``DoubleMLQTE``
24+
25+
- Extend clustering to nonlinear scores
26+
`#190 <https://github.com/DoubleML/doubleml-for-py/pull/190>`_
27+
- Add ``ipw_normalization`` option to ``DoubleMLIRM`` and ``DoubleMLIIVM``
28+
`#186 <https://github.com/DoubleML/doubleml-for-py/pull/186>`_
29+
- Implement an abstract base class for data backends
30+
`#173 <https://github.com/DoubleML/doubleml-for-py/pull/173>`_
31+
- Extend the guide in the documentation and add further examples
32+
`#116 <https://github.com/DoubleML/doubleml-docs/pull/116>`_
33+
`#125 <https://github.com/DoubleML/doubleml-docs/pull/125>`_
34+
`#126 <https://github.com/DoubleML/doubleml-docs/pull/126>`_
35+
- Code refactorings, bug fixes, docu updates, unit test extensions and continuous integration
36+
`#183 <https://github.com/DoubleML/doubleml-for-py/pull/183>`_
37+
`#192 <https://github.com/DoubleML/doubleml-for-py/pull/192>`_
38+
`#195 <https://github.com/DoubleML/doubleml-for-py/pull/195>`_
39+
`#196 <https://github.com/DoubleML/doubleml-for-py/pull/196>`_
40+
- Maintenance
41+
`#174 <https://github.com/DoubleML/doubleml-for-py/pull/174>`_
42+
`#178 <https://github.com/DoubleML/doubleml-for-py/pull/178>`_
43+
`#181 <https://github.com/DoubleML/doubleml-for-py/pull/181>`_
44+
845
**DoubleML 0.5.2**
946

1047
- Fix / adapted unit tests which failed in the release of 0.5.1 to conda-forge

0 commit comments

Comments
 (0)