Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export(ppc_km_overlay_grouped)
export(ppc_loo_intervals)
export(ppc_loo_pit)
export(ppc_loo_pit_data)
export(ppc_loo_pit_ecdf)
export(ppc_loo_pit_overlay)
export(ppc_loo_pit_qq)
export(ppc_loo_ribbon)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# bayesplot (development version)

* Added `ppc_loo_pit_ecdf()` by @TeemuSailynoja

# bayesplot 1.12.0

* Expand checking workflows to more platforms by @andrjohns (#324)
Expand Down
Loading