Skip to contents

openMalariaUtilities 23.02

Feature release

  • Breaking
    • readResults is superseded by collectResults (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 by finalizeScenarios
  • Various bug fixes and improvements

openMalariaUtilities 22.08.1

Maintenance release

  • Fixes
    • Allow the use of no interventions (d504923)
    • Fix unexpected behavior in splitSeq (cd6c0f1)
    • Fix undefined placeholder detection (4dbf142)
  • 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.