Releases: stan-dev/stan
Releases · stan-dev/stan
v2.33.0-rc1 (22 August 2023)
Tagging v2.33.0-rc1
v2.32.2 (15 May 2023)
- Fixed handling of zero-sized parameters in standalone generated quantities.
Documentation
HTML
v2.32.1 (2 May 2023)
- Fix an issue where the output of Laplace sampling was inconsistent with other outputs and could lead to invalid CSV headers (#3184)
Documentation
HTML
v2.32.0 (20 April 2023)
- Extended
get_dims
andget_param_names
in model_base with flags for whether to include transformed parameters and generated quantities. (#3139) - Fixed an issue where initialization would still retry many times even if a fixed initialization was provided. (#3139)
- Cleaned up newlines in Laplace service logging. (#3153)
- make: use SUNDIALS_TARGETS instead of LIBSUNDIALS. (#3162)
- Updated JSON var context to handle nested structures (tuples). (#3165)
- Always discard at least 1 entry in new RNGs. (#3168)
- Relaxed requirements for 0-sized data objects in JSON. (#3170)
- Deleted unused io/cmd_line.hpp. (#3172)
- Standalone GQ: Output NaNs when exception is caught. (#3173)
- Cleaned up dimension and name logic in random_var_context. (#3174)
- Removed old/unused IO code. (#3177)
- Made deserializer's map members const. (#3178)
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.0 (1 July 2022)
v2.30.0-rc1 (21 June 2022)
Tagging v2.30.0-rc1
v2.29.2 (25 March 2022)
- Fixed bug with selecting matrix rows with
matrix[x:x, ]
. - Updated Math submodule to 4.3.2
Documentation
HTML