Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: bayesplot
Type: Package
Title: Plotting for Bayesian Models
Version: 1.13.0.9000
Date: 2025-06-18
Version: 1.14.0
Date: 2025-08-31
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jsg2201@columbia.edu"),
person("Tristan", "Mahr", role = "aut", comment = c(ORCID = "0000-0002-8890-5116")),
person("Paul-Christian", "Bürkner", role = "ctb"),
Expand All @@ -11,7 +11,8 @@ Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jsg2201@c
person("Frank", "Weber", role = "ctb"),
person("Eduardo", "Coronado Sroka", role = "ctb"),
person("Teemu", "Sailynoja", role = "ctb"),
person("Aki", "Vehtari", role = "ctb"))
person("Aki", "Vehtari", role = "ctb"),
person("Behram", "Ulukır", role = "ctb"))
Maintainer: Jonah Gabry <jsg2201@columbia.edu>
Description: Plotting functions for posterior analysis, MCMC diagnostics,
prior and posterior predictive checks, and other visualizations
Expand Down
15 changes: 8 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# bayesplot (development version)

* PPC "avg" functions (`ppc_scatter_avg()`, `ppc_error_scatter_avg()`, etc.) gain a `stat` argument to set the averaging function. (Suggestion of #348, @kruschke).
* `ppc_error_scatter_avg_vs_x(x = some_expression)` labels the *x* axis with `some_expression`.
* Add `ppc_dots()` and `ppd_dots()` by @behramulukir (#357)
* Add `x` argument to `ppc_error_binned` by @behramulukir (#359)
* Add `x` argument to `ppc_error_scatter_avg()` by @behramulukir (#367)
* Add `discrete` style to `ppc_rootogram` by @behramulukir (#362)
* Add `discrete` argument to `ppc_stat` and `ppd_stat` by @behramulukir (#369)
* PPC "avg" functions (`ppc_scatter_avg()`, `ppc_error_scatter_avg()`, etc.) gain a `stat` argument
to set the averaging function. (Suggestion of #348, @kruschke).
* `ppc_error_scatter_avg_vs_x(x = some_expression)` labels the x axis with `some_expression`.
* New quantile dot plot functions `ppc_dots()` and `ppd_dots()` by @behramulukir (#357)
* Add `x` argument to `ppc_error_binned()` to control x axis by @behramulukir (#359)
* Add `x` argument to `ppc_error_scatter_avg()` to control x axis by @behramulukir (#367)
* Add `discrete` style to `ppc_rootogram()` by @behramulukir (#362)
* Add `discrete` argument to `ppc_stat()` and `ppd_stat()` to support discrete stats by @behramulukir (#369)

# bayesplot 1.13.0

Expand Down
2 changes: 1 addition & 1 deletion man/PPC-discrete.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/bayesplot-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading