What's Changed * Support for treatment strategies with interventions at non-consecutiv… by jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/292
This release provides functionality to fit regression equations using Genetic Programming. To facilitate this, we move estimation from `estimation.py` within the `testing` package to its own dedicated `estimation` package with each estimator being in its own separate file.
7.1.1
The value of `alpha` from `IPCWEstimator` was not being passed into the Cox fitter, so it was always using 95% confidence intervals. Now alpha is being passed in, so confidence intervals can be customised as intended.
7.1.0
A new estimator class `IPCWEstimator` for time to event analysis.
7.0.0
From this version onwards, the CTF supports python 3.9 to 3.12 What's Changed * Documentation Revamp by f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/279 * Python 312 compatible by christopher-wild in https://github.com/CITCOM-project/CausalTestingFramework/pull/280
What's Changed * Fix: Small changes to the automate-dafni workflow by f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/272 * Added in the control data by jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/273 * Updated workflow schematic by jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/275 * Fix Schematic Images by f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/278