Skip to content

Commit d02e320

Browse files
committed
update release notes
1 parent 63e5d16 commit d02e320

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

RELEASE-NOTES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,14 @@ All of the above apply to:
4545
- Changes to the BART implementation:
4646
- A BART variable can be combined with other random variables. The `inv_link` argument has been removed (see [4914](https://github.com/pymc-devs/pymc3/pull/4914)).
4747
- Moved BART to its own module (see [5058](https://github.com/pymc-devs/pymc3/pull/5058)).
48-
- ...
49-
48+
- Changes to the Gaussian Process (GP) submodule:
49+
- For all implementations, `gp.Latent`, `gp.Marginal` etc., `cov_func` and `mean_func` are required kwargs.
50+
- In Windows test conda environment the `mkl` version is fixed to verison 2020.4, and `mkl-service` is fixed to `2.3.0`. This was required for `gp.MarginalKron` to function properly.
51+
- `gp.MvStudentT` uses rotated samples from `StudentT` directly now, instead of sampling from `pm.Chi2` and then from `pm.Normal`.
52+
- The "jitter" parameter, or the diagonal noise term added to Gram matrices such that the Cholesky is numerically stable, is now exposed to the user instead of hard-coded. See the function `gp.util.stabilize`.
53+
- The `is_observed` arguement for `gp.Marginal*` implementations has been deprecated.
54+
- In the gp.utils file, the `kmeans_inducing_points` function now passes through `kmeans_kwargs` to scipy's k-means function.
55+
- The function `replace_with_values` function has been added to `gp.utils`.
5056

5157
### Expected breaks
5258
+ New API was already available in `v3`.

0 commit comments

Comments
 (0)