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
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@
33
33
- Rewrote `Multinomial._random` method to better handle shape broadcasting (#3271)
34
34
- Fixed `Rice` distribution, which inconsistently mixed two parametrizations (#3286).
35
35
-`Rice` distribution now accepts multiple parameters and observations and is usable with NUTS (#3289).
36
+
-`sample_posterior_predictive` no longer calls `draw_values` to initialize the shape of the ppc trace. This called could lead to `ValueError`'s when sampling the ppc from a model with `Flat` or `HalfFlat` prior distributions (Fix issue #3294).
0 commit comments