Releases: bd2kccd/causal-cmd
Releases · bd2kccd/causal-cmd
causal-cmd-1.0.0
Changes in this release:
- Major refactoring of code for improving performance.
- Improved error messages of missing test and/or scores.
- Can change the datatype of columns using metadata file (--metatdata).
- Can handle interventional dataset.
- Can manipulate the result graph structure.
causal-cmd-0.4.1
This release contains bug fixes:
- Required targetName switch for Markov blanket algorithms.
- Updated bootstrap features.
- Unset parameters that are set to true by default.
- Fix to pcall that prevents knowledge from being incorporated.
causal-cmd-0.3.1
Changes in this release:
- Bug fixes.
- Updated tetrad-lib dependency to version 6.4.0.
- Reverted the output text file back to the old format.
causal-cmd-0.3.0
Changes in this release:
- Major refactoring to support the latest version of tetrad-lib.
- All algorithms, scores, and independence tests are exposed to the user.
causal-cmd-0.2.1
Changes in this release:
- Updated data-reader to v0.2.1 to fix the covariance reader and validation bug.
- Hide the --json switch from command usage help message. The --json is still available for use.
- Simplified the README file. Pointed the documentation to mkdocs.
- Added JUnit tests for FGES and GFCI on mixed data.
causal-cmd-0.2.0
Changes in this release:
- Bug fixes.
- Added simulation for mixed data.
- Add mixed data support for FGES and GFCI using conditional Gaussian sore.
causal-cmd-0.1.2
Changes in this release:
- Updated tetrad-lib version to 6.2.0.
causal-cmd-0.1.1
Changes in this release:
- Updated data reader dependency (bug fixes).
causal-cmd-0.1.0
This release contains the following features:
- FGES discrete and continuous.
- GFCI discrete and continuous.
- Simulation for discrete and continuous data.