Skip to content

see 0.7.4

Compare
Choose a tag to compare
@IndrajeetPatil IndrajeetPatil released this 26 Nov 06:45
· 252 commits to main since this release
bf78158

Changes

  • Updates docs and tests for {ggplot2} release (3.4.0).

  • New function scale_color_colorhex() provides color scales based on palettes
    from https://www.color-hex.com (#245).

  • The default for the smoothing bandwidth from plot.check_predictions() has
    changed from "nrd0" to "nrd", which seems to produce better fitting plots
    for non-Gaussian models. Furthermore, performance::check_predictions()
    accepts a bw argument (smoothing bandwidth), which is passed down to the
    plot() method's density-estimation.

Bug fixes

  • Fixed issues with plot() for check_outliers() for models with convergence
    issues.