Skip to content

Releases: bd2kccd/causal-web

ccd-web-1.1.0

06 Jan 21:18
Compare
Choose a tag to compare

The following changes are included in this release:

  1. Security question and answer are collected during account sign up.
  2. Favicon was added.
  3. Terms and conditions have been added.
  4. Agreement to the terms and condition is required to create an account.
  5. Updated 'Feedback' greeting messages.
  6. Added message about dataset in FGS page.

ccd-web-1.0.0

20 Nov 20:24
Compare
Choose a tag to compare

This is the first official release. The desktop version is completely removed. Fast Greedy Search (FGS) is the only algorithm from Tetrad that is included.

ccd-web-0.6.0

18 Nov 20:00
Compare
Choose a tag to compare
ccd-web-0.6.0 Pre-release
Pre-release

PC-Stable and FastGES are commented out in the code in this release. The code for both algorithms has not been removed.

ccd-web-0.5.2

04 Oct 02:07
Compare
Choose a tag to compare
ccd-web-0.5.2 Pre-release
Pre-release

This release contains FastImaGES algorithm. New application profile 'scheduler' has been add for the job scheduler.

ccd-web-0.5.1

29 Sep 15:16
Compare
Choose a tag to compare
ccd-web-0.5.1 Pre-release
Pre-release

This release contains the following major functionalities:

  1. Remote file upload from desktop.
  2. Comparing algorithm results (compare similar edges and similar endpoints).
  3. Multiple file selection.
  4. Compute MD5 hash when import data.

ccd-web-0.5.0

26 Aug 12:50
Compare
Choose a tag to compare
ccd-web-0.5.0 Pre-release
Pre-release

CCD Web Application

ccd-web-0.4.3

19 Aug 14:50
Compare
Choose a tag to compare
ccd-web-0.4.3 Pre-release
Pre-release
v0.4.3

Updated user registration to check for existing email.

ccd-web-0.4.2

09 Aug 23:05
Compare
Choose a tag to compare
ccd-web-0.4.2 Pre-release
Pre-release
v0.4.2

Change to the new mail service method.

ccd-web-0.4.1

23 Jul 15:29
Compare
Choose a tag to compare
ccd-web-0.4.1 Pre-release
Pre-release
v0.4.1

Change to the new mail service method.

ccd-web-0.4

02 Jul 16:19
Compare
Choose a tag to compare
ccd-web-0.4 Pre-release
Pre-release

This release will be used as the second demo running over at PSC. The functionalities are mostly the same for both the first and second demo. Below are the key differences:

  1. Used Spring Boot 1.2.4.RELEASE
  2. Able to compile to both war (server) and jar (desktop) file.
  3. Used embedded database for desktop profile.
  4. Used embedded servlet container (Jetty or Tomcat) for desktop profile.
  5. Used Thymeleaf instead of JSP for templates.
  6. Used the latest version of GES (fastGES) and PC-Stable, ccd-algorithm-0.3 and lib-tetrad-0.3.
  7. Require users to register and log on before using the web application.
  8. Require users to setup user profile before using as a desktop application.