Skip to content

Commit

Permalink
Fix ReleaseNotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed May 24, 2022
1 parent 62e1e9d commit 35f778f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE-NOTES.md
Expand Up @@ -25,8 +25,8 @@ Also check out the [milestones](https://github.com/pymc-devs/pymc/milestones) fo

All of the above apply to:

⚠ Random seeding behavior changed!
- Sampling results will differ from those of V3 when passing the same random_state as before. They will be consitent across subsequent V4 releases unless mentioned otherwise.
- ⚠ Random seeding behavior changed (see [#5787](https://github.com/pymc-devs/pymc/pull/5787))!
- Sampling results will differ from those of V3 when passing the same `random_seed` as before. They will be consistent across subsequent V4 releases unless mentioned otherwise.
- Sampling functions no longer respect user-specified global seeding! Always pass `random_seed` to ensure reproducible behavior.
- Signature and default parameters changed for several distributions:
- `pm.StudentT` now requires either `sigma` or `lam` as kwarg (see [#5628](https://github.com/pymc-devs/pymc/pull/5628))
Expand Down

0 comments on commit 35f778f

Please sign in to comment.