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

Commit 336d7fa

Browse files
author
ariddell
committed
Release PyStan 2.15.0.1
1 parent d41eefa commit 336d7fa

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

doc/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ dependencies, then issue the commands:
4242

4343
::
4444

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

doc/whats_new.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
What's New
77
============
88

9+
v2.15.0.1 (2. May 2017)
10+
========================
11+
- Python 2.7 compatibility fix (#332). Thanks to @monga for the report.
12+
913
v2.15.0.0 (21. Apr 2017)
1014
========================
1115
- Update Stan source to v2.15.0 (`release notes <https://github.com/stan-dev/stan/releases/tag/v2.15.0>`_)

pystan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
logging.basicConfig(level=logging.INFO)
1717

1818
# following PEP 386
19-
__version__ = '2.15.0.0'
19+
__version__ = '2.15.0.1'

0 commit comments

Comments
 (0)