Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@mknaranja mknaranja released this 28 Nov 15:46
· 7 commits to main since this release
c6e9f15

Added features / functionality:

  • Allow output of mobility data for Graph-ODE model
  • Added age resolution for LCT model
  • Implementation of Generalized Linear Chain Trick model
  • Allow variable dynamic NPI delay implementation
  • Update of Damping now allows negative coefficients (i.e., contact increases)
  • Added serialization to ABM
  • Added functions for a person in the ABM to choose whether to comply to mask,test and isolation
  • Allow explicit stepper wrappers (i.e., fixed step size numerical integrators)
  • Bind different numerical integrators for python
  • Allow download of population data for different years
  • Plot functions for AST in generation package

General changes:

  • Redesign of python bindings structure to improve typing
  • Reduction of export_input_data_county_timeseries function
  • Reduce use of get_support_max method in IDE model to reduce run time
  • Handle Epidata FutureWarnings

Corrections:

  • Error when compiling on Mac with new boost
  • Missing includes in python bindings
  • Deleted incorrect todo in ABM code
  • divNj in ODE models creates NaN values if subpopulation is zero
  • Get_default of parameter HighViralLoadProtectionFactor did not work as expected

Merged pull requests

Full Changelog: v1.2.1...v1.3.0