Skip to content

Commit 14b6175

Browse files
Expose plot_gp_dist at package level (#4835)
* Expose `plot_gp_dist` at package level This is a super useful helper function that works for many things beyond Gaussian processes. * Mention plot_gp_dist API shortcut * Run pre-commit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 97adc62 commit 14b6175

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
### New Features
1313
+ Generalized BART, bounded distributions like Binomial and Poisson can now be used as likelihoods (see [#4675](https://github.com/pymc-devs/pymc3/pull/4675), [#4709](https://github.com/pymc-devs/pymc3/pull/4709) and
1414
[#4720](https://github.com/pymc-devs/pymc3/pull/4720)).
15+
+ `plot_gp_dist` is now available at the package level: `pm.plot_gp_dist` ([see #4835](https://github.com/pymc-devs/pymc3/pull/4835)).
1516

1617
## PyMC3 3.11.2 (14 March 2021)
1718

pymc3/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def _hotfix_theano_printing():
8888
from pymc3.distributions import transforms
8989
from pymc3.exceptions import *
9090
from pymc3.glm import *
91+
from pymc3.gp.util import plot_gp_dist
9192
from pymc3.math import (
9293
expand_packed_triangular,
9394
invlogit,

0 commit comments

Comments
 (0)