Skip to content

v1.3.0

Choose a tag to compare

@Quantalabs Quantalabs released this 20 Jun 03:02
· 151 commits to main since this release

v1.3.0

Features

  • Add comp module.
    • Create comp module, which allows for creating custom compartments, which can then be combined into models
    • Add Idiom class, for custom compartments
  • Add model module.
    • Create model module which combines compartments from comp into models.
  • Add com module.
    • Create com module, which models communities.
    • Create the virus class, which creates a virus which can infect a community.
    • Create the community class which can be infected with a virus, and modeled.
    • Create the compare function, which compares two different outbreaks, whether it's two different communities infected with a virus, two viruses infecting the same community, or even two communities infected by two viruses.

Unrelated

  • Add documentation from vuepress, which provides much better documentation than that of mkdocs.
  • Add new dependency - math.js which is used in the comp module.