Skip to content

Commit ece6ee8

Browse files
Added Kronecker GP PR features
1 parent 71c5077 commit ece6ee8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

RELEASE-NOTES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@
55
### New features
66

77
- Add `logit_p` keyword to `pm.Bernoulli`, so that users can specify the logit of the success probability. This is faster and more stable than using `p=tt.nnet.sigmoid(logit_p)`.
8-
- Add `random` keyword to `pm.DensityDist` thus enabling users to pass custom random method which in turn makes sampling from a `DensityDist` possible.
8+
- Add `random` keyword to `pm.DensityDist` thus enabling users to pass custom random method which in turn makes sampling from a `DensityDist` possible.
99
- Effective sample size computation is updated. The estimation uses Geyer's initial positive sequence, which no longer truncates the autocorrelation series inaccurately. `pm.diagnostics.effective_n` now can reports N_eff>N.
10+
- Added `KroneckerNormal` distribution and a corresponding `MarginalKron`
11+
Gaussian Process implementation for efficient inference, along with
12+
lower-level functions such as `cartesian` and `kronecker` products.
13+
- Added `Coregion` covariance function.
1014

1115

1216
### Fixes
1317

1418
- `VonMises` does not overflow for large values of kappa. i0 and i1 have been removed and we now use log_i0 to compute the logp.
1519

20+
1621
### Deprecations
1722

1823
- DIC and BPIC calculations have been removed

0 commit comments

Comments
 (0)