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

Commit

Permalink
Release 2.17.1.0 (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariddell authored Jan 16, 2018
1 parent 26bbecc commit 5365e91
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -43,10 +43,10 @@ dependencies, then issue the commands:

::

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

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

v2.17.1.0 (16. Jan 2018)
========================
- Update Stan source to v2.17.1 (`release notes <https://github.com/stan-dev/stan/releases/tag/v2.17.1>`_) (bugfix release)
- Remove deprecation warnings (Thanks to Alexander Rudiuk)
- Drop testing of Python 3.4.

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

# following PEP 386
__version__ = '2.17.0.0'
__version__ = '2.17.1.0'

0 comments on commit 5365e91

Please sign in to comment.