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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Instead update the vNext section until 4.0.0 is out.
13
13
### Not-yet working features
14
14
We plan to get these working again, but at this point their inner workings have not been refactored.
15
15
- Timeseries distributions (see [#4642](https://github.com/pymc-devs/pymc/issues/4642))
16
-
- Mixture distributions (see [#4781](https://github.com/pymc-devs/pymc/issues/4781))
16
+
-Nested Mixture distributions (see [#5533](https://github.com/pymc-devs/pymc/issues/5533))
17
17
- Elliptical slice sampling (see [#5137](https://github.com/pymc-devs/pymc/issues/5137))
18
18
-`BaseStochasticGradient` (see [#5138](https://github.com/pymc-devs/pymc/issues/5138))
19
19
-`pm.sample_posterior_predictive_w` (see [#4807](https://github.com/pymc-devs/pymc/issues/4807))
@@ -72,6 +72,7 @@ All of the above apply to:
72
72
- In the gp.utils file, the `kmeans_inducing_points` function now passes through `kmeans_kwargs` to scipy's k-means function.
73
73
- The function `replace_with_values` function has been added to `gp.utils`.
74
74
-`MarginalSparse` has been renamed `MarginalApprox`.
75
+
- Removed `MixtureSameFamily`. `Mixture` is now capable of handling batched multivariate components (see [#5438](https://github.com/pymc-devs/pymc/pull/5438)).
0 commit comments