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

Commit 5365e91

Browse files
authored
Release 2.17.1.0 (#407)
1 parent 26bbecc commit 5365e91

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

doc/getting_started.rst

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

4444
::
4545

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

doc/whats_new.rst

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

9+
v2.17.1.0 (16. Jan 2018)
10+
========================
11+
- Update Stan source to v2.17.1 (`release notes <https://github.com/stan-dev/stan/releases/tag/v2.17.1>`_) (bugfix release)
12+
- Remove deprecation warnings (Thanks to Alexander Rudiuk)
13+
- Drop testing of Python 3.4.
14+
915
v2.17.0.0 (6. Oct 2017)
1016
=======================
1117
- Update Stan source to v2.17.0 (`release notes <https://github.com/stan-dev/stan/releases/tag/v2.17.0>`_),

pystan/__init__.py

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

1919
# following PEP 386
20-
__version__ = '2.17.0.0'
20+
__version__ = '2.17.1.0'

0 commit comments

Comments
 (0)