Skip to content

Commit

Permalink
news
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 25, 2023
1 parent 79d29f9 commit 66a4f1b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# performance 0.10.7

## Breaking changes

* `binned_residuals()` gains a few new arguments to control the residuals used
for the test, as well as different options to calculate confidence intervals
(namely, `ci_type`, `residuals`, `ci` and `iterations`). The default values
to compute binned residuals have changed. Default residuals are now "deviance"
residuals (and no longer "response" residuals). Default confidence intervals
are now "exact" intervals (and no longer based on Gaussian approximation).
Use `ci_type = "gaussian"` and `residuals = "response"` to get the old defaults.

## Changes to functions

* `binned_residuals()` - like `check_model()` - gains a `show_dots` argument to
Expand Down

0 comments on commit 66a4f1b

Please sign in to comment.