Skip to content

Commit

Permalink
add a NEWS.md entry
Browse files Browse the repository at this point in the history
  • Loading branch information
fweber144 committed May 23, 2023
1 parent d6a7fd9 commit 8db0bbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ machine than where the model was originally fitted. Old spline models can be
repaired via `restructure`. Special thanks to Simon Wood, Ruben Arslan, Marta
Kołczyńska, Patrick Hogan, and Urs Kalbitzer. (#1465)
* Fix a bunch of minor issues occuring for rare feature combinations.
* When exiting `get_refmodel.brmsfit()`, the pseudorandom number generator
(PRNG) state is reset (to the state before calling `get_refmodel.brmsfit()`)
only if argument `brms_seed` is not `NULL`. Since `NULL` is the default for
`brms_seed`, this means that previously, two repeated calls to
`get_refmodel.brmsfit()` with no PRNG-using code between them would use the same
PRNG state. With this bug fix, users may safely set a seed once before any calls
to `get_refmodel.brmsfit()` (e.g., at the beginning of their script) and then
leave `brms_seed` at its default. (#1502)


# brms 2.19.0
Expand Down

0 comments on commit 8db0bbd

Please sign in to comment.