Releases: TARGENE/TMLE.jl
Releases · TARGENE/TMLE.jl
v0.17.0
TMLE v0.17.0
Merged pull requests:
- Agnostic composed (#110) (@olivierlabayle)
- For 0.17.0 release (#112) (@olivierlabayle)
Closed issues:
- ComposedEstimands shouldn't take a function (#102)
v0.16.1
v0.16.0
TMLE v0.16.0
- Support for OrderedFactor{2}, Multiclass should be deprecated in the future
- Replace TreatmentTransformer (deprecated) with MLJModels.ContinuousEncoder
Merged pull requests:
- Ordered factor (#107) (@olivierlabayle)
Closed issues:
- No issue, just thank you! (#105)
v0.15.0
TMLE v0.15.0
Add factorialEstimand
and factorialEstimands
for all CM
, ATE
and IATE
.
Merged pull requests:
- generalize methods to factorialEstimand [BREAKING] (#106) (@olivierlabayle)
v0.14.2
TMLE v0.14.2
- Fix the "show" method issues arising from the previous version
- add sorting of treatment values for maximizing joint estimand size
v0.14.1
TMLE v0.14.1
- Add significance_test function
- Change show methods of Estimates to return test result
Merged pull requests:
- Significance test (#103) (@olivierlabayle)
v0.14.0
TMLE v0.14.0
- Limit the generation of factorial ATEs and IATEs to linearly independent ones
- Rename the generating methods
Merged pull requests:
- Linearly indep estimands (#101) (@olivierlabayle)
v0.13.1
TMLE v0.13.1
- Remove ::SCM typing in identify method for
ComposedEstimand
to defer error to component if scm is not provided.
v0.13.0
TMLE v0.13.0
New features
generateIATEs
generates interaction estimands
Breaking changes
generateATEs
now returns aComposedEstimand
Merged pull requests:
- Generate iates (#99) (@olivierlabayle)