Skip to content

Commit

Permalink
Update documentation version to 0.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-j-smith committed Jan 3, 2016
1 parent 445c590 commit ff81400
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.md
Expand Up @@ -2,6 +2,13 @@

## Version Updates

### 0.8.1
* Added ``AbstractChains`` read and write methods.
* Fixed restarting of multiple chains in the case of samplers with adaptively tuned parameters.
* Renamed ``Model`` method ``tune()`` to ``gettune()``.
* Simplified user-defined distributions examples.
* Optimized performance of DGS, MISS, and SliceSimplex samplers and simulation engine.

### 0.8.0
* Simplified sampler interfaces.
* Implemented an approximate Bayesian computation (ABC) sampler.
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -65,7 +65,7 @@
# The short X.Y version.
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.8.1'

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

0 comments on commit ff81400

Please sign in to comment.