Skip to content

Releases: DoubleML/doubleml-for-py

DoubleML 0.8.1

10 Jun 13:15
Compare
Choose a tag to compare
  • Increment package requirements and update workflows for Python 3.9 (add tests for Python 3.12) #247 #175

  • Additional example for ranking treatment effects (by Apoorva Lal) #173 #174

  • Maintenance documentation #172

DoubleML 0.8.0

06 Jun 14:19
Compare
Choose a tag to compare
  • Release highlight: Sample-selections models as DoubleMLSMM class (by Michaela KecskΓ©sovΓ‘) #231 #235 #171

  • API change: Remove options apply_crossfitting and dml_procedure from the DoubleML class #227 #166

  • Restructure the package to improve readability and maintainability #225

  • Add a DoubleMLFramework class to combine multiple DoubleML models (aggregation of estimates, bootstrap, and CI-procedures #226 #169

  • Enable the use of external predictions for short models in benchmarks (by Lucien) #238 #239

  • Add the gain_statistics to utils for sensitivity analysis #229

  • Maintenance documentation #162 #163 #164 #165 #167 #168

  • Maintenance package #225 #229 #246

DoubleML 0.7.1

02 Feb 12:57
Compare
Choose a tag to compare
  • Release highlight: Add weights to DoubleMLIRM class to extend sensitivity to GATEs etc. #220 #229 #155 #161

  • Extend GATE and CATE estimation to the DoubleMLPLR class #220 #155

  • Enable the use of external predictions for DoubleML classes #221 #159

  • Implementing utility classes and functions (gain statistics and dummy learners) #221 #222 #229 #161

  • Extend example Gallery #153 #158 #161

  • Maintenance documentation #157 #160

  • Maintenance package #223 #224

DoubleML 0.7.0

18 Sep 12:38
Compare
Choose a tag to compare
  • Release highlight: Benchmarking for Sensitivity Analysis (omitted variable bias) #211

  • Policy tree estimation for the DoubleMLIRM class #212

  • Extending sensitivity and policy tree documentation in User Guide and Example Gallery #148 #150

  • The package requirements are set to Python 3.8 or higher #211

  • Maintenance documentation #149

  • Maintenance package #213

DoubleML 0.6.3

26 Jun 12:40
Compare
Choose a tag to compare
  • Fix install requirements for 0.6.2 #208

DoubleML 0.6.2

21 Jun 14:28
Compare
Choose a tag to compare
  • Release highlight: Sensitivity Analysis (omitted variable bias) for #201

    • DoubleMLPLR
    • DoubleMLIRM
    • DoubleMLDID
    • DoubleMLDIDCS
  • Updated documentation #144 #141

  • Extend the guide with sensitivity and add further examples #142

  • Maintenance package #202 #206

  • Maintenance documentation #137 #138 #140 #143 #145 #146

DoubleML 0.6.1

08 May 07:39
Compare
Choose a tag to compare

DoubleML 0.6.1

  • Release highlight: Difference-in-differences models for ATTE estimation #200 #194
    - Panel data DoubleMLDID
    - Repeated cross sections DoubleMLDIDCS

  • Add a potential time variable to DoubleMLData (until now only used in DoubleMLDIDCS) #200

  • Extend the guide in the documentation and add further examples #132 #133 #135

  • Maintenance #199 #134 #136

DoubleML 0.6.0

04 Apr 13:16
841dbf6
Compare
Choose a tag to compare

DoubleML 0.6.0

  • Release highlight: Heterogeneous treatment effects (GATE, CATE, Quantile effects, ...)

  • Add out-of-sample RMSE and targets for nuisance elements and implement nuisance estimation
    evaluation via evaluate_learners(). #182 #188

  • Implement gate() and cate() methods for DoubleMLIRM class. Both are
    based on the new DoubleMLBLP class. #169

  • Implement different type of quantile models #179

    • Potential quantiles (PQ) in class DoubleMLPQ
    • Local potential quantiles (LPQ) in class DoubleMLLPQ
    • Conditional value at risk (CVaR) in class DoubleMLCVAR
    • Quantile treatment effects (QTE) in class DoubleMLQTE
  • Extend clustering to nonlinear scores #190

  • Add ipw_normalization option to DoubleMLIRM and DoubleMLIIVM #186

  • Implement an abstract base class for data backends #173

  • Code refactorings, bug fixes, docu updates, unit test extensions and continuous integration #183 #192 #195 #196

  • Change License to BSD 3-Clause #198

  • Maintenance #174 #178 #181

DoubleML 0.5.2

14 Nov 10:43
Compare
Choose a tag to compare
  • Fix / adapted unit tests which failed in the release of 0.5.1 to conda-forge #172

DoubleML 0.5.1

11 Nov 14:30
Compare
Choose a tag to compare
  • Store estimated models for nuisance parameters #159
  • Bug fix: Overwrite for tune method (introduced for depreciation warning) did not return the tune result #160 #162
  • Maintenance #166 #167 #168 #170