Releases: CITCOM-project/CausalTestingFramework
Releases · CITCOM-project/CausalTestingFramework
v6.0.0
What's Changed
- Fixed exact value atol bug for negative values by @jmafoster1 in #263
- Test categorical confidence intervals by @jmafoster1 in #265
- Estimator return types by @christopher-wild in #264
- Fix: Remove spurious nodes in dot files due to \n by @f-allian in #268
- Fix bug in categorical gene types by @rsomers1998 in #267
Full Changelog: v5.3.4...v6.0.0
Major release due to the enforcement of estimator return types potentially breaking code.
Restored data conditions
Data conditions at the test level had somehow been removed. This patch restores the capability.
v5.3.3
v5.3.2
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
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
Formula validation did not work for direct effects. It has been rolled back, and a few minor bugs fixed.
v5.3.0
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
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
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
Merge pull request #232 from CITCOM-project/test-adequacy Fixed serialisation bug