Skip to content

Commit

Permalink
Add logo and badges (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColCarroll authored and aloctavodia committed May 18, 2018
1 parent f5fed3e commit 9ade5f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<img src="doc/source/_static/logo.png" height=100></img>

[![Build Status](https://travis-ci.org/arviz-devs/arviz.svg?branch=master)](https://travis-ci.org/arviz-devs/arviz) [![Coverage Status](https://coveralls.io/repos/github/arviz-devs/arviz/badge.svg?branch=master)](https://coveralls.io/github/arviz-devs/arviz?branch=master)

# ArviZ
ArviZ (pronounced "AR-_vees_") is a Python package for exploratory analysis of Bayesian models.
Includes functions for posterior analysis, model checking, comparison and diagnostics.
Expand All @@ -14,4 +18,4 @@ Another option is to clone the repository and install using `python setup.py ins

## Dependencies

Arviz is tested on Python 3.6 and depends on NumPy, SciPy, Pandas and Matplotlib.
Arviz is tested on Python 3.6 and depends on NumPy, SciPy, Pandas and Matplotlib.

0 comments on commit 9ade5f8

Please sign in to comment.