Skip to content

Commit

Permalink
Merge pull request #1451 from cmu-phil/development
Browse files Browse the repository at this point in the history
Merging 7.1.3-1 to master
  • Loading branch information
kvb2univpitt authored Jan 17, 2023
2 parents 13b64f5 + 3201799 commit be49d7e
Show file tree
Hide file tree
Showing 508 changed files with 26,621 additions and 9,158 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,12 @@ tetrad-gui/bin/*
tetrad-lib/bin/*
/data-reader/target/

tetrad-gui.log
tetrad-gui.log
/testboostrap/
/testboostrap/
/testboostrap/CalibrationConstraintBased/
/testboostrap/CalibrationConstraintBased/RFCI/
/testboostrap/CalibrationConstraintBased/RFCI/RandomGraph-Vars20-Edges80-Cases1000-BS5-H0.1-a0.001/
/testboostrap/CalibrationConstraintBased/RFCI/RandomGraph-Vars20-Edges80-Cases1000-BS5-H0.1-a0.001/BN_v20_e80_c1000_b5_-1.txt
/testboostrap/CalibrationConstraintBased/RFCI/RandomGraph-Vars20-Edges80-Cases1000-BS5-H0.1-a0.001/PAG_v20_e80_c1000_b5_-1.txt
/testboostrap/CalibrationConstraintBased/RFCI/RandomGraph-Vars20-Edges80-Cases1000-BS5-H0.1-a0.001/probs_v20_e80_c1000_b5_-1.txt
18 changes: 5 additions & 13 deletions README
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
NEWS: 7.1.0 RELEASED 2022-05-10 TO THE MAVEN CENTRAL REPOSITORY! HERE:
NEWS: 7.1.3 RELEASED 2023-01-25 TO THE MAVEN CENTRAL REPOSITORY! HERE:

https://s01.oss.sonatype.org/content/repositories/releases/io/github/cmu-phil/tetrad-gui/7.1.0/
https://s01.oss.sonatype.org/content/repositories/releases/io/github/cmu-phil/tetrad-gui/7.1.3/

FIXES FOR THIS RELEASE:
The Dietrich College web page for Tetrad is here (Carnegie Mellon University):

https://github.com/cmu-phil/tetrad/wiki/Fixes-for-version-7.1.0
https://www.cmu.edu/dietrich/news/news-stories/2020/august/tetrad-sail.html

This is the code for the Tetrad project. The purpose of Tetrad is to make
algorithms for inferring causal relationships in data; it is a Java project
Expand All @@ -23,7 +23,7 @@ The web page for the Center for Causal Discovery is here:

https://www.ccd.pitt.edu/

We have a project web page here:
We have a project web page here with all of the relevant links for code and such:

https://sites.google.com/view/tetradcausal

Expand All @@ -37,14 +37,6 @@ https://htmlpreview.github.io/?https:///github.com/cmu-phil/tetrad/blob/developm

Javadocs can be found by running the javadocs command on the project once checked out.

Downloads directory is here:

https://s01.oss.sonatype.org/content/repositories/releases/io/github/cmu-phil/tetrad-gui/7.1.0/

The wiki is here:

https://github.com/cmu-phil/tetrad/wiki

The issue tracker is here:

https://github.com/cmu-phil/tetrad/issues
Expand Down
4 changes: 2 additions & 2 deletions data-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.cmu-phil</groupId>
<artifactId>tetrad</artifactId>
<version>7.1.2-2</version>
<version>7.1.3-1</version>
</parent>
<!-- <groupId>io.github.cmu-phil</groupId>-->
<artifactId>data-reader</artifactId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.3</version>
<version>2.13.4.1</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.slf4j</groupId>-->
Expand Down
Binary file modified docs/manual/images/compare_box_1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/manual/images/compare_box_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/manual/images/compare_box_13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/manual/images/compare_box_2.png
Binary file not shown.
Binary file added docs/manual/images/images:compare_box_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit be49d7e

Please sign in to comment.