What's Changed
The main database file (DB.mat
) is now generated locally on the user's computer during installation instead of being pre-included. The INSTALL.m
routine has been updated to perform this database generation, and standalone apps for all operating systems have been adjusted to incorporate these changes. Additionally, the validation/figures
folder is no longer tracked in the repository to save space; it can be generated by running:
run_validation_CEA.m
run_validation_SDToolbox.m
run_validation_TEA.m
Note: The validations/figures
directory must be created manually using:
mkdir(fullfile('validations', 'figures'));
Full Changelog: v1.1.2...v1.1.3