Skip to content

v7.4.0

Compare
Choose a tag to compare
@jdramsey jdramsey released this 18 May 21:33
· 1638 commits to master since this release
36dd1d2

Fixes 7.4.0

  1. Refactored the Degenerate Gaussian BIC score so that it wraps SEM BIC. (Faster.)
  2. Added new implementations of ICA-LiNGAM and ICA-LiNG-D.
  3. Reorganized and fixed Javadoc documentation for the search package in Tetrad. This involved general code cleanup, removing unused classes, fleshing out documentation, and repackaging. All scores are now in the edu.cmu.tetrad.search.score package and all tests are now in the edu.cmu.tetrad.search.test package. All utility classes for search are now in the edu.cmu.tetrad.search.utils package. Classes not ready for publication are in the "work_in_progress" package. All documentation for public-facing classes has been updated and is currently at this location: https://www.phil.cmu.edu/tetrad-javadocs/7.4.0/edu/cmu/tetrad/search/package-summary.html.
  4. The Python and R wrappers (py-tetrad, rpy-tetrad) have been updated with the above revisions. Comments on the documentation are welcome.
  5. Updated and greatly optimized GRaSP, BOSS, and SP versions are now in the development branch. Knowledge of forbidden and required edges is implemented for all of these. For BOSS and SP, processing by knowledge tier is available to increase the number of variables then can be processed for, say, time series data.
  6. Fixed saving and loading for graphs using the JSON format.