Skip to content

Commit ce863d7

Browse files
committed
v1.15.0
1 parent 21b05b5 commit ce863d7

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Rplots.pdf
1717
.vscode/*
1818
^\.github$
1919
^release-prep\.R$
20+
release-prep.R

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.14.0.9000
5-
Date: 2025-08-31
4+
Version: 1.15.0
5+
Date: 2025-12-11
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"),
@@ -12,7 +12,8 @@ Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jgabry@gm
1212
person("Eduardo", "Coronado Sroka", role = "ctb"),
1313
person("Teemu", "Sailynoja", role = "ctb"),
1414
person("Aki", "Vehtari", role = "ctb"),
15-
person("Behram", "Ulukır", role = "ctb"))
15+
person("Behram", "Ulukır", role = "ctb"),
16+
person("Visruth", "Srimath Kandali", role = "ctb"))
1617
Maintainer: Jonah Gabry <[email protected]>
1718
Description: Plotting functions for posterior analysis, MCMC diagnostics,
1819
prior and posterior predictive checks, and other visualizations

NEWS.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# bayesplot (development version)
1+
# bayesplot 1.15.0
2+
3+
* Add `shape` argument to `mcmc_scatter` by @behramulukir (#375)
4+
* Restore pre ggplot2 v4.0 behavior of bayesplot theme setting by @jgabry (#385)
5+
* New pkgdown theme by @VisruthSK in (#378)
6+
* Testthat 3e by @VisruthSK (#397)
7+
* Update loo PIT visual tests by @jgabry (#374)
8+
* Update SVGs for visual tests for ggplot2 v4.0 by @jgabry (#379)
9+
* Bumped roxygen and fixed linking note by @VisruthSK (#382)
10+
* Fix height/width attributes in Rd files for CRAN by @jgabry (#387)
211

3-
* Add `shape` argument to `mcmc_scatter()` by @behramulukir (#375)
4-
* Restore pre ggplot2 v4.0 behavior of bayesplot theme setting (#385)
512

613
# bayesplot 1.14.0
714

R/bayesplot-package.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
# release reminders (for devtools)
105105
release_questions <- function() {
106106
c(
107-
"Have you reduced the size of the vignettes for CRAN?",
108107
"Have you tested with '^tests/testthat/_snaps$' removed from .Rbuildignore?",
109108
"Have you put '^tests/testthat/_snaps$' back in .Rbuildignore? before submitting?"
110109
)

man/bayesplot-package.Rd

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

0 commit comments

Comments
 (0)