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
@@ -15,6 +15,7 @@
15
15
- Fixed `KeyError` raised when only subset of variables are specified to be recorded in the trace.
16
16
- Removed unused `repeat=None` arguments from all `random()` methods in distributions.
17
17
- Deprecated the `sigma` argument in `MarginalSparse.marginal_likelihood` in favor of `noise`
18
+
- Fixed unexpected behavior in `random`. Now the `random` functionality is more robust and will work better for `sample_prior` when that is implemented.
0 commit comments