Skip to content

Commit 085bbe7

Browse files
committed
Update NEWS.md with _data() edge-case test entry
1 parent c6c3e1d commit 085bbe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NEWS.md

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

33
* Added unit tests for `mcmc_areas_ridges_data()`, `mcmc_parcoord_data()`, and `mcmc_trace_data()`.
4-
* Added unit tests for `ppc_error_data()` and `ppc_loo_pit_data()` covering output structure, argument handling, and edge cases.
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()`.
55
* Added vignette sections demonstrating `*_data()` companion functions for building custom ggplot2 visualizations (#435)
66
* Extract `drop_singleton_values()` helper in `mcmc_nuts_treedepth()` to remove duplicated filtering logic.
77
* 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)