Changes in version 1.0.1 (2026-02-26) Fixes - Package startup message no longer effects the sessions RNG (Reported by @TimTaylor #34) - Fixed ordering of probabilities in the plot legend to be independent of order specified in probs argument (Reported by @z3tt #32) Changes in version 1.0.0 (2023-02-09) Features - Added get_hdr() and get_hdr_1d() functions, exporting implementation of HDR computations (Suggested by @eliocamp #28) - Reworked method argument, allowing for either character or function call specification. Implemented related method_*() and method_*_1d() functions (e.g. method_kde() and method_kde_1d()). See ?get_hdr or vignette("method", "ggdensity") for details (Suggested by @eliocamp #29) - Added unit tests (Suggested by @eliocamp, #30) Breaking Changes - Removed arguments governing density estimators from stat_hdr() and other layer functions--these are now specified with method_*() and method_*_1d() functions Fixes - Added support for the new linewidth aesthetic (Reported by @eliocamp, #23) Changes in version 0.1.1 (2022-10-24) Fixes - Removed ggplot2 build-time dependencies (Reported by @thomasp85, #21) - Fixed bug in stat_hdr_lines_fun() which drew lines between components of disconnected HDRs (Reported by @afranks86, #20) Changes in version 0.1.0 (2022-07-20) Features - Added geom/stat_hdr_rug() for visualizing marginal HDRs via "rug plot" style graphics along plot axes (#14) - Added geom/stat_hdr_points() and geom/stat_hdr_points_fun() for visualizing HDR membership of points via a colored scatterplot (#15) Fixes - Changed name of computed variable in all stat functions from level to probs