Skip to content

Commit 0e442d1

Browse files
committed
Update release notes
1 parent 04baabd commit 0e442d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE-NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Instead update the vNext section until 4.0.0 is out.
1313
### Not-yet working features
1414
We plan to get these working again, but at this point their inner workings have not been refactored.
1515
- 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))
1717
- Elliptical slice sampling (see [#5137](https://github.com/pymc-devs/pymc/issues/5137))
1818
- `BaseStochasticGradient` (see [#5138](https://github.com/pymc-devs/pymc/issues/5138))
1919
- `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:
7272
- In the gp.utils file, the `kmeans_inducing_points` function now passes through `kmeans_kwargs` to scipy's k-means function.
7373
- The function `replace_with_values` function has been added to `gp.utils`.
7474
- `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)).
7576
- ...
7677

7778
### Expected breaks

0 commit comments

Comments
 (0)