EpiJS v1.3.0 Release Notes

  • ๐Ÿ”‹ 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.