Releases: SyndemicsLab/respond
v2.2.0
Release 2.2.0
This is an overhaul of the model from previous versions. Now we are completely within a Markov framework and have focused now on removing confounding components/making it easier to add/remove nodes in the network.
Changes:
- Removed build init effects
- Reworked CMake and CPack
- Added Docker image builds
- Added shared and static library builds
- Removed the base RESPOND executable
- Added a windows static build
- Updated the CMakePresets
- Added an example sim.conf file and database schema
- Code cleaning
v0.3.0
Version of RESPOND used for calibration for DPA, Kentucky, and DCEA preliminary results. This version specifically incorporates DataLoaders, file writers, the DataManagement repository, and python bindings for it all. It also expects demographics in the input files and behaviors/interventions in the sim.conf.
v0.2.0-alpha
The core update here focuses on bringing RESPOND into a more modern approach design wise. It breaks out the includes into a public folder and makes CMake behaviors easier to understand. In addition, there is a basic level of workflow breakdown that accompanies the release. This release is targeted to allow users to make use of the sim.conf file with the ouds section rather than the future named behaviors section.