Changes in version 0.0.6 This patch version updates daedalus.compare to be compatible with daedalus >= v0.2.38 which introduced separate hospitalisation compartments in daedalus PR 109. This should have been fixed in v0.0.4. - The function get_epidata_list() now accesses compartments "hospitalised_recov" and "hospitalised_death" to calculate total hospital demand. Changes in version 0.0.5 This patch version allows users to run multiple vaccination scenarios by passing a list of objects to run_scenarios(). - Some reorganisation of data processing functions to handle scenarios that vary across vaccination strategies; - Reorganised function documentation. Changes in version 0.0.4 This patch version updates {daedalus.compare} to work with {daedalus} v0.3.0. Breaking changes - run_scenarios() only accepts , a list of or NULL as inputs to argument response_strategy(); in addition, the NPIs must be time-limited and reactive NPIs are not allowed. Other changes - Tests and documentation have been changed to reflect the change in accepted NPI input types. - A helper function to check that the NPI input is acceptable. Changes in version 0.0.3 Restores ability to get epidemic summary disaggregated by age and other groups by passing arguments to daedalus::get_epidemic_summary() via ... in get_summary_data(). Changes in version 0.0.2 Updates for compatibility with daedalus >= v0.2.16 which re-introduces list-infection inputs. - Input checking in run_scenarios() removed to rely on errors bubbled up from daedalus functions. Changes in version 0.0.1 This is the first version of daedalus.compare and adds: 1. A scenario-runner function run_scenarios() that wraps around daedalus::daedalus_rtm() and allows running multiple scenarios of pandemic mitigation responses with uncertainty in the infection parameters. 2. Multiple functions downstream of run_scenarios() that help get data from scenarios in formats suitable for plotting or summarisation: get_epicurve_data(), get_summary_data(), get_cost_data(), and get_econ_cost_data(). 3. Helper functions and constants: ci(), make_infection_samples(), and NAMES_VECTOR_INF_PARAMS. 4. Basic tests and function documentation. - This project now includes a NEWS.md file to inform users about changes and new features.