-
Notifications
You must be signed in to change notification settings - Fork 113
Forthcoming fixes
Joseph Ramsey edited this page Dec 20, 2024
·
380 revisions
Changes for upcoming version 7.6.7.
Larger changes:
- 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 will need to use version 7.6.6, the last version containing it.
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.