Skip to content

Releases: bd2kccd/causal-web

causal-web-1.3.7

13 Jun 22:01
Compare
Choose a tag to compare

Changes in this release:

  • Fixed bug: Get internal error (http status code 500) after submitting job with data file that has the same name as other users.
  • Enhanced feature: Get application version number for the application title directly from Maven POM file. No more hard-coding.

causal-web-1.3.6

06 Jun 21:54
Compare
Choose a tag to compare

Changes in this release:

  • Added function to log user's algorithm run.
  • Rename algorithm names in side navigation bar.
  • Added side note to job queue.

causal-web-1.3.5

30 May 20:25
Compare
Choose a tag to compare

Changes in this release:

  1. Updated Spring Boot dependency to version 1.4.6.RELEASE.
  2. Updated web frameworks.
  3. Added FGES and GFCI that handle mixed data using conditional Gaussian score.
  4. Refactored previous FGES discrete and continuous.
  5. Refactored previous GFCI disrete and continuous.
  6. Switched URL of major third-party web frameworks from local to CDN.

causal-web-1.3.4

17 May 21:19
Compare
Choose a tag to compare

Changes in this release:

  • Show PAG edge type descriptions for GFCI results.
  • Fixed graph bound in d3.
  • Added PAGs coloring.

causal-web-1.3.3

13 Apr 21:39
Compare
Choose a tag to compare
causal-web-1.3.3 Pre-release
Pre-release

Changes in this release:

  1. Fixed graph bound in d3.
  2. Added PAGs coloring.

causal-web-1.3.2

30 Mar 19:44
Compare
Choose a tag to compare

Changes in this release:

  1. Updated Spring Boot dependency to version 1.4.5.RELEASE.
  2. Added GFCI discrete.
  3. Added PAG edge coloring.

causal-web-1.3.1

13 Dec 20:47
Compare
Choose a tag to compare

Major changes:

  • Enable annotation features to be turn on/off via profile.
  • Renaming FGS to FGES.
  • Improving D3.js causal graph.

Minor changes:

  • Removing REST component from the database module.
  • Updating all the third-party libraries to the latest version.
  • Bug fixes.

causal-web-1.3.0

14 Nov 21:01
Compare
Choose a tag to compare

Changes in this release:
Added Auth0 as another option for authentication.
Added annotation features for dataset.
Added GFCI, a causal discovery algorithm. Currently, can only handle continuous variables.
Updated Spring Boot to 1.4.1.RELEASE.
Removed user security question and answer as a password reset mechanism. Replaced it with email password reset.

causal-web-1.2.2

24 Jun 19:16
Compare
Choose a tag to compare

Some of the latest changes:

  • Updated Spring Boot version to 1.3.5.RELEASE.
  • Latest FGS discrete integrated.
  • Added data validation to limit number of categories for discrete FGS.
  • Able to read variable names that contain spaces.
  • Able to reading Mac file format.
  • Improved “Result Summary” information.
  • Improved email notification.
  • Able to upload and browse prior knowledge files.
  • FGS discrete and continuous able to take in prior knowledge files.

ccd-web-1.2.0

12 Feb 16:41
Compare
Choose a tag to compare

Starting with this release, tetrad-cli, which is part of the Tetrad Project (https://github.com/cmu-phil/tetrad), will be used to run algorithms instead of ccd-algorithm and lib-tetrad libraries. FGS graphical user interface (GUI) was updated to use with tetrad-cli.