Skip to content

Releases: CITCOM-project/CausalTestingFramework

v12.0.0

11 Aug 10:52
e7371aa
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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

JOSS release

05 Mar 09:26
1cdfb78
Compare
Choose a tag to compare

Changed to Rob's full name in the JOSS paper

JOSS release

04 Mar 16:25
acb62d4
Compare
Choose a tag to compare
  • Changes to address the JOSS reviewer comments
  • Removed redundant legacy code
  • Improved front end entrypoint

GP fitness function fix

09 Jan 13:06
641107f
Compare
Choose a tag to compare

Candidate expressions which give badly typed outputs are now assigned infinite fitness to signify their incorrect behaviour.

Fixed GP estimation fitness function

06 Jan 15:47
7bf3f4c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

Added Ignore Cycles and Dropped Python 3.9

04 Dec 09:32
bb2527b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v9.0.0

Total time in IPCW estimator

13 Nov 12:05
de0a676
Compare
Choose a tag to compare

What's Changed

  • Support for treatment strategies with interventions at non-consecutiv… by @jmafoster1 in #292

Full Changelog: v8.0.0...v8.1.0

GP regression equation fitting

17 Sep 14:32
d5f0dad
Compare
Choose a tag to compare

This release provides functionality to fit regression equations using Genetic Programming. To facilitate this, we move estimation from estimation.py within the testing package to its own dedicated estimation package with each estimator being in its own separate file.