Skip to content

Commit 1224eaf

Browse files
committed
Merge branch 'master' into add-cmdstanr-to-gha
2 parents 7f61302 + d6e83fd commit 1224eaf

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
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.9000
5+
Date: 2025-12-11
66
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jgabry@gmail.com"),
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 <jgabry@gmail.com>
1718
Description: Plotting functions for posterior analysis, MCMC diagnostics,
1819
prior and posterior predictive checks, and other visualizations

NEWS.md

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

3-
* Add `shape` argument to `mcmc_scatter()` by @behramulukir (#375)
4-
* Restore pre ggplot2 v4.0 behavior of bayesplot theme setting (#385)
3+
# bayesplot 1.15.0
4+
5+
* Add `shape` argument to `mcmc_scatter` by @behramulukir (#375)
6+
* Restore pre ggplot2 v4.0 behavior of bayesplot theme setting by @jgabry (#385)
7+
* New pkgdown theme by @VisruthSK in (#378)
8+
* Testthat 3e by @VisruthSK (#397)
9+
* Update loo PIT visual tests by @jgabry (#374)
10+
* Update SVGs for visual tests for ggplot2 v4.0 by @jgabry (#379)
11+
* Bumped roxygen and fixed linking note by @VisruthSK (#382)
12+
* Fix height/width attributes in Rd files for CRAN by @jgabry (#387)
13+
514

615
# bayesplot 1.14.0
716

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)