Skip to content

Commit 014e169

Browse files
committed
update news.md
1 parent 085bbe7 commit 014e169

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

NEWS.md

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

3+
* Added dedicated edge-case tests for all exported `_data()` functions.
34
* Added unit tests for `mcmc_areas_ridges_data()`, `mcmc_parcoord_data()`, and `mcmc_trace_data()`.
4-
* Added dedicated edge-case tests for all exported `_data()` functions: `ppc_bars_data()`, `ppc_error_data()`, `ppc_scatter_data()`, `ppc_scatter_avg_data()`, `ppc_loo_pit_data()`, `ppd_data()`, `ppd_stat_data()`, `ppd_intervals_data()`, `ppd_ribbon_data()`.
5+
* Added unit tests for `ppc_error_data()` and `ppc_loo_pit_data()` covering output structure, argument handling, and edge cases.
56
* Added vignette sections demonstrating `*_data()` companion functions for building custom ggplot2 visualizations (#435)
67
* Extract `drop_singleton_values()` helper in `mcmc_nuts_treedepth()` to remove duplicated filtering logic.
78
* Eliminate redundant data processing in `mcmc_areas_data()` by reusing the prepared MCMC array for both interval and density computation.

0 commit comments

Comments
 (0)