Skip to content

Releases: stan-dev/cmdstan

v2.27.0 (2 June 2021)

02 Jun 19:22

Choose a tag to compare

  • Removed sources for stanc2. (#976)
  • Fixed error messaging by sending it to stderr. (#992)
  • fixed_param algorithm is now run automatically if the model contains no parameters. (#992, #994)
  • Simplified return codes. (#994)
  • Fixed informational messages. (#996, #1016)
  • Prepared threading code for future TBB versions. (#1000)
  • Added datetime to the output CSV. (#1009)
  • Added ./model info to print compile-time information (makefile flags). (#1016)
  • Bugfixed standalone GQ to use samples produces during warmup. (#1017)
  • Added make/local.example to showcase make/local usage. (#1019)

Documentation

HTML

PDF

v2.27.0-rc1 (19 May 2021)

19 May 16:16

Choose a tag to compare

Pre-release
Tagging v2.27.0-rc1

v2.26.1 (17 February 2021)

17 Feb 13:44

Choose a tag to compare

  • Updated Stan to v2.26.1

Documentation

HTML

PDF

v2.26.0 (26 January 2021)

26 Jan 13:59

Choose a tag to compare

  • Allowed using seed = 0.
  • Fixed a bug which caused that the external C++ file defined with USER_HEADER was not used with the new --alow-undefined flag.
  • Added the option of selecting OpenCL device at runtime.
  • Switched to using CLI11 for stansummary and removed the dependancy on Boost Program options.

Documentation

HTML

PDF

v2.26.0-rc1 (19 January 2021)

19 Jan 11:41

Choose a tag to compare

v2.25.0 (26 October 2020)

26 Oct 11:51

Choose a tag to compare

  • enabled downloading and using a specific stanc3 version
  • fixed build for macOS Catalina (issues with building the Boost library)
  • added the output sig_figs argument to select the number of significant figures in the output CSV
  • added STAN_CPP_OPTIMS makefile flag to turn on link-time optimizations and other C++ compiler optimizations

Documentation

HTML

PDF

v2.25.0-rc1 ( 14 October 2020 )

14 Oct 00:38

Choose a tag to compare

Pre-release
Tagging v2.25.0-rc1

v2.24.1 (10 August 2020)

22 Aug 14:40

Choose a tag to compare

Bugfixes

  • added using std::pow to generated code

  • fixed code generation for pow()

  • added data quantifier to linspaced_* signatures

  • fixed code generation for empty matrices

v2.24.0 (28 July 2020)

28 Jul 10:00

Choose a tag to compare

Features

  • CmdStan User's Guide now online - updated and revised,
    permalink for latest version: https://mc-stan.org/docs/cmdstan-guide/index.html

  • Utility command stansummary allows user-specified quantile reporting,
    improved output format, better command-line options handling

  • Many makefile improvements:

    • precompiled headers
    • detect compiler option dependencies
    • improved messaging
  • Stan updated to 2.24.0 (release notes)

  • Math updated to 3.3.0 (release notes)

  • Stanc3 updated to 2.24.0 (release notes)

Bugfixes

  • Generated quantities for models with non-scalar parameters

Documentation

HTML

PDF

v2.24.0-rc1 ( 21 July 2020 )

21 Jul 12:32
9024fee

Choose a tag to compare

Pre-release
Tagging v2.24.0-rc1