Skip to main content

Summer is a compartmental disease modelling framework, written in Python. It provides a high-level API to build and run models.

Project description

Summer: compartmental disease modelling in Python

Automated Tests

Summer is a Python-based framework for the creation and execution of compartmental (or "state-based") epidemiological models of infectious disease transmission.

It provides a range of structures for easily implementing compartmental models, including structure for some of the most common features added to basic compartmental frameworks, including:

  • A variety of inter-compartmental flows (infections, transitions, births, deaths, imports)
  • Force of infection multipliers (frequency, density)
  • Post-processing of compartment sizes into derived outputs
  • Stratification of compartments, including:
    • Adjustments to flow rates based on strata
    • Adjustments to infectiousness based on strata
    • Heterogeneous mixing between strata
    • Multiple disease strains

Some helpful links to learn more:

Installation and Quickstart

This project requires at least Python 3.7

Set up and activate an appropriate virtual environment, then install the summerepi2 package from PyPI

pip install summerepi2

Important note for Windows users: summerepi2 relies on the Jax framework for fast retargetable computing. This is automatically installed under Linux, OSX, and WSL environments. If you are using Windows, you can either install via WSL, or run the following command after installing

pip install jax[cpu]==0.3.14 -f https://whls.blob.core.windows.net/unstable/index.html

Then you can now use the library to build and run models. See here for some code examples.

Optional (recommended) extras

Summer has advanced interactive plotting tools built in - but they are greatly improved with the addition of the pygraphviz library.

If you are using conda, the simplest method of installation is as follows:

conda install --channel conda-forge pygraphviz

For other install methods, see https://pygraphviz.github.io/documentation/stable/install.html

Development

Poetry is used for packaging and dependency management.

Initial project setup is documented here and should work for Windows or Ubuntu, maybe for MacOS.

Some common things to do as a developer working on this codebase:

# Activate summer conda environment prior to doing other stuff (see setup docs)
conda activate summer

# Install latest requirements
poetry install

# Publish to PyPI - use your PyPI credentials
poetry publish --build

# Add a new package
poetry add

# Run tests
pytest -vv

# Format Python code
black .
isort . --profile black

Releases

Releases are numbered using Semantic Versioning

  • 1.0.0/1:
    • Initial release

Release process

To do a release:

  • Commit any code changes and push them to GitHub
  • Choose a new release number accoridng to Semantic Versioning
  • Add a release note above
  • Edit the version key in pyproject.toml to reflect the release number
  • Publish the package to PyPI using Poetry, you will need a PyPI login and access to the project
  • Commit the release changes and push them to GitHub (Use a commit message like "Release 1.1.0")
  • Update requirements.txt in Autumn to use the new version of Summer
poetry build
poetry publish

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

summerepi2-1.0.1b3.tar.gz (58.9 kB view details)

Uploaded Source

Built Distribution

summerepi2-1.0.1b3-py3-none-any.whl (69.4 kB view details)

Uploaded Python 3

File details

Details for the file summerepi2-1.0.1b3.tar.gz.

File metadata

  • Download URL: summerepi2-1.0.1b3.tar.gz
  • Upload date:
  • Size: 58.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0 CPython/3.9.13 Windows/10

File hashes

Hashes for summerepi2-1.0.1b3.tar.gz
Algorithm Hash digest
SHA256 f0a6158bb5ac972825cb073e68f6c2ed2b41a92bf2d002de7e7ed867628f2c9e
MD5 48a15e71216de02c1e7fd8eb612d1c31
BLAKE2b-256 d5143fb16d523cac09f20624d02ebe4af0fc82f0027116573a75b5ad448c27a2

See more details on using hashes here.

File details

Details for the file summerepi2-1.0.1b3-py3-none-any.whl.

File metadata

  • Download URL: summerepi2-1.0.1b3-py3-none-any.whl
  • Upload date:
  • Size: 69.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0 CPython/3.9.13 Windows/10

File hashes

Hashes for summerepi2-1.0.1b3-py3-none-any.whl
Algorithm Hash digest
SHA256 903e83116982449ebb6ac7efb58f8cc900cdca9ec133262de1b34f6c95138dc9
MD5 03075924ca67b08f0c36af90f0b7c330
BLAKE2b-256 e75d1e018fe2844fca4d36f7209e406b7d1aa7c7b781223b54befa683622c626

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page