Skip to content

Commit

Permalink
Releasing v2.1.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum9Innovation committed Apr 3, 2021
1 parent f76af03 commit 06f817d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Expand Up @@ -3,7 +3,7 @@ name: Upload Python Package Release
on:
push:
paths:
- setup.py
- setup.py
workflow_dispatch:

jobs:
Expand Down
24 changes: 10 additions & 14 deletions README.md
Expand Up @@ -17,7 +17,12 @@ diseases. An idea from https://github.com/henrifroese/infectious_disease_modelli
![epi-spot social image](https://docs.google.com/drawings/d/e/2PACX-1vT6zazkjjnz8UMZz7mxPFXjnvC1Q1HgBLGcNwt0DEqla5N10kC_LPcdbuWae2VBWgCL7kynE8vCTzru/pub?w=1440&h=1080)

## DOI Information
See [#Credits](https://github.com/epispot/epispot/#credits)
**Use epispot's DOI in your research!** :fireworks:
<br>
[![DOI](https://zenodo.org/badge/280527664.svg)](https://zenodo.org/badge/latestdoi/280527664)
<br><br>
**Citation:**
> q9i, & QLabs. (2021, April 2). epispot/epispot: (Version 2.1.0). Zenodo. http://doi.org/10.5281/zenodo.4624423
## Current Build Statuses
| Workflow | Status |
Expand Down Expand Up @@ -50,18 +55,12 @@ You can import it the same as `import epispot as epi`. Both packages cannot be u

## Getting Started

Check the guides and tutorials found
in the `tests/tutorials` folder. All tutorials will have a `.md` file
followed by a corresponding code file. If you get stuck, don't understand
something, or just need to reference the documentation, per-class
documentation can be found at https://epispot.github.io/epispot. You may also find
Start with the tutorials in `tests/tutorials` (see [GitHub repo](https://www.github.com/epispot/epispot/tree/master/tests/tutorials)). Next, check out the
documentation at https://epispot.github.io/epispot. You may also find
it helpful to see the examples in the `tests/examples` folder.

## Screenshots
### Case Studies
![sf-case-study](tests/assets/compare-function.png)
### Generic Modeling
![line-graph](tests/assets/line-graph.png)
## Release Notes
See [GitHub repo](https://www.github.com/epispot/epispot/releases) for more info.

## Features

Expand Down Expand Up @@ -94,6 +93,3 @@ ___
The epispot package is supported by the following contributors:
- Head of Software & Development: [@quantum9innovation](https://www.github.com/quantum9innovation)
- Head of Code Maintenance: [@Quantalabs](https://www.github.com/quantalabs)

**Cite epispot in your research!** :fireworks: \
[![DOI](https://zenodo.org/badge/280527664.svg)](https://zenodo.org/badge/latestdoi/280527664)
2 changes: 1 addition & 1 deletion epispot/__init__.py
Expand Up @@ -20,6 +20,6 @@
from . import fitters

# version info
__version__ = "v2.0.1.24" # version (v#.#.#)
__version__ = "v2.1.0" # version (v#.#.#)
__stable__ = True # True --> stable release, False --> unstable release
__repo_data_url__ = 'https://www.github.com/epispot/epispot' # source repo
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -5,12 +5,12 @@

setuptools.setup(
name="epispot",
version="v2.0.2",
version="v2.1.0",
author="quantum9innovation",
description="A tool for modelling infectious diseases.",
description="A tool for modeling infectious diseases.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://quantum9innovation.github.io/epispot",
url="https://www.github.com/epispot/epispot",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit 06f817d

Please sign in to comment.