Skip to content

Releases: DoubleML/doubleml-for-r

DoubleML 1.0.2

14 Apr 07:52

Choose a tag to compare

  • Add sample selection models, thanks to new contributor Petra Jasenakova @petronelaj
    R #213
  • Maintenance including updates to GitHub workflows
    R #205
    R #220

DoubleML 1.0.1

10 Apr 19:01

Choose a tag to compare

Maintenance (upcoming breaking changes from paradox package), thanks to new contributor Martin Binder @mb706 R #195 R #198

(This GitHub release is issued with some delay)

DoubleML 1.0.0

16 Feb 11:45

Choose a tag to compare

  • Update citation info to publication in Journal of Statistical Software, rename helper function and fix links and GH actions #191

DoubleML 0.5.3

03 Apr 14:12

Choose a tag to compare

DoubleML 0.5.3

  • Add documentation for estimated models for nuisance parameters #181
  • New contributor @SvenKlaassen
  • Maintenance #179

DoubleML 0.5.2

24 Nov 08:08

Choose a tag to compare

DoubleML 0.5.1

19 Aug 13:06

Choose a tag to compare

  • Fix a CRAN issue (html checks) by regenerating .Rd-files with the newest version of roxygen2 #166 #167 #168

DoubleML 0.5.0

14 Jun 10:03

Choose a tag to compare

  • Implement a new score function score = 'IV-type' for the PLIV model (for details see #161)
    --> API change from DoubleMLPLIV$new(obj_dml_data, ml_g, ml_m, ml_r [, ...]) to DoubleMLPLIV$new(obj_dml_data, ml_g, ml_m, ml_r, ml_g [, ...])
  • Adapt the nuisance estimation for the 'IV-type' score for the PLR model (for details see #161)
    --> API change from DoubleMLPLR$new(obj_dml_data, ml_g, ml_m [, ...]) to DoubleMLPLR$new(obj_dml_data, ml_l, ml_m, ml_g [, ...])
  • Use task_type instead of learner_class to identify whether a learner is meant to regress or classify (this change makes it possible to easily integrate pipelines from mlr3pipelines as learner for the nuisance functions) #141
  • Add Contribution Guidelines, issue templates, a pull request template and a discussion forum to the R package repository #142 #146 #147
  • Allow the usage of classifiers for binary outcome variables in the model classes IRM and IIVM #114
  • Bug fixes and maintenance #155 #156 #157 #158 #160 #163

DoubleML 0.4.1

26 Oct 14:04

Choose a tag to compare

  • Prevent usage of glmnet learner for unit testing as recommended by CRAN (failing tests on Solaris) #137
  • Prepare for the upcoming release of checkmate which is not backward compatible with our unit tests #134

DoubleML 0.4.0

14 Oct 09:04

Choose a tag to compare

DoubleML 0.3.1

02 Aug 14:43

Choose a tag to compare

  • Initialize all numeric matrices, vectors and arrays with the correct data type by using NA_real_ instead of NA #115
  • Replace a print() call with cat() #115