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

Commit a6ae3ab

Browse files
author
ariddell
committed
DOC: Update release notes for 2.17
Encourages users to use Python 3.5 or higher. Closes #347
1 parent ea643ca commit a6ae3ab

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

doc/whats_new.rst

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

9-
v2.17.0.0 (TBD)
10-
===============
11-
- ...
12-
- Marked ``pystan.stan`` as deprecated. It will be removed in version 3.0. Please compile and use a
9+
v2.17.0.0 (6. Oct 2017)
10+
=======================
11+
- Update Stan source to v2.17.0 (`release notes <https://github.com/stan-dev/stan/releases/tag/v2.17.0>`_),
12+
- Added ``pystan.stansummary`` function. Patch by @ahartikainen.
13+
- Marked ``pystan.stan`` as deprecated. It will be removed in version 3.0. Please compile and use a
1314
Stan program as two separate steps.
15+
- Reminder: Consider using Python 3.5 or higher. In a future release, Python 3.4 wheels will no longer be
16+
built.
17+
- Reminder: Stan v2.16.0 is the final release which will not require a C++11 compatible compiler. Future
18+
releases will require a C++11 compatible compiler. (This does not affect most users.)
1419

1520
v2.16.0.0 (22. June 2017)
1621
========================

0 commit comments

Comments
 (0)