Skip to content

Commit

Permalink
news, dev
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 24, 2023
1 parent 692860a commit 7f4719a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: performance
Title: Assessment of Regression Models Performance
Version: 0.10.5.2
Version: 0.10.5.3
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# performance (development version)

## Changes to functions

* `check_outliers()` for method `"ics"` now detects number of available cores
for parallel computing via the `"mc.cores"` option. This is more robust than
the previous method, which used `parallel::detectCores()`. Now you should
set the number of cores via `options(mc.cores = 4)`.

# performance 0.10.5

## Changes to functions
Expand Down

0 comments on commit 7f4719a

Please sign in to comment.