Skip to content

Commit 7061a32

Browse files
authored
NEWS: cli package
Added pretty-printing information using the `cli` package and noted compatibility with testthat version 3.3.0.
1 parent 5bf3f5e commit 7061a32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# mlr3pipelines 0.9.0-9000
22

3-
* Compatibility with new testthat version 3.3.0
3+
* Pretty-printing some info using the `cli` package now.
44
* Fix: Added internal workaround for `PipeOpNMF` attaching `Biobase`, `BiocGenerics`, and `generics` to the search path during training, prediction or when printing its `$state`.
55
* feat: allow dates in datefeatures pipe op and use data.table for date feature generation.
66
* Added support for internal validation tasks to `PipeOpFeatureUnion`.
77
* feat: `PipeOpLearnerCV` can reuse the cross-validation models during prediction by averaging their outputs (`resampling.predict_method = "cv_ensemble"`).
88
* feat: `PipeOpRegrAvg` gets new `se_aggr` and `se_aggr_rho` hyperparameters and now allows various forms of SE aggregation.
9+
* Compatibility with new testthat version 3.3.0
910

1011
# mlr3pipelines 0.9.0
1112

0 commit comments

Comments
 (0)