Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MgeeeeK committed Feb 18, 2021
1 parent ca7b0a3 commit 3bf65e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Updated `from_cmdstanpy`, `from_cmdstan`, `from_numpyro` and `from_pymc3` converters to follow schema convention ([1550](https://github.com/arviz-devs/arviz/pull/1550), [1541](https://github.com/arviz-devs/arviz/pull/1541), [1525](https://github.com/arviz-devs/arviz/pull/1525) and [1555](https://github.com/arviz-devs/arviz/pull/1555))
* Fix calculation of mode as point estimate ([1552](https://github.com/arviz-devs/arviz/pull/1552))
* Remove variable name from legend in posterior predictive plot ([1559](https://github.com/arviz-devs/arviz/pull/1559))
* Added significant digits formatter to round rope values ([1569](https://github.com/arviz-devs/arviz/pull/1569))


### Deprecation
Expand Down
4 changes: 2 additions & 2 deletions arviz/plots/backends/bokeh/posteriorplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def plot_posterior(
ref_val=ref_val,
rope=rope,
ax_labelsize=ax_labelsize,
**kwargs
**kwargs,
)
idx += 1
_title = Title()
Expand Down Expand Up @@ -119,7 +119,7 @@ def _plot_posterior_op(
rope,
ax_labelsize,
round_to: Optional[int] = None,
**kwargs
**kwargs,
): # noqa: D202
"""Artist to draw posterior."""

Expand Down

0 comments on commit 3bf65e0

Please sign in to comment.