Skip to content

Commit 2ae431e

Browse files
authored
RELEASE-NOTES.md: added mention of fix to pymc-devs#3122
1 parent e93efce commit 2ae431e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Made `BrokenPipeError` for parallel sampling more verbose on Windows.
1111
- Added the `broadcast_distribution_samples` function that helps broadcasting arrays of drawn samples, taking into account the requested `size` and the inferred distribution shape. This sometimes is needed by distributions that call several `rvs` separately within their `random` method, such as the `ZeroInflatedPoisson` (Fix issue #3310).
1212
- The `Wald`, `Kumaraswamy`, `LogNormal`, `Pareto`, `Cauchy`, `HalfCauchy`, `Weibull` and `ExGaussian` distributions `random` method used a hidden `_random` function that was written with scalars in mind. This could potentially lead to artificial correlations between random draws. Added shape guards and broadcasting of the distribution samples to prevent this (Similar to issue #3310).
13+
- Added a fix to allow the imputation of single missing values of oberserved data, which previously would fail (Fix issue #3122).
1314

1415
### Deprecations
1516

0 commit comments

Comments
 (0)