Skip to content

Releases: CITCOM-project/CausalTestingFramework

v14.2.0

Choose a tag to compare

@f-allian f-allian released this 08 May 10:51
9f06df2

What's Changed

Full Changelog: v14.1.0...v14.2.0

v14.1.0

Choose a tag to compare

@jmafoster1 jmafoster1 released this 16 Feb 12:34
547d45d

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

Choose a tag to compare

@f-allian f-allian released this 05 Feb 11:08
7c10efe

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

Choose a tag to compare

@jmafoster1 jmafoster1 released this 20 Jan 08:38
6325ced
  • 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

Choose a tag to compare

@jmafoster1 jmafoster1 released this 26 Nov 11:49
99e765e

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

Causal test adequacy from commandline

Choose a tag to compare

@jmafoster1 jmafoster1 released this 24 Nov 12:01
31aa186

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

Choose a tag to compare

@f-allian f-allian released this 12 Nov 16:06
6c4f8a8

What's Changed

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

Removed debugging print

Choose a tag to compare

@jmafoster1 jmafoster1 released this 13 Aug 09:51
fed97ad

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

v12.0.0

Choose a tag to compare

@f-allian f-allian released this 11 Aug 10:52
e7371aa

What's Changed

New Contributors

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

v11.0.0

Choose a tag to compare

@f-allian f-allian released this 31 Jul 09:58
756203c

What's Changed

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

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