-
Notifications
You must be signed in to change notification settings - Fork 113
Forthcoming fixes
Joseph Ramsey edited this page Aug 29, 2024
·
378 revisions
Changes for upcoming 7.6.6
- Made table counting classes for the chi-square and g-square tests immutable to be safe in multi-threaded environments in response to a worry discovered when moving to JDK 21.
- Made some updates to the implementation revision of the final FCI orientation rules in response to a review from Peter Spirtes.
- Revised implementation of the AD Tree class and incorporated it into the Chi-Square and G-Square discrete independence tests as an alternative to sample counting.
- Revised DiscreteBicScore to ignore unattested categories for variables. (Should do the same for BDeuScore.)