Releases: CITCOM-project/CausalTestingFramework
Releases · CITCOM-project/CausalTestingFramework
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
V4.3.0
What's Changed
- Move to pydot by @cwild-UoS in #204
- Expose estimator type params by @cwild-UoS in #205
- Expose concrete test generation parameters in JSON Frontend by @cwild-UoS in #189
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
- Version Release Docs by @cwild-UoS in #186
- Utils Package by @cwild-UoS in #191
- Categorical variables by @jmafoster1 in #188
- Can now generate metamorphic tests from the metamorphic_relation.py file by @jmafoster1 in #195
- Dev docs by @cwild-UoS in #197
- Move z3_solver to be first dependency by @cwild-UoS in #199
- Estimates now taken from causal test case when executing test by @rsomers1998 in #202
- Json optional data path by @cwild-UoS in #198
Full Changelog: v4.1.0...v4.2.0
v4.1.0
Now logging the numerical results of coefficient causal test cases rather than just "pass" or "fail".
What's Changed
- Only a single treatment now by @rsomers1998 in #183
- Logging causal test results by @jmafoster1 in #184
Full Changelog: v4.0.1...v4.1.1
v4.0.1
v4.0.0
What's Changed
- JSON add estimator formula by @cwild-UoS in #176
- JSON concrete tests by @cwild-UoS in #179
- Json cate by @jmafoster1 in #177
Full Changelog: v3.2.0...v4.0.0
Breaking Changes
- Changes to both method names and parameters within JSON frontend class