Releases: mrc-ide/squire_js
Releases · mrc-ide/squire_js
More power
Anytime
Reff (beta)
An early, slow implementation of Reff
The documentation for this can be found in the feat/reff readme
Death probabilities
Changes:
- We depend on [email protected] now
- More stable browser tests
- We now require death probabilies for every model run (BREAKING CHANGE)
- These probabilites are shipped in the country json files
- These new parameters are documented in the readme
Eigenvalues
Changes:
- We add eigenvalues to translate between beta and Rt. See README
- Exported JSON files are unboxed (singleton arrays are now plain numbers) NOTE: This may break client code
First release 🎉
Interface has been tested by third party and frozen for DOI
Beta 0.2.0
Slimmer and up to date
Breaking changes:
- There is no
getPopulation
,getMixingMatrix
orestimateBeta
anymore. You will have to download a json file to get at those inputs - the mixing matrix/contact matrix is kept constant for the duration of the simulation. You can no longer pass an array of contact matrices or
ttMatrix
torunModel
. Please see the readme for examples.
Non breaking changes:
- Model parameters have been updated to stay in line with the squire stochatstic model.
Beta 0.1.2
- Fixed hospital bed bug
- Browser test confirms alignment with R deterministic model with at most 1e-4 mre
Beta 0.1.1
- This release produces smoother outputs for infection and hospital requirements. The seeds middle aged travellers in the exposed compartments instead of all infected compartments.
- This release has been browser tested on Windows Chrome
Beta 0.1.0
- Support for modelling from R0
- Increased compatibility (run through babel)
- Breaking interface change.
getBeta
no longer offered, look at usingestimateBeta
instead.