What's Changed * Changed numpy version in .toml file to avoid runtime exceptions. by f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/227
New Contributors * f-allian made their first contribution in https://github.com/CITCOM-project/CausalTestingFramework/pull/227
Fixed a bug where the order of causal independence tests affected causal DAG adequacy, which it should not.
5.1.0
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`.
5.0.0
What's Changed * Removing unnecessary code by rsomers1998 in https://github.com/CITCOM-project/CausalTestingFramework/pull/214 * Removed the big `if` statement in causal test engine by jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/213 * Test engine refactor by cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/219
What's Changed * Alpha by jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/207 * Windows wheel install by cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/208 * Quick out if no scenario constraints by jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/212
What's Changed * Move to pydot by cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/204 * Expose estimator type params by cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/205 * Expose concrete test generation parameters in JSON Frontend by cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/189