Releases: stan-dev/stan
Releases · stan-dev/stan
v2.29.1 (2 March 2022)
- 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
v2.29.0 (14 February 2022)
- 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
v2.29.0-rc1 (31 January 2022)
Tagging v2.29.0-rc1
v2.28.2 (22 November 2021)
- Fixed a performance regression caused by using the diagnostic writer even when diagnostics were not requested.
Documentation
HTML
v2.28.1 (21 October 2021)
v2.28.0 (5 October 2021)
- 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()
forvar<Matrix>
. (#3049) - Allowed intake of complex numbers. (#3056)
- Marged rethrow_located as [[noreturn]]. (#3059)
Documentation
HTML
v2.28.0-rc1
Tagging v2.28.0-rc1
v2.27.0 (2 June 2021)
- 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
v2.27.0-rc1 (19 May 2021)
Tagging v2.27.0-rc1