Skip to content

Releases: stan-dev/stan

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:01
Compare
Choose a tag to compare

v2.32.1 (2 May 2023)

02 May 12:09
Compare
Choose a tag to compare
  • Fix an issue where the output of Laplace sampling was inconsistent with other outputs and could lead to invalid CSV headers (#3184)

Documentation

HTML

PDF

v2.32.0 (20 April 2023)

20 Apr 17:12
Compare
Choose a tag to compare
  • Extended get_dims and get_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

PDF

v2.32.0-rc1 (10 April 2023)

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

v2.31.0 (21 November 2022)

21 Nov 16:10
Compare
Choose a tag to compare
  • RapidJSON library is now a part of Stan (previously part of CmdStan) (#3143)
  • Added a #define flag flag to enable nested autodiff in model_base class (#3144)
  • Set up the service function so interfaces can offer Laplace approximation. (#3148)

Documentation

HTML

PDF

v2.31.0-rc1 (8 November 2022)

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

v2.30.0 (1 July 2022)

01 Jul 14:44
Compare
Choose a tag to compare
  • Added const noexcept modifiers to the three accessors related to step-size (nominal, current, and jitter). (3124)
  • Removed unused variable num_params. (#3126)
  • Code cleanup - consistent set of includes for the set of services in stan/services/sample. (#3111)

Documentation

HTML

PDF

v2.30.0-rc1 (21 June 2022)

21 Jun 16:52
a685496
Compare
Choose a tag to compare
Pre-release
Tagging v2.30.0-rc1

v2.29.2 (25 March 2022)

25 Mar 08:21
Compare
Choose a tag to compare