Skip to content

Commit 3e83744

Browse files
authored
Merge pull request #372 from stan-dev/v1.14
bayesplot v1.14
2 parents 7d89f40 + 857dd8d commit 3e83744

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: bayesplot
22
Type: Package
33
Title: Plotting for Bayesian Models
4-
Version: 1.13.0.9000
5-
Date: 2025-06-18
4+
Version: 1.14.0
5+
Date: 2025-08-31
66
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "[email protected]"),
77
person("Tristan", "Mahr", role = "aut", comment = c(ORCID = "0000-0002-8890-5116")),
88
person("Paul-Christian", "Bürkner", role = "ctb"),
@@ -11,7 +11,8 @@ Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jsg2201@c
1111
person("Frank", "Weber", role = "ctb"),
1212
person("Eduardo", "Coronado Sroka", role = "ctb"),
1313
person("Teemu", "Sailynoja", role = "ctb"),
14-
person("Aki", "Vehtari", role = "ctb"))
14+
person("Aki", "Vehtari", role = "ctb"),
15+
person("Behram", "Ulukır", role = "ctb"))
1516
Maintainer: Jonah Gabry <[email protected]>
1617
Description: Plotting functions for posterior analysis, MCMC diagnostics,
1718
prior and posterior predictive checks, and other visualizations

NEWS.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# bayesplot (development version)
22

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

1112
# bayesplot 1.13.0
1213

man/PPC-discrete.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/bayesplot-package.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)