* Dialogs that have a Results tab -- mainly the computational engines -- raised an error if the "Cancel" button was clicked. "OK" worked. This fixes the problem.
2024.5.3.1 -- Bugfix: JSON in Results GUI not set correctly.
2024.5.3
* Adding time into the Results.json file will allow ensuring that the most recent data is used, when there are duplicates.
2024.5.1
* Added column in the results tab for saving results to JSON * Added separators between the columns of the results table to make clearer which parameters go together.
2024.4.22
* To better support Docker, moving ~/.seammrc to ~/.seamm.d/seamrc
2024.1.2
* Fixed an issue getting the date of a plug-in for development versions of the plug-in. This did not affect end users, but did cause issues for development.
2023.12.18
* Moved execution of flowcharts to seamm-exec to consolidate execution in one place. This will allow easier, faster developement for running in queues, etc. * Switched the dependency on PMW from CondaForge to PIP since the version on CondaForge is poorly maintained.