-
Notifications
You must be signed in to change notification settings - Fork 114
Forthcoming fixes
Joseph Ramsey edited this page Feb 27, 2025
·
390 revisions
Changes for upcoming version 7.6.7. Note interim snapshot builds are available. See:
New features:
- Added a new component to the interface to expand discrete variables into categorical indicator columns.
- Fisher combined p-values were added to the Markov checker.
- Updated all matrix operations to the EJML library because of the improved performance it gives.
- Removed all other matrix libraries by translating or removing old code that used them.
- Removed the deprecated MGM algorithm. Anyone wishing to use it must use version 7.6.6, the last version containing it.
- Added a simulator for functional causal models (Zhang et al. 2015), for Xi = fi(Pa(Xi), ei), Ind(ei, Pa(Xi)).
- Added a simulator for continuous additive causal models (Peters et al., 2014), Xi = fi(Pa(Xi)) + ei, Ind(ei, Pa(Xi)).
- Added a simulator for post-nonlinear causal models (Zhang & Hyvarinen 2009), Xi = f2i(f1i(Pa(Xi) + ei), f2i invertible, Ind(ei, Pa(Xi)).
- Added a CausalPerceptronNetworkDji simulator for general non-parametric SEM models.
- Updated FOFC to remove bugs and streamline.
- Added new implementations of CCA, Bollen-Ting, and Wishart, translated from Python code by B. Andrews.
- Added a new implementation of the CCA rank estimator, following the Python code of B. Andrews.
- Added BF-BIC and BF-LRT to handle search (using, e.g., BOSS or PC) for nonlinear SEM models.
- Added full-sample and covariance-based variants for BF-BIC and BF-LRT.
- Updated Mimbuild to remove bugs and streamline.
- Fixed a bug in DAG to PAG with selection variables.
- Added sensitivity to selection variables to the M-separation test so that, e.g., FCI now gets correct PAGs with selection variables.
- Added class OrderedLocalMarkovProperty, to generate an IM for a MAG that implies global Markov.
Small fixes:
- Added option to do sampling without replacement to the bootstrap editor in the interface.
- Updated the calculation of the median of an array.
- Added num tests dependent under H0 and H1 to Markov checker interface statistics.
- Added optional seed parameter to random graph generation methods for reproducibility.
- Removed unused parameters from BF-BIC and BF-LRT.
- Added regularization to scoring and testing methods.