Skip to content

Releases: TARGENE/TMLE.jl

v0.20.3

29 Sep 12:30
0e4f3cc

Choose a tag to compare

TMLE v0.20.3

Diff since v0.20.2

Merged pull requests:

Closed issues:

  • Case-Control Weighted TMLE (#136)

v0.20.2

15 Aug 21:42
27b6916

Choose a tag to compare

v0.20.1

15 Aug 21:11
54ec95a

Choose a tag to compare

v0.20.0

15 Aug 20:37
77c0200

Choose a tag to compare

TMLE v0.20.0

Diff since v0.19.0

Breaking changes

  • Composition is now managed through an extension, a backend must be loaded together with DifferentiationInterface

Merged pull requests:

v0.19.0

05 Jun 21:06
c54d32d

Choose a tag to compare

TMLE v0.19.0

Diff since v0.18.1

Breaking changes

  • Weighted TMLE is now the default
  • Renaming: TMLEE -> Tmle, OSE -> Ose, NAIVE -> Plugin
  • Datasets must be a DataFrame

New Features

  • Multithreaded acceleration for nuisance function estimation
  • Two C-TMLE flavours
  • A new resampling strategy taking into account the treatment variables

Merged pull requests:

Closed issues:

  • Paper submission (#53)
  • Multiple steps TMLE (#90)
  • C-TMLE (#92)
  • Documentation needs some love (#108)
  • GLM for ill-formed matrices (#116)
  • Bug if factorialEstimand is built from a dataset with categorical treatments (#124)
  • Acceleration (#126)
  • Greedy C-TMLE (#127)
  • Documentation (#128)
  • Cleaning (#129)
  • Write JOSS paper and submit (#130)

v0.18.1

15 Apr 15:15
5603e17

Choose a tag to compare

TMLE v0.18.1

Diff since v0.18.0

  • Fix independence assumption in propensity score evaluation. Instead of assuming p(T1, ...Tp) = p(T1)*...*p(Tp), we now have a general factorization rule p(T1, ...Tp) = TT p(Ti|T<i).

Merged pull requests:

Closed issues:

  • Link to documentation in repo description (#122)

v0.18.0

12 Mar 10:54
a075c0e

Choose a tag to compare

TMLE v0.18.0

Diff since v0.17.1

New Features

  • Multiple steps TMLE

Breaking changes

  • change from AbstractDifferentiation to DifferentiationInterface

Merged pull requests:

Closed issues:

  • IPW and AIPW (#93)

v0.17.1

06 Feb 16:51

Choose a tag to compare

TMLE v0.17.1

Diff since v0.17.0

Merged pull requests:

  • implement function to fit estimators on a CausalTable (#118) (@salbalkus)

Closed issues:

  • Generate all parameters from a parameter family given data (#77)
  • Find the time to rework docs (#95)
  • Bring the FailedEstimate from TMLECI here (#113)

v0.17.0

21 Aug 10:19
248bc05

Choose a tag to compare

TMLE v0.17.0

Diff since v0.16.1

Merged pull requests:

Closed issues:

  • ComposedEstimands shouldn't take a function (#102)

v0.16.1

29 Apr 19:03
5d4a8e9

Choose a tag to compare

TMLE v0.16.1

Diff since v0.16.0

Merged pull requests: