Changes in version 0.2.2 (2025-09-04) - docs: Fix url in description. Changes in version 0.2.1 (2025-05-26) - compatibility: mlr3 1.0.0 Changes in version 0.2.0 (2024-11-25) - feat: The design of batchmark() can now include parameter settings. - feat: reduceResultsBatchmark gains argument fun which is passed on to batchtools::reduceResultsList. Useful for deleting model data to avoid running out of memory. Thanks to Toby Dylan Hocking @tdhock for the PR (https://github.com/mlr-org/mlr3batchmark/issues/18). - docs: A warning is now given when the loaded mlr3 version differs from the mlr3 version stored in the trained learners. - feat: Support marshaling. - feat: A renv project can be passed to batchmark() that is loaded in the job environment. Changes in version 0.1.1 (2023-11-17) - feat: mlr3batchmark now depends on package batchtools to avoid having to load batchtools explicitly. Changes in version 0.1.0 (2023-04-25) - release: Initial release