From a6ae3ab9225978c75a588c7048ab12b86ceb6db8 Mon Sep 17 00:00:00 2001 From: ariddell Date: Mon, 18 Sep 2017 13:02:26 -0400 Subject: [PATCH] DOC: Update release notes for 2.17 Encourages users to use Python 3.5 or higher. Closes #347 --- doc/whats_new.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/whats_new.rst b/doc/whats_new.rst index c62cc12c..2a06f107 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -6,11 +6,16 @@ What's New ============ -v2.17.0.0 (TBD) -=============== -- ... -- Marked ``pystan.stan`` as deprecated. It will be removed in version 3.0. Please compile and use a +v2.17.0.0 (6. Oct 2017) +======================= +- Update Stan source to v2.17.0 (`release notes `_), +- Added ``pystan.stansummary`` function. Patch by @ahartikainen. +- Marked ``pystan.stan`` as deprecated. It will be removed in version 3.0. Please compile and use a Stan program as two separate steps. +- Reminder: Consider using Python 3.5 or higher. In a future release, Python 3.4 wheels will no longer be + built. +- Reminder: Stan v2.16.0 is the final release which will not require a C++11 compatible compiler. Future + releases will require a C++11 compatible compiler. (This does not affect most users.) v2.16.0.0 (22. June 2017) ========================