Skip to content

v7.3.2

Compare
Choose a tag to compare
@jdramsey jdramsey released this 12 Apr 22:17
· 1785 commits to master since this release
70d8220

Fixes 7.3.2

  1. Fixed a problem with DiscreteBIC (setting structure-prior to 0 didn't work).
  2. Re-set up BOSS and SP for bootstrapping.
  3. Added citation block to the README.
  4. Added a method to save graphs in lavaan (https://lavaan.ugent.be/tutorial/) format in R.
  5. Capitalized all algcomparison algorithm wrapper names.
  6. Deleted unused algcomparison algorithm wrappers.
  7. In py-tetrad, insisting all of the algorithms and score wrappers deal in Java objects and that datasets and graphs be translated to Python objects outside the methods for now.
  8. In py-tetrad, renaming some methods for clarity for data translation.
  9. Fixed a knowledge bug for BOSS, where some acyclic graphs were triggering a cyclic exception.
  10. Re-added the CCD algorithm to the interface and py-tetrad per user request.
  11. Added a method to run Tetrad algorithms through py-tetrad in R. Here are the instructions.
  12. Fixed issues with PC, CPC, and PC-Max with knowledge not passed in through their algcomparison wrappers. This affected the 7.3.0 interface.
  13. Added a unit test to ensure knowledge is passed into algcomparison wrappers for interface and algcomparison stability.
  14. Fixed a couple of issues with the graph to DOT method so that Graphviz will correctly display current bootstrap graphs.
  15. Fixed a problem with GRaSP-FCI and some other searches where the wrong knowledge was passed into the bootstrapping API, so bootstrap ensemble graphs wouldn't follow knowledge.