forked from stan-dev/cmdstan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE-NOTES.txt
18 lines (14 loc) · 1.07 KB
/
RELEASE-NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CMDSTAN RELEASE NOTES
======================================================================
v2.33.1 (13 September 2023)
======================================================================
- Update stanc3 binaries to v2.33.1
v2.33.0 (5 September 2023)
======================================================================
- Exposed `pathfinder` algorithm. (#1155)
- Added `CXX_MAJOR` and `CXX_MINOR` to the name of the precompiled header file when it is enabled. The goal is to prevent the annoying errors from clang updates etc. (#1171)
- Removed use of `boost::lexical_cast` wherever possible. (#1172)
- Fixes various typos in output messages and comments. (#1174)
- Enabled the `num_chains` argument on all HMC variants other than the `static` engine. (#1176)
- Fixed a bug where the `num_chains` argument was not properly using multiple init files (#1191)
- A warning is now shown when users provide "R dump" formatted inputs to CmdStan, letting them know that this format is essentially unsupported and new features like Tuples are not being added to it. (#1177, #1183)