Releases: CITCOM-project/CausalTestingFramework
Releases · CITCOM-project/CausalTestingFramework
Rollback formula validation
Formula validation did not work for direct effects. It has been rolled back, and a few minor bugs fixed.
v5.3.0
What's Changed
- Formula validation by @cwild-UoS in #235
- Fixed typo in the documentation example. by @f-allian in #237
Full Changelog: v5.2.1...v5.3.0
v5.2.1
What's Changed
- Remove Redundant Adjustment Set Calc when Formula by @cwild-UoS in #233
Full Changelog: v5.2.0...v5.2.1
v5.2.0
Merge pull request #225 from CITCOM-project/estimator_params_for_linear add estimator params for linear regression estimate methods
Fixed JSON serialisation bug for causal test results
Merge pull request #232 from CITCOM-project/test-adequacy Fixed serialisation bug
v5.1.2
Fixed order dependency in causal DAG adequacy
Fixed a bug where the order of causal independence tests affected causal DAG adequacy, which it should not.
Causal Test Adequacy
This release introduces two causal test adequacy metric to the CTF: one based on causal DAGs and the number of edges and independencies tested, the other based on the adequacy of a given data set to test individual causal edges. These can be found in causal_testing.testing.causal_test_adequacy.py
.
v5.0.0
What's Changed
- Removing unnecessary code by @rsomers1998 in #214
- Removed the big
if
statement in causal test engine by @jmafoster1 in #213 - Test engine refactor by @cwild-UoS in #219
Full Changelog: v4.4.0...v5.0.0
v4.4.0
What's Changed
- Alpha by @jmafoster1 in #207
- Windows wheel install by @cwild-UoS in #208
- Quick out if no scenario constraints by @jmafoster1 in #212
Full Changelog: v4.3.0...v4.4.0