Skip to content

Commit 8d665fa

Browse files
committed
Update release notes
1 parent 0a4cf0b commit 8d665fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

RELEASE-NOTES.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ Instead update the vNext section until 4.0.0 is out.
1313
### No-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))
17-
- Cholesky distributions (see WIP PR [#4784](https://github.com/pymc-devs/pymc/pull/4784))
18-
- Variational inference submodule (see WIP PR [#4582](https://github.com/pymc-devs/pymc/pull/4582))
16+
- Nested Mixture distributions (see [#5533](https://github.com/pymc-devs/pymc/issues/5533))
1917
- Elliptical slice sampling (see [#5137](https://github.com/pymc-devs/pymc/issues/5137))
2018
- `BaseStochasticGradient` (see [#5138](https://github.com/pymc-devs/pymc/issues/5138))
2119
- `pm.sample_posterior_predictive_w` (see [#4807](https://github.com/pymc-devs/pymc/issues/4807))
@@ -74,6 +72,7 @@ All of the above apply to:
7472
- In the gp.utils file, the `kmeans_inducing_points` function now passes through `kmeans_kwargs` to scipy's k-means function.
7573
- The function `replace_with_values` function has been added to `gp.utils`.
7674
- `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)).
7776
- ...
7877

7978
### Expected breaks

0 commit comments

Comments
 (0)