Skip to content

Releases: CITCOM-project/CausalTestingFramework

v5.1.2

10 Aug 11:22
c13e3c7
Compare
Choose a tag to compare

What's Changed

  • Changed numpy version in .toml file to avoid runtime exceptions. by @f-allian in #227

New Contributors

Full Changelog: v5.1.1...v5.1.2

Fixed order dependency in causal DAG adequacy

08 Aug 15:52
0776b79
Compare
Choose a tag to compare

Fixed a bug where the order of causal independence tests affected causal DAG adequacy, which it should not.

Causal Test Adequacy

04 Aug 13:17
bf0bbe3
Compare
Choose a tag to compare

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

02 Aug 13:23
aefccd3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v5.0.0

v4.4.0

14 Jul 15:19
c583759
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.4.0

V4.3.0

11 Jul 10:16
3be14bc
Compare
Choose a tag to compare

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

26 Jun 10:49
d673d0a
Compare
Choose a tag to compare

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

03 May 14:57
bc13d84
Compare
Choose a tag to compare

Now logging the numerical results of coefficient causal test cases rather than just "pass" or "fail".

What's Changed

Full Changelog: v4.0.1...v4.1.1

v4.0.1

26 Apr 15:29
28aa04c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

26 Apr 09:57
8fafe9d
Compare
Choose a tag to compare

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