Skip to content

Releases: CITCOM-project/CausalTestingFramework

v14.1.0

16 Feb 12:34
547d45d

Choose a tag to compare

Switched to using statsmodels array API instead of formula API. This makes causal test adequacy calculations faster since patsy doesn't have to parse the formula and build the design matrix each time, which can be quite time-consuming. See sig-rpc/sig-rpc.github.io#98 for a detailed explanation.

v14.0.1

05 Feb 11:08
7c10efe

Choose a tag to compare

What's Changed

  • Removed adequacy warning catching and made alpha an MR parameter by @jmafoster1 in #375
  • Fixes causal test results misalignment when skip:true tests are present by @f-allian in #378

Full Changelog: v14.0.0...v14.1.0

v14.0.0

20 Jan 08:38
6325ced

Choose a tag to compare

  • Removed the redundant CausalSpecification class.
  • Updated tutorials and docs.
  • More comprehensive logging for causal test adequacy.
  • Fixed some minor errors and general housekeeping.

v13.2.0

26 Nov 11:49
99e765e

Choose a tag to compare

Added a new parameter test_inputs to causal test transformation to allow independence testing between root nodes.

Causal test adequacy from commandline

24 Nov 12:01
31aa186

Choose a tag to compare

This PR adds a commandline argument to calculate causal test adequacy for the test suite. It also fixes a minor labelling bug for the logistic regression estimator.

v13.0.0

12 Nov 16:06
6c4f8a8

Choose a tag to compare

What's Changed

Full Changelog: v12.0.1...v13.0.0

Removed debugging print

13 Aug 09:51
fed97ad

Choose a tag to compare

Accidentally left a print statement in. This version removes it for clean output.

v12.0.0

11 Aug 10:52
e7371aa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v11.0.0...v12.0.0

v11.0.0

31 Jul 09:58
756203c

Choose a tag to compare

What's Changed

  • Changed main run command to facilitate test generation by @jmafoster1 in #346

Full Changelog: v10.0.2...v11.0.0

v10.0.2

11 Jul 08:12
b162d8f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.0.1...v10.0.2