Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Release PyStan 2.15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ariddell committed May 2, 2017
1 parent d41eefa commit 336d7fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ dependencies, then issue the commands:

::

wget https://pypi.python.org/packages/source/p/pystan/pystan-2.15.0.0.tar.gz
wget https://pypi.python.org/packages/source/p/pystan/pystan-2.15.0.1.tar.gz
# alternatively, use curl, or a web browser
tar zxvf pystan-2.15.0.0.tar.gz
cd pystan-2.15.0.0
tar zxvf pystan-2.15.0.1.tar.gz
cd pystan-2.15.0.1
python setup.py install
cd .. # change out of the source directory before importing pystan

Expand Down
4 changes: 4 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
What's New
============

v2.15.0.1 (2. May 2017)
========================
- Python 2.7 compatibility fix (#332). Thanks to @monga for the report.

v2.15.0.0 (21. Apr 2017)
========================
- Update Stan source to v2.15.0 (`release notes <https://github.com/stan-dev/stan/releases/tag/v2.15.0>`_)
Expand Down
2 changes: 1 addition & 1 deletion pystan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
logging.basicConfig(level=logging.INFO)

# following PEP 386
__version__ = '2.15.0.0'
__version__ = '2.15.0.1'

0 comments on commit 336d7fa

Please sign in to comment.