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
* sample_ppc bug fix
My fix in #2725 to use all chains breaks the `sample_ppc([point]...)` and also the progress bar. These issue should be fix here now and also add test for sample_ppc from a list.
* fixe sample_ppc_w, edited release note
* Add docstring, remove space
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
- Update loo, new improved algorithm (#2730)
13
13
- New CSG (Constant Stochastic Gradient) approximate posterior sampling
14
14
algorithm (#2544)
15
+
- Michael Osthege added support for population-samplers and implemented differential evolution metropolis (`DEMetropolis`). For models with correlated dimensions that can not use gradient-based samplers, the `DEMetropolis` sampler can give higher effective sampling rates. (also see [PR#2735](https://github.com/pymc-devs/pymc3/pull/2735))
15
16
16
17
### Fixes
17
18
@@ -20,12 +21,9 @@
20
21
-`sample_ppc_w` now broadcasts
21
22
-`df_summary` function renamed to `summary`
22
23
- Add test for `model.logp_array` and `model.bijection` (#2724)
23
-
- Fixed `sample_ppc` and `sample_ppc_w` to iterate all chains(#2633)
24
+
- Fixed `sample_ppc` and `sample_ppc_w` to iterate all chains(#2633, #2748)
24
25
- Add Bayesian R2 score (for GLMs) `stats.r2_score` (#2696) and test (#2729).
25
26
26
-
### New Features
27
-
- Michael Osthege added support for population-samplers and implemented differential evolution metropolis (`DEMetropolis`). For models with correlated dimensions that can not use gradient-based samplers, the `DEMetropolis` sampler can give higher effective sampling rates. (also see [PR#2735](https://github.com/pymc-devs/pymc3/pull/2735))
0 commit comments