You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.