Skip to content

Commit

Permalink
Merge pull request #97 from gibsramen/v0.2.0
Browse files Browse the repository at this point in the history
Update to v0.2.0
  • Loading branch information
gibsramen authored Oct 30, 2023
2 parents 7f0aa64 + adfc01d commit d947e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@

See the [documentation](https://birdman.readthedocs.io/en/stable/?badge=stable) for details on usage.

For an example of running BIRDMAn - see this [Google Colab notebook](https://colab.research.google.com/drive/1zT4eIgiz0Jl5TVmttE3gwWnrhNlPeYDc?usp=sharing).

## Installation

Currently BIRDMAn requires Python 3.8 or higher.

We recommend using [mamba](https://github.com/mamba-org/mamba) for installation of dependencies.

```bash
conda install -c conda-forge biom-format patsy xarray arviz cmdstanpy
mamba install -c conda-forge biom-format patsy xarray arviz cmdstanpy
pip install birdman
```
2 changes: 1 addition & 1 deletion birdman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .default_models import (NegativeBinomial, NegativeBinomialLME,
NegativeBinomialSingle, NegativeBinomialLMESingle)

__version__ = "0.1.0"
__version__ = "0.2.0"

__all__ = ["BaseModel", "TableModel", "SingleFeatureModel", "ModelIterator",
"NegativeBinomial", "NegativeBinomialSingle",
Expand Down

0 comments on commit d947e36

Please sign in to comment.