Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new KDE function. #1284

Merged
merged 11 commits into from
Aug 5, 2020
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
* update `radon` example dataset to current InferenceData schema specification (#1320)
* update `from_cmdstan` functionality and add warmup groups (#1330)
* restructure plotting code to be compatible with mpl>=3.3 (#1312)
* Replaced `_fast_kde()` with `kde()` which now also supports circular variables
tomicapretto marked this conversation as resolved.
Show resolved Hide resolved
via the argument `circular` (#1284).
* Replaced `_fast_kde()` with `kde()` which now also supports circular variables via the argument `circular` (#1284).

### Maintenance and fixes
* plot_posterior: fix overlap of hdi and rope (#1263)
* All the functions that used to call `_fast_kde`() now use `kde()` and have been updated to handle the new types returned (#1284).

### Deprecation

Expand Down
Loading