Skip to content

Commit

Permalink
release: 0.17.2 (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc authored Jan 12, 2024
1 parent 545873f commit d9938ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3
Title: Machine Learning in R - Next Generation
Version: 0.17.1.9000
Version: 0.17.2
Authors@R:
c(
person("Michel", "Lang", , "[email protected]", role = c("cre", "aut"),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# mlr3 (development version)
# mlr3 0.17.2

* Skip new `data.table` tests on mac.

# mlr3 0.17.1

Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test_parallel.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ test_that("parallel seed", {
})

test_that("data table threads are not changed in main session", {
skip_on_os("mac") # number of threads cannot be changed on mac

old_dt_threads = getDTthreads()
on.exit({
setDTthreads(old_dt_threads)
Expand Down

0 comments on commit d9938ab

Please sign in to comment.