Skip to content

Releases: stan-dev/cmdstan

v2.33.1 (13 September 2023)

13 Sep 18:52
Compare
Choose a tag to compare
  • Update stanc3 binaries to v2.33.1

Documentation

HTML

PDF

v2.33.0 (5 September 2023)

05 Sep 13:49
Compare
Choose a tag to compare
  • 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)

Documentation

HTML

PDF

v2.33.0-rc1 (22 August 2023)

22 Aug 11:51
Compare
Choose a tag to compare
Pre-release
Tagging v2.33.0-rc1

v2.32.2 (15 May 2023)

15 May 20:02
Compare
Choose a tag to compare
  • Update Stan module to v2.32.2

Documentation

HTML

PDF

v2.32.1 (2 May 2023)

02 May 12:11
Compare
Choose a tag to compare
  • Update Stan module to v2.32.1

Documentation

HTML

PDF

v2.32.0 (20 April 2023)

20 Apr 17:14
Compare
Choose a tag to compare
  • Added method laplace to sample from a Laplace approximation following optimization. (#1134)
  • Added argument jacobian to method optimize; 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

PDF

v2.32.0-rc1 (10 April 2023)

10 Apr 15:02
Compare
Choose a tag to compare
Pre-release
Tagging v2.32.0-rc1

v2.31.0 (21 November 2022)

21 Nov 16:12
Compare
Choose a tag to compare
  • Allowed standalone generate_quantities using non-HMC fit (#1106)
  • Added method for calculating log_prob and its gradients (#1107, #1108)

Documentation

HTML

PDF

v2.31.0-rc1 (8 November 2022)

08 Nov 10:46
Compare
Choose a tag to compare
Pre-release
Tagging v2.31.0-rc1

v2.30.1 (27 July 2022)

27 Jul 12:25
Compare
Choose a tag to compare

Updated stanc3 to v2.30.1
See release notes