Skip to content

Commit ec0ee58

Browse files
authored
Adding new notebook for conjugate sampling (#4199)
* Adding new notebook for conjugate sampling * Running precommit over notebook * Fixing conflict for table of contents * Updates to conjugate sampling notebook * Fixing text and changing inline image format for conjugate sampling notebook * Updating release notes to reference new conjugate samling notebook * Updating release notes to reference new conjugate sampling notebook
1 parent c5c9a14 commit ec0ee58

File tree

3 files changed

+644
-0
lines changed

3 files changed

+644
-0
lines changed

RELEASE-NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
### Documentation
1414

15+
* Added a new notebook demonstrating how to incorporate sampling from a conjugate Dirichlet-multinomial posterior density in conjunction with other step methods (see [#4199](https://github.com/pymc-devs/pymc3/pull/4199)).
16+
1517
### New features
1618
- `sample_posterior_predictive_w` can now feed on `xarray.Dataset` - e.g. from `InferenceData.posterior`. (see [#4042](https://github.com/pymc-devs/pymc3/pull/4042))
1719
- Added `pymc3.gp.cov.Circular` kernel for Gaussian Processes on circular domains, e.g. the unit circle (see [#4082](https://github.com/pymc-devs/pymc3/pull/4082)).

0 commit comments

Comments
 (0)