Skip to content

Commit

Permalink
Update documentation version to 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-j-smith committed Oct 11, 2015
1 parent 5de9c90 commit 9c452fa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Expand Up @@ -2,6 +2,13 @@

## Version Updates

### 0.7.0
* Implemented function syntax for specification of nodes and user-defined ``Sampler`` constructors.
* Changed DSG sampler support field and arguments from Vector to Matrix.
* Added PGF graphics format to ``Chains`` draw function.
* Fixed logpdf calculation for interval-bounded, transformed distributions.
* Removed ``AbstractDependent`` linklength field.

### 0.6.3
* Added support for model specification of stochastic nodes with ``Array{MultivariateDistribution}`` structures containing distributions of different lengths.
* Added a Slice Simplex (SliceSimplex) sampler for parameters, like probability vectors, defined on simplexes.
Expand Down Expand Up @@ -48,6 +55,9 @@
* Branched off of *Mamba* 0.4.4.
* Initial release for the under-development version of julia 0.4. *Mamba* 0.5.x releases exist to incorporate changes being made in the nightly builds of julia, and should be considered unstable. They may contain compatibility issues or serious bugs. Most users are advised to use *Mamba* 0.4.x releases for julia 0.3 or to wait for stable *Mamba* 0.6.x releases for julia 0.4.

### 0.4.13
* Fixed logpdf calculation for interval-bounded, transformed distributions.

### 0.4.12
* Updated documentation for user-defined distributions.

Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -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.6)](http://mambajl.readthedocs.org/en/release-0.6/)
**julia 0.4:** [![Docs](https://readthedocs.org/projects/mambajl/badge/?version=release-0.7)](http://mambajl.readthedocs.org/en/release-0.7/)
[![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.6)](https://travis-ci.org/brian-j-smith/Mamba.jl)
[![Build Status](https://travis-ci.org/brian-j-smith/Mamba.jl.svg?branch=release-0.7)](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 Down
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6.3'
release = '0.7.0'

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

0 comments on commit 9c452fa

Please sign in to comment.