Skip to content

v2.3.0

Compare
Choose a tag to compare
@mcmcgrath13 mcmcgrath13 released this 19 Mar 13:16
· 386 commits to main since this release
d94a044

v2.3.0

New Features

  • More flexible assorting
    • Assort on nested attributes of the agent (e.g. hiv status)
    • Assort across different attributes on the agent and partner [assort_def.partner_attribute]. The default behavior will continue to be assorting on the same attribute.
    • Assort can now be done on __same__/__other__ attribute instead of enumerating all of the attribute combinations.

Technical Notes

  • Stronger checks for population consistency (make sure all ppl add up to 1 even after location scaling)
  • Fix incar integration test - previously wasn't running
  • Reset trackers between calls to update_all_agents in a unit test (was causing very rare test failure)