Skip to content

Releases: CITCOM-project/CausalTestingFramework

Rollback formula validation

20 Sep 08:30
3b00417
Compare
Choose a tag to compare

Formula validation did not work for direct effects. It has been rolled back, and a few minor bugs fixed.

v5.3.0

24 Aug 12:13
76557f2
Compare
Choose a tag to compare

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

16 Aug 14:42
979e005
Compare
Choose a tag to compare

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

15 Aug 14:29
18b6ccd
Compare
Choose a tag to compare
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

15 Aug 12:45
ee8be4d
Compare
Choose a tag to compare
Merge pull request #232 from CITCOM-project/test-adequacy

Fixed serialisation bug

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