Skip to content

Commit

Permalink
release: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Dec 20, 2023
1 parent d6d71df commit 3ce15b1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3viz
Title: Visualizations for 'mlr3'
Version: 0.6.2.9000
Version: 0.7.0
Authors@R: c(
person("Michel", "Lang", , "michellang@gmail.com", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-9754-0393")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mlr3viz (development version)
# mlr3viz 0.7.0

- Add `"prediction"` plots for classification and regression learners.

Expand Down
4 changes: 1 addition & 3 deletions tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ if (requireNamespace("lgr")) {
}

old_dt_threads = data.table::getDTthreads()
old_omp_threads = Sys.getenv("OMP_THREAD_LIMIT")

setDTthreads(1)
Sys.setenv("OMP_THREAD_LIMIT" = 1)

1 change: 0 additions & 1 deletion tests/testthat/teardown.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
lg$set_threshold(old_threshold)
setDTthreads(old_dt_threads)
Sys.setenv("OMP_THREAD_LIMIT" = old_omp_threads)

0 comments on commit 3ce15b1

Please sign in to comment.