Skip to content

Commit

Permalink
Update documentation version to 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-j-smith committed Feb 18, 2016
1 parent fb52432 commit 314e0cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mamba: Markov chain Monte Carlo (MCMC) for Bayesian analysis in julia

**julia 0.4:** [![Docs](https://readthedocs.org/projects/mambajl/badge/?version=release-0.8)](http://mambajl.readthedocs.org/en/release-0.8/)
**julia 0.4:** [![Docs](https://readthedocs.org/projects/mambajl/badge/?version=release-0.9)](http://mambajl.readthedocs.org/en/release-0.9/)
[![Mamba](http://pkg.julialang.org/badges/Mamba_0.4.svg)](http://pkg.julialang.org/?pkg=Mamba&ver=0.4)
[![Build Status](https://travis-ci.org/brian-j-smith/Mamba.jl.svg?branch=release-0.8)](https://travis-ci.org/brian-j-smith/Mamba.jl)
[![Build Status](https://travis-ci.org/brian-j-smith/Mamba.jl.svg?branch=release-0.9)](https://travis-ci.org/brian-j-smith/Mamba.jl)
**julia 0.3:** [![Docs](https://readthedocs.org/projects/mambajl/badge/?version=release-0.4)](http://mambajl.readthedocs.org/en/release-0.4/)
[![Mamba](http://pkg.julialang.org/badges/Mamba_0.3.svg)](http://pkg.julialang.org/?pkg=Mamba&ver=0.3)
[![Build Status](https://travis-ci.org/brian-j-smith/Mamba.jl.svg?branch=release-0.4)](https://travis-ci.org/brian-j-smith/Mamba.jl)
Expand All @@ -11,7 +11,7 @@

*Mamba* is an open platform for the implementation and application of MCMC methods to perform Bayesian analysis in [julia](http://julialang.org/). The package provides a framework for (1) specification of hierarchical models through stated relationships between data, parameters, and statistical distributions; (2) block-updating of parameters with samplers provided, defined by the user, or available from other packages; (3) execution of sampling schemes; and (4) posterior inference. It is intended to give users access to all levels of the design and implementation of MCMC simulators to particularly aid in the development of new methods.

Several software options are available for MCMC sampling of Bayesian models. Individuals who are primarily interested in data analysis, unconcerned with the details of MCMC, and have models that can be fit in [JAGS](http://mcmc-jags.sourceforge.net/), [Stan](http://mc-stan.org/), or [OpenBUGS](http://www.openbugs.net/) are encouraged to use those programs. *Mamba* is intended for individuals who wish to have access to lower-level MCMC tools, are knowledgeable of MCMC methodologies, and have experience, or wish to gain experience, with their application. The package also provides stand-alone convergence diagnostics and posterior inference tools, which are essential for the analysis of MCMC output regardless of the software used to generate it.
Several software options are available for MCMC sampling of Bayesian models. Individuals who are primarily interested in data analysis, unconcerned with the details of MCMC, and have models that can be fit in [JAGS](http://mcmc-jags.sourceforge.net/), [Stan](http://mc-stan.org/), or [OpenBUGS](http://www.openbugs.net/) are encouraged to use those programs. *Mamba* is intended for individuals who wish to have access to lower-level MCMC tools, are knowledgeable of MCMC methodologies, and have experience, or wish to gain experience, with their application. The package also provides stand-alone convergence diagnostics and posterior inference tools, which are essential for the analysis of MCMC output regardless of the software used to generate it.

## Features

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8'
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.8.2'
release = '0.9.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 314e0cd

Please sign in to comment.