Skip to content

Releases: bd2kccd/causal-cmd

causal-cmd-1.4.2

13 Dec 17:04
f4105de
Compare
Choose a tag to compare

Changes in this release:

  • Fixed text file being deleted after second run. Issue #78.
  • Added more javadocs to fixed the warning when compiling.
  • Set the source and compile version to Java 8 so that the code can be compiled and run under Java 8, Java 11, and Java 17.
  • Fixed the --prefix command-line option to prefix the output file names instead of renaming them.

causal-cmd-1.4.1

10 Jul 20:28
8cefd71
Compare
Choose a tag to compare

Changes in this release:

  • Added --default switch to use the default parameter values set in Tetrad.
  • Added Javadocs.
  • Removed the useless switch --thread that does nothing.

causal-cmd-1.4.0

15 Jun 15:22
dfe1204
Compare
Choose a tag to compare

Changes in this release:

  • Supports Java 11 and up.
  • Updated slf4j-log4j12 from version 1.7.33 to version 1.7.36.
  • Updated tetrad-lib from version 6.10.0-SNAPSHOT to 7.1.2-2.
  • Fixed deprecated methods after upgrading tetrad-lib.
  • Added functions to list out algorithms, independence tests, and scores along with their descriptions.
  • Added knowledge file print-out

causal-cmd-1.3.0

04 May 15:59
Compare
Choose a tag to compare

Changes in this release:

  • Updated tetrad-lib dependency to version 6.9.0.

See Tetrad v6.9.0 release for list of changes.

causal-cmd-1.2.2

22 Feb 05:07
Compare
Choose a tag to compare

Changes in this release:

  • Fixed missing bootstrap parameters.
  • Updated to tetrad-lib version 6.8.1 to fix the knowledge issue.

causal-cmd-1.2.1

06 Dec 23:46
Compare
Choose a tag to compare

Changes in this release:

  • Updated all the dependencies to the latest version.
  • Upgraded to JUnit 5.
  • Set Java source target to Java 11.
  • Warn user when testwise deletion is used (only applies when dataset has missing values).

causal-cmd-1.2.0

10 Nov 15:57
Compare
Choose a tag to compare

causal-cmd-1.2.0
using updated tetrad lib 6.8.0

causal-cmd-1.1.3

01 Nov 20:41
Compare
Choose a tag to compare

Changes in this release:

  • Fixed additional issue relating to test and score parameters.

causal-cmd-1.1.2

29 Oct 21:48
Compare
Choose a tag to compare

Changes in this release:

  • Staring with Tetrad version 6.7.0, the parameters for the test and score are no longer included in the algorithm's parameter list. The previous release, v1.1.1, only calls the algorithm's getParameters() method. Thus, the parameters for tests and scores were not included. This release fixes that by individually calls getParameters() for algorithm, test, and score.

causal-cmd-1.1.1

08 Aug 17:51
Compare
Choose a tag to compare

Changes in this release:

  • Added switch "--experimental" to show experimental search algorithms, test, and scores.
  • Updated Tetrad library to version 6.7.0.

Included changes in the pre-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.