From c26adf14d2fcf6996dba3ff96a1b937b4db03d5d Mon Sep 17 00:00:00 2001 From: Nicusor Serban Date: Mon, 21 Nov 2022 16:10:40 +0100 Subject: [PATCH] release/v2.31.0: updating version numbers --- RELEASE-NOTES.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 4bcd9ddcfac..9cfc864f1b5 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -5,6 +5,12 @@ Note: these are the release notes for the stan-dev/stan repository. Further changes may arise at the interface level (stan-dev/{rstan, pystan, cmdstan}) and math library level (stan-dev/math). +v2.31.0 (21 November 2022) +====================================================================== +- RapidJSON library is now a part of Stan (previously part of CmdStan) (#3143) +- Added a #define flag flag to enable nested autodiff in model_base class (#3144) +- Set up the service function so interfaces can offer Laplace approximation. (#3148) + v2.30.0 (1 July 2022) ====================================================================== - Added `const noexcept` modifiers to the three accessors related to step-size (nominal, current, and jitter). (3124)