Skip to content

Commit f480287

Browse files
committed
Start preparing release of v1.11.0
1 parent 307d744 commit f480287

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 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.10.0.9001
5-
Date: 2023-03-16
4+
Version: 1.11.0
5+
Date: 2024-01-17
66
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jsg2201@columbia.edu"),
77
person("Tristan", "Mahr", role = "aut"),
88
person("Paul-Christian", "Bürkner", role = "ctb"),

NEWS.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
<!-- See http://style.tidyverse.org/news.html for advice on writing news -->
22

3-
# bayesplot 1.10.0.9000
3+
# bayesplot 1.11.0
44

5-
* Items for next release here
5+
* Add 'bins' argument to many histogram plots by @paul-buerkner in #300
6+
* Update for new ggplot2 release by @teunbrand in #309
7+
* Follow ggplot2 updates on facet_grid() and facet_wrap() by @heavywatal in #305
8+
* Better loo_pit_qq plots by @avehtari in #307
9+
* Check `prob` is numeric for intervals plots by @tony-stone in #299
610

711
# bayesplot 1.10.0
812

0 commit comments

Comments
 (0)