diff --git a/DESCRIPTION b/DESCRIPTION index 6706fea1..7bfd7f54 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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"), @@ -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 Description: Plotting functions for posterior analysis, MCMC diagnostics, prior and posterior predictive checks, and other visualizations diff --git a/NEWS.md b/NEWS.md index 72f943d8..b7cdd597 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/man/PPC-discrete.Rd b/man/PPC-discrete.Rd index 5b2b8255..d996cd95 100644 --- a/man/PPC-discrete.Rd +++ b/man/PPC-discrete.Rd @@ -252,7 +252,7 @@ Visualizing count data regressions using rootograms. \url{https://arxiv.org/abs/1605.01311}. } \seealso{ -Other PPCs: +Other PPCs: \code{\link{PPC-censoring}}, \code{\link{PPC-distributions}}, \code{\link{PPC-errors}}, diff --git a/man/bayesplot-package.Rd b/man/bayesplot-package.Rd index f7404672..ae59ee0e 100644 --- a/man/bayesplot-package.Rd +++ b/man/bayesplot-package.Rd @@ -131,6 +131,7 @@ Other contributors: \item Eduardo Coronado Sroka [contributor] \item Teemu Sailynoja [contributor] \item Aki Vehtari [contributor] + \item Behram Ulukır [contributor] } }