Skip to content

Releases: CITCOM-project/CausalTestingFramework

v5.3.3

15 Dec 16:07
44daba4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.2...v5.3.3

v5.3.2

15 Nov 11:35
a363dca
Compare
Choose a tag to compare

What's Changed

  • Update figshare.yaml by @cwild-UoS in #248
  • Non functional release

Full Changelog: v5.3.1...v5.3.2

v5.3.1

15 Nov 11:18
a5922d7
Compare
Choose a tag to compare

What's Changed

  • Update: edited example_vaccine.py by @f-allian in #244
  • Add workflow to release to Figshare on release by @cwild-UoS in #247

Full Changelog: v5.2.2...v5.4.0

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.