Skip to content

Version 7.2.1

Compare
Choose a tag to compare
@jdramsey jdramsey released this 19 Feb 20:52
· 2795 commits to development since this release
265e0be

This is a bug fix release; Fixing some issues reported in 7.2.0 since release.

  1. FGES would pop up an irrelevant message if you tried to run it in the interface; fixed this.
  2. (Coding.) The external graph API required setting two different methods; switched to just setting the algorithm, which can be set as setExternalGraph(SingleGraphAlg(externalGraph)).
  3. Added exception for GRaSP and BOSS knowledge in case a permutation satisfying knowledge cannot be found.
  4. Fixed initial knowledge sort order for GRaSP and BOSS.
  5. Fixed a problem with launching snapshot versions from the command line using java -jar.
  6. In the interface, displaying a message if knowledge is supplied but the selected algorithm does not use knowledge.
  7. CStaR was missing from the manual; fixed.
  8. The descriptions for CStaR, GRaSP-FCI, and IMaGES did not appear in the interface; fixed.
  9. Removing experimental BOSS-MB from the interface since it's based on an outdated BOSS.
  10. FOFC and FTFC were not available for covariance matrices; fixed.
  11. Fixed an issue preventing Cov matrix==>SEM Estimator<==SEM PM from succeeding.