Skip to content

Releases: mrc-ide/squire_js

More power

27 Nov 14:01
Compare
Choose a tag to compare
  • Faster implementation of REff
  • More stable browser build
  • Seeding math.js

Anytime

24 Nov 15:11
5b59b29
Compare
Choose a tag to compare
Anytime Pre-release
Pre-release

Allow reff users to calculate a subset of times.

The new function documentation is in the README

Reff (beta)

23 Nov 11:35
Compare
Choose a tag to compare
Reff (beta) Pre-release
Pre-release

An early, slow implementation of Reff

The documentation for this can be found in the feat/reff readme

Death probabilities

13 Nov 13:35
4a190c8
Compare
Choose a tag to compare

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

03 Jul 11:13
8adf7e5
Compare
Choose a tag to compare

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 🎉

11 May 20:47
2595e60
Compare
Choose a tag to compare

Interface has been tested by third party and frozen for DOI

Beta 0.2.0

01 May 16:36
Compare
Choose a tag to compare
Beta 0.2.0 Pre-release
Pre-release

Slimmer and up to date

Breaking changes:

  • There is no getPopulation, getMixingMatrix or estimateBeta 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 to runModel. 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

30 Apr 08:49
4fc766a
Compare
Choose a tag to compare
Beta 0.1.2 Pre-release
Pre-release
  • Fixed hospital bed bug
  • Browser test confirms alignment with R deterministic model with at most 1e-4 mre

Beta 0.1.1

23 Apr 11:17
Compare
Choose a tag to compare
Beta 0.1.1 Pre-release
Pre-release
  • 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

20 Apr 16:59
8bf0361
Compare
Choose a tag to compare
Beta 0.1.0 Pre-release
Pre-release
  • Support for modelling from R0
  • Increased compatibility (run through babel)
  • Breaking interface change. getBeta no longer offered, look at using estimateBeta instead.