Changelog
Source:NEWS.md
openMalariaUtilities 23.02
Feature release
- Breaking
-
readResults
is superseded bycollectResults
(1ec31c9)- Now, the collection of the results can be parallelized by two strategies
- The data to be stored in the SQLite database can be customized by using three function which can be passed by arguments
-
generateScenarios
has been deprecated and replaced byfinalizeScenarios
-
- Various bug fixes and improvements
openMalariaUtilities 22.08.0
- First major release of the complete overhaul
- Open Malaria’s results are now collected and stored in a SQLite database
- The major processing steps, e.g. scenario creation and simulation can now be done in parallel. Currently, the collection and storage of the results is still single-threaded.
- Data analysis/post-processing has been removed. It was concluded that this is too opionated and out of scope for this package.