Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Jun 9, 2020
1 parent 9742c97 commit 22fdd91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
## v0.x.x Unreleased

### New features
* loo-pit plot. The kde is computed over the data interval (this could be shorter than [0, 1]). The hdi is computed analitically (#1215)
* Added support for PyJAGS via the function `from_pyjags` in the module arviz.data.io_pyjags. (#1219)
* loo-pit plot. The kde is computed over the data interval (this could be shorter than [0, 1]). The hdi is computed analitically (#1215)
* Added support for PyJAGS via the function `from_pyjags` in the module arviz.data.io_pyjags. (#1219)

### Maintenance and fixes
* Include data from `MultiObservedRV` to `observed_data` when using
`from_pymc3` (#1098)
* Added a note on `plot_pair` when trying to use `plot_kde` on `InferenceData`
objects. (#1218)
* Added a warning in `from_pymc3` if log likelihood cannot be obtained (#1227)
* Added `log_likelihood` argument to `from_pyro` and a warning if log likelihood cannot be obtained (#1227)
* Skip tests on matplotlib animations if ffmpeg is not installed (#1227)

### Deprecation
Expand Down

0 comments on commit 22fdd91

Please sign in to comment.