Skip to content

Releases: stan-dev/stan

v2.29.1 (2 March 2022)

02 Mar 13:45
Compare
Choose a tag to compare
  • Updated Stan Math to 4.3.1.
  • Fixed a bug with assigning var matrix types, only surfaces when using stanc3 optimization (--O1 or up).

Documentation

HTML

PDF

v2.29.0 (14 February 2022)

14 Feb 14:44
Compare
Choose a tag to compare
  • Fixed assign and lvalue to return empty array with negative indexing and prevent assigning containers not matching in size. (#3095)
  • Refactored the integration tests to use the Stan model from the stanc3 repository.
  • Upgraded Stan Math to 4.3.0.

Documentation

HTML

PDF

v2.29.0-rc1 (31 January 2022)

31 Jan 09:54
Compare
Choose a tag to compare
Pre-release
Tagging v2.29.0-rc1

v2.28.2 (22 November 2021)

22 Nov 13:54
Compare
Choose a tag to compare

v2.28.1 (21 October 2021)

v2.28.0 (5 October 2021)

05 Oct 18:33
039ed89
Compare
Choose a tag to compare
  • Now using Eigen nullaryExpression for indexing with multi_index so these indexing functions propagate expressions, potentially reducing the number of times memory needs to be accessed. (#3046)
  • Fixes àssign() for var<Matrix>. (#3049)
  • Allowed intake of complex numbers. (#3056)
  • Marged rethrow_located as [[noreturn]]. (#3059)

Documentation

HTML

PDF

v2.28.0-rc1

27 Sep 14:38
Compare
Choose a tag to compare
v2.28.0-rc1 Pre-release
Pre-release
Tagging v2.28.0-rc1

v2.27.0 (2 June 2021)

02 Jun 19:10
Compare
Choose a tag to compare
  • Refactored indexing functions (renaming, replaces indexing structure in favor of variadic arguments). (#3011)
  • Added the serializer and deserializer classes for reading/writing constraints in the generated C++ easier. (#3013, #3018, #3019, #3024, #3036)
  • Removed unuse template keyword to fix for clang 12+. (#3026)
  • Added more robust detection of improper posteriors by checking that metric does not overflow during adaptation. (#3030)

Documentation

HTML

PDF

v2.27.0-rc1 (19 May 2021)

19 May 16:07
Compare
Choose a tag to compare
Pre-release
Tagging v2.27.0-rc1

v2.26.1 (17 February 2021)