You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The algorithms no longer catch `std::exception` unconditionally. The Math library uses `std::domain_error` for recoverable errors, and these are the ones which are caught. (#3259)
12
+
- Allow laplace sampling without evaluating `log_prob` for each draw. (#3261)
13
+
- Allow laplace sampling to save the Hessian as a diagnostic output. (#3261)
14
+
- Stan's RNG usages now uses a type definition `stan::rng_t` rather than hard coding a specific Boost RNG. (#3263)
15
+
- Switched the pRNG used by default in the services and tests to be `boost::mixmax`. Note that this means seeds from previous versions will lead to different numerical results in this version. (#3264)
16
+
- Add a new ranked R-hat diagnostic from [Vehtari](https://arxiv.org/abs/1903.08008). (#3266)
17
+
- Fixed an issue where Pathfinder would sometimes return more draws than requested. (#3279)
0 commit comments