Releases: stan-dev/cmdstan
Releases Β· stan-dev/cmdstan
v2.33.1 (13 September 2023)
- Update stanc3 binaries to v2.33.1
Documentation
HTML
v2.33.0 (5 September 2023)
- Exposed
pathfinder
algorithm. (#1155) - Added
CXX_MAJOR
andCXX_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 thestatic
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)
Documentation
HTML
v2.33.0-rc1 (22 August 2023)
Tagging v2.33.0-rc1
v2.32.2 (15 May 2023)
- Update Stan module to v2.32.2
Documentation
HTML
v2.32.1 (2 May 2023)
- Update Stan module to v2.32.1
Documentation
HTML
v2.32.0 (20 April 2023)
- Added method
laplace
to sample from a Laplace approximation following optimization. (#1134) - Added argument
jacobian
to methodoptimize
; default is FALSE (current behavior). (#1134) - For method
log_prob
, added functionality to allow sets of constrained parameters as inputs in the form of a Stan CSV file. (#1134) - Fixed typo in OpenCL code. (#1141)
- Updated a test model so it no longer uses the deprecated array syntax. (#1148)
- Fixed Bernoulli example file mentioning old array syntax in a comment. (#1150)
- make: use SUNDIALS_TARGETS instead of LIBSUNDIALS. (#1151)
- Fixed 'Perhaps you meant' giving invalid suggestions. (#1152)
Documentation
HTML
v2.32.0-rc1 (10 April 2023)
Tagging v2.32.0-rc1
v2.31.0 (21 November 2022)
v2.31.0-rc1 (8 November 2022)
Tagging v2.31.0-rc1
v2.30.1 (27 July 2022)
Updated stanc3 to v2.30.1
See release notes