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

Commit b003fe4

Browse files
authored
Merge pull request #328 from ariddell/feature/release-and-tag-2.15.0.0
Update version number, release notes for next version, 2.15.0.0.
2 parents 845b616 + 8011a15 commit b003fe4

File tree

3 files changed

+9
-7
lines changed

3 files changed

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

doc/whats_new.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
What's New
77
============
88

9-
TBA (TBA)
10-
=========
11-
- TBA
9+
v2.15.0.0 (21. Apr 2017)
10+
========================
11+
- Update Stan source to v2.15.0 (`release notes <https://github.com/stan-dev/stan/releases/tag/v2.15.0>`_)
12+
- Allow UTF-8 comments in Stan Program code. Thanks to @ahartikainen
13+
- Expose constrain_pars method, thanks to Lars Mescheder.
1214

1315
V2.14.0.0 (1. Jan 2017)
1416
=========================

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.14.0.1dev"
19+
__version__ = '2.15.0.0'

0 commit comments

Comments
 (0)