Stan Versions Save

Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.

v2.32.0-rc1

1 year ago

v2.31.0

1 year ago
  • 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

1 year ago

v2.30.0

1 year ago
  • 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

1 year ago

v2.29.2

2 years ago

v2.29.1

2 years ago
  • 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

2 years ago
  • 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

2 years ago

v2.28.2

2 years ago
  • Fixed a performance regression caused by using the diagnostic writer even when diagnostics were not requested.

Documentation

HTML

PDF