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

Commit

Permalink
Merge pull request #328 from ariddell/feature/release-and-tag-2.15.0.0
Browse files Browse the repository at this point in the history
Update version number, release notes for next version, 2.15.0.0.
  • Loading branch information
ariddell authored Apr 23, 2017
2 parents 845b616 + 8011a15 commit b003fe4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 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.14.0.0.tar.gz
wget https://pypi.python.org/packages/source/p/pystan/pystan-2.15.0.0.tar.gz
# alternatively, use curl, or a web browser
tar zxvf pystan-2.14.0.0.tar.gz
cd pystan-2.14.0.0
tar zxvf pystan-2.15.0.0.tar.gz
cd pystan-2.15.0.0
python setup.py install
cd .. # change out of the source directory before importing pystan

Expand Down
8 changes: 5 additions & 3 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
What's New
============

TBA (TBA)
=========
- TBA
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>`_)
- Allow UTF-8 comments in Stan Program code. Thanks to @ahartikainen
- Expose constrain_pars method, thanks to Lars Mescheder.

V2.14.0.0 (1. Jan 2017)
=========================
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.14.0.1dev"
__version__ = '2.15.0.0'

0 comments on commit b003fe4

Please sign in to comment.