chime
chime copied to clipboard
COVID-19 Hospital Impact Model for Epidemics
Automate any updates to the config files in defaults directory --- Issue: --- Config files in defaults change periodically, automating updates to Parameter values will save work. Possible Solutions: ---...
Bumps [pygments](https://github.com/pygments/pygments) from 2.6.1 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.17.3 to 0.19.0. Changelog Sourced from httplib2's changelog. 0.19.0 auth: parse headers using pyparsing instead of regexp httplib2/httplib2#182 auth: WSSE token needs to be string not bytes...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
https://github.com/CodeForPhilly/chime/issues/566 - Fixes #566 # Changelog entry Added annotations and alterations to methods to allow them to be instrumented with Elastic APM. There is additional functionality like error message logging,...
The current parameters are dependent but the promoted input and use don't keep that constraint. - Hospitalization %(total infections) - ICU %(total infections) - Ventilated %(total infections) One could put...
https://github.com/CodeForPhilly/chime/issues/336 - Fixes #336 # Changelog entry Modified the front end so that the user enters in ICU%total_hosp and Vent%totalCC instead of ICU%total_infected and Vent%total_infected, respectively. Modified backend to so...
**Can you check your assumptions for this default value for gamma γ = 1/14, where 14 days?** The value of 14 days seems high. Most other models use 7 days...