Recent Releases of The Causal Testing Framework
The Causal Testing Framework - Removed debugging print
Accidentally left a print statement in. This version removes it for clean output.
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 5 months ago
The Causal Testing Framework - v12.0.0
What's Changed
- Experimental optimisations, proposed by ChatGPT. by @neilwalkinshaw in https://github.com/CITCOM-project/CausalTestingFramework/pull/337
- EffectEstimate dataclass by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/353
- Strip Unused Dependencies by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/354
New Contributors
- @neilwalkinshaw made their first contribution in https://github.com/CITCOM-project/CausalTestingFramework/pull/337
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v11.0.0...v12.0.0
Scientific Software - Peer-reviewed
- Python
Published by f-allian 5 months ago
The Causal Testing Framework - v11.0.0
What's Changed
- Changed main run command to facilitate test generation by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/346
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v10.0.2...v11.0.0
Scientific Software - Peer-reviewed
- Python
Published by f-allian 5 months ago
The Causal Testing Framework - v10.0.2
What's Changed
- Docs by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/314
- Fix ORCIDs by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/317
- Create CITATION.cff by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/319
- Added JOSS paper doi badge by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/318
- Functionality for test-specific queries by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/316
- Jmafoster1/exact value confidence intervals by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/321
- Update example_vaccine.py by @Jimazcoder in https://github.com/CITCOM-project/CausalTestingFramework/pull/322
- DAFNI Workflow Enhancements by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/299
- Batch test execution by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/324
- Enforce NetworkX 3.4 by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/328
- Moved test generation from DAG files into main functionality by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/330
- Temporary Fix to the Latest Scipy/Statsmodels Changes by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/332
- Fixes to the CD Pipeline by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/334
- Removed last z3 mention from docs by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/335
- Validation to check that outcome and treatment aren't the same by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/336
New Contributors
- @Jimazcoder made their first contribution in https://github.com/CITCOM-project/CausalTestingFramework/pull/322
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v10.0.1...v10.0.2
Scientific Software - Peer-reviewed
- Python
Published by f-allian 6 months ago
The Causal Testing Framework - JOSS release
Changed to Rob's full name in the JOSS paper
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 10 months ago
The Causal Testing Framework - JOSS release
- Changes to address the JOSS reviewer comments
- Removed redundant legacy code
- Improved front end entrypoint
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 10 months ago
The Causal Testing Framework - GP fitness function fix
Candidate expressions which give badly typed outputs are now assigned infinite fitness to signify their incorrect behaviour.
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 12 months ago
The Causal Testing Framework - Fixed GP estimation fitness function
What's Changed
- Improved GP fitness to use NRMSE by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/300
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v9.0.0...v9.0.1
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 12 months ago
The Causal Testing Framework - Added Ignore Cycles and Dropped Python 3.9
What's Changed
- Ignore cycles by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/294
- Python Version Updates to CI/CD Workflows by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/297
- Fix: Python Version Updates to CI/CD Workflows by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/298
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v8.1.0...v9.0.0
Scientific Software - Peer-reviewed
- Python
Published by f-allian about 1 year ago
The Causal Testing Framework - v9.0.0
What's Changed
- Introduced an option to ignore cycles in causal graphs by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/294
- This uses an updated version of the NetworkX package to detect cycles, which requires Python 3.10 or above. Therefore, this release removes support for Python 3.9 and below.
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v8.1.0...v9.0.0
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 about 1 year ago
The Causal Testing Framework - Total time in IPCW estimator
What's Changed
- Support for treatment strategies with interventions at non-consecutiv… by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/292
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v8.0.0...v8.1.0
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 about 1 year ago
The Causal Testing Framework - GP regression equation fitting
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.
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 over 1 year ago
The Causal Testing Framework - Fixed IPCW alpha bug
The value of alpha from IPCWEstimator was not being passed into the Cox fitter, so it was always using 95% confidence intervals. Now alpha is being passed in, so confidence intervals can be customised as intended.
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 over 1 year ago
The Causal Testing Framework - G-methods estimation
A new estimator class IPCWEstimator for time to event analysis.
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 over 1 year ago
The Causal Testing Framework - v7.0.0
From this version onwards, the CTF supports python 3.9 to 3.12
What's Changed
- Documentation Revamp by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/279
- Python 312 compatible by @christopher-wild in https://github.com/CITCOM-project/CausalTestingFramework/pull/280
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v6.0.2...v7.0.0
Scientific Software - Peer-reviewed
- Python
Published by christopher-wild over 1 year ago
The Causal Testing Framework - v6.0.2
What's Changed
- Fix: Small changes to the automate-dafni workflow by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/272
- Added in the control data by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/273
- Updated workflow schematic by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/275
- Fix Schematic Images by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/278
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v6.0.1...v6.0.2
Scientific Software - Peer-reviewed
- Python
Published by christopher-wild over 1 year ago
The Causal Testing Framework -
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 almost 2 years ago
The Causal Testing Framework - v6.0.0
What's Changed
- Fixed exact value atol bug for negative values by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/263
- Test categorical confidence intervals by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/265
- Estimator return types by @christopher-wild in https://github.com/CITCOM-project/CausalTestingFramework/pull/264
- Fix: Remove spurious nodes in dot files due to \n by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/268
- Fix bug in categorical gene types by @rsomers1998 in https://github.com/CITCOM-project/CausalTestingFramework/pull/267
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v5.3.4...v6.0.0
Major release due to the enforcement of estimator return types potentially breaking code.
Scientific Software - Peer-reviewed
- Python
Published by christopher-wild almost 2 years ago
The Causal Testing Framework - Restored data conditions
Data conditions at the test level had somehow been removed. This patch restores the capability.
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 almost 2 years ago
The Causal Testing Framework - v5.3.3
What's Changed
- Update: docs revamp by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/249
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v5.3.2...v5.3.3
Scientific Software - Peer-reviewed
- Python
Published by f-allian about 2 years ago
The Causal Testing Framework - v5.3.2
What's Changed
- Update figshare.yaml by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/248
- Non functional release
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v5.3.1...v5.3.2
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS about 2 years ago
The Causal Testing Framework - v5.3.1
What's Changed
- Update: edited example_vaccine.py by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/244
- Add workflow to release to Figshare on release by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/247
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v5.2.2...v5.4.0
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS about 2 years ago
The Causal Testing Framework - Rollback formula validation
Formula validation did not work for direct effects. It has been rolled back, and a few minor bugs fixed.
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 over 2 years ago
The Causal Testing Framework - v5.3.0
What's Changed
- Formula validation by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/235
- Fixed typo in the documentation example. by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/237
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v5.2.1...v5.3.0
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS over 2 years ago
The Causal Testing Framework - v5.2.1
What's Changed
- Remove Redundant Adjustment Set Calc when Formula by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/233
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v5.2.0...v5.2.1
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS over 2 years ago
The Causal Testing Framework - v5.2.0
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS over 2 years ago
The Causal Testing Framework - Fixed JSON serialisation bug for causal test results
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 over 2 years ago
The Causal Testing Framework - v5.1.2
What's Changed
- Changed numpy version in .toml file to avoid runtime exceptions. by @f-allian in https://github.com/CITCOM-project/CausalTestingFramework/pull/227
New Contributors
- @f-allian made their first contribution in https://github.com/CITCOM-project/CausalTestingFramework/pull/227
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v5.1.1...v5.1.2
Scientific Software - Peer-reviewed
- Python
Published by f-allian over 2 years ago
The Causal Testing Framework - Fixed order dependency in causal DAG adequacy
Fixed a bug where the order of causal independence tests affected causal DAG adequacy, which it should not.
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 over 2 years ago
The Causal Testing Framework - Causal Test Adequacy
This release introduces two causal test adequacy metric to the CTF: one based on causal DAGs and the number of edges and independencies tested, the other based on the adequacy of a given data set to test individual causal edges. These can be found in causal_testing.testing.causal_test_adequacy.py.
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 over 2 years ago
The Causal Testing Framework - v5.0.0
What's Changed
- Removing unnecessary code by @rsomers1998 in https://github.com/CITCOM-project/CausalTestingFramework/pull/214
- Removed the big
ifstatement in causal test engine by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/213 - Test engine refactor by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/219
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v4.4.0...v5.0.0
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS over 2 years ago
The Causal Testing Framework - v4.4.0
What's Changed
- Alpha by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/207
- Windows wheel install by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/208
- Quick out if no scenario constraints by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/212
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v4.3.0...v4.4.0
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS over 2 years ago
The Causal Testing Framework - V4.3.0
What's Changed
- Move to pydot by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/204
- Expose estimator type params by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/205
- Expose concrete test generation parameters in JSON Frontend by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/189
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v4.2.0...v4.3.0
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS over 2 years ago
The Causal Testing Framework - v4.2.0
What's Changed
- Version Release Docs by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/186
- Utils Package by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/191
- Categorical variables by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/188
- Can now generate metamorphic tests from the metamorphic_relation.py file by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/195
- Dev docs by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/197
- Move z3_solver to be first dependency by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/199
- Estimates now taken from causal test case when executing test by @rsomers1998 in https://github.com/CITCOM-project/CausalTestingFramework/pull/202
- Json optional data path by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/198
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v4.1.0...v4.2.0
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS over 2 years ago
The Causal Testing Framework - v4.1.0
Now logging the numerical results of coefficient causal test cases rather than just "pass" or "fail".
What's Changed
- Only a single treatment now by @rsomers1998 in https://github.com/CITCOM-project/CausalTestingFramework/pull/183
- Logging causal test results by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/184
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v4.0.1...v4.1.1
Scientific Software - Peer-reviewed
- Python
Published by jmafoster1 over 2 years ago
The Causal Testing Framework - v4.0.1
What's Changed
- Fixed fitter bug by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/181
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v4.0.0...v4.0.1
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS over 2 years ago
The Causal Testing Framework - v4.0.0
What's Changed
- JSON add estimator formula by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/176
- JSON concrete tests by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/179
- Json cate by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/177
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v3.2.0...v4.0.0
Breaking Changes
- Changes to both method names and parameters within JSON frontend class
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS over 2 years ago
The Causal Testing Framework - v3.2.0
What's Changed
- Fix modelling_inputs in the poisson example. Closes #106. by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/171
- Add docstring params to pylint checks by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/172
- remove set_variables from json frontend Closes #115. by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/170
- Json output to file by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/175
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v3.1.0...v3.2.0
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS over 2 years ago
The Causal Testing Framework - v3.1.0
What's Changed
- Functional form by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/163
- Add standard issue templates by @bobturneruk in https://github.com/CITCOM-project/CausalTestingFramework/pull/165
- Metamorphic relation and test generation from a DAG by @AndrewC19 in https://github.com/CITCOM-project/CausalTestingFramework/pull/109
- Robustness Estimators by @rsomers1998 in https://github.com/CITCOM-project/CausalTestingFramework/pull/113
- Confidence intervals through inheritence by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/169
- Implemented rest of Z3 operators. Closes 147. by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/168
- Update readme and docs by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/134
- Examples now runnable with pytest. Closes #5. Closes #136. by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/164
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v3.0.0...v3.1.0
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS almost 3 years ago
The Causal Testing Framework - v3.0.0
What's Changed
- Support for hidden variables by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/161
- Json read multiple files by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/162
In order to read multiple json files with the json frontend, the ObservationalDataCollector now directly takes a dataframe instead of a path to a dataframe. However this will be breaking for any code in <= CTF.v2 using this class.
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v2.0.8...v3.0.0
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS almost 3 years ago
The Causal Testing Framework - v2.0.8
What's Changed
- Instrumental variables by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/145
- Silenced logistic regression fitting output by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/154
- Pylint refactoring by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/142
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v2.0.7...v2.0.8
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS almost 3 years ago
The Causal Testing Framework - v2.0.7
What's Changed
- Pypi action setuptools version by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/151
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v2.0.6...v2.0.7
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS almost 3 years ago
The Causal Testing Framework - v2.0.6
What's Changed
- Publish to PyPI by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/150
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v2.0.5...v2.0.6
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS almost 3 years ago
The Causal Testing Framework - v2.0.5
What's Changed
- upgrade setuptools version by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/149
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v2.0.4...v2.0.5
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS almost 3 years ago
The Causal Testing Framework - v2.0.4
What's Changed
- Py pi action setuptool version by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/148
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v2.0.3...v2.0.4
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS almost 3 years ago
The Causal Testing Framework - v2.0.3
What's Changed
- Fix pyproject.toml module discovery by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/144
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v2.0.2...v2.0.3
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS almost 3 years ago
The Causal Testing Framework - v2.0.2
What's Changed
- Product terms now accessible in LR estimator by @AndrewC19 in https://github.com/CITCOM-project/CausalTestingFramework/pull/139
- Fix PyPI github action by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/141
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v2.0.1...v2.0.2
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS almost 3 years ago
The Causal Testing Framework - v2.0.1
What's Changed
- Add github actions to publish to PyPI by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/132
- Linting by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/135
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v2.0.0...v2.0.1
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS almost 3 years ago
The Causal Testing Framework - v.2.0.0
What's Changed
- Update docs - Code block rendering by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/127
- Sphinx markdown by @bobturneruk in https://github.com/CITCOM-project/CausalTestingFramework/pull/130
- Causal test case refactor by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/118
- Base causal test case by @cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/103
This version adds the new BaseTestCase class which abstracts the information needed for identification out of the CausalTestCase
Also the CausalTestCase has been refactored to remove the dictionary configurations which previously stored the Variables and Values, to use separate attributes instead.
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v1.0.1...v2.0.0
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS almost 3 years ago
The Causal Testing Framework - v1.0.1
What's Changed
- Enum variables by @jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/125
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/compare/v1.0.0...v1.0.1
Scientific Software - Peer-reviewed
- Python
Published by cwild-UoS almost 3 years ago
The Causal Testing Framework - v1.0.0
What's Changed
- Initial release
New Contributors
- @bobturneruk made their first contribution in https://github.com/CITCOM-project/CausalTestingFramework/pull/7
- @AndrewC19 made their first contribution in https://github.com/CITCOM-project/CausalTestingFramework/pull/4
- @jmafoster1 made their first contribution in https://github.com/CITCOM-project/CausalTestingFramework/pull/16
- @cwild-UoS made their first contribution in https://github.com/CITCOM-project/CausalTestingFramework/pull/45
- @rsomers1998 made their first contribution in https://github.com/CITCOM-project/CausalTestingFramework/pull/108
Full Changelog: https://github.com/CITCOM-project/CausalTestingFramework/commits/v1.0.0
Scientific Software - Peer-reviewed
- Python
Published by bobturneruk almost 3 years ago