Skip to content

bayesplot v1.11.0

Compare
Choose a tag to compare
@jgabry jgabry released this 30 Jan 23:44
· 8 commits to master since this release

What's Changed

  • Update for new ggplot2 release by @teunbrand in #309
  • add 'bins' argument to many histogram plots by @paul-buerkner in #300
  • Follow ggplot2 updates on facet_grid() and facet_wrap() by @heavywatal in #305
  • better ppc_loo_pit_qq plots by @avehtari in #307
  • Check prob is numeric for intervals plots by @tony-stone in #299
  • Add bins and breaks arguments to more histogram and hex plots by @heavywatal in #313
  • Replace size argument with linewidth for geom_line and geom_ridgeline by @heavywatal in #314
  • All LOO plots now accept psis_object argument by @jgabry in #311
  • ppc_loo_pit_ecdf() and ppc_loo_pit_ecdf_grouped() now support discrete variables, and their default method for selecting the number of ECDF evaluation points has been updated. @TeemuSailynoja in #316

New Contributors

Full Changelog: v1.10.0...v1.11.0