Skip to content

Commit 2bbce88

Browse files
committed
version bunp
1 parent fdcdda4 commit 2bbce88

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

DESCRIPTION

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr3pipelines
22
Title: Preprocessing Operators and Pipelines for 'mlr3'
3-
Version: 0.9.0-9000
3+
Version: 0.10.0
44
Authors@R:
55
c(person(given = "Martin",
66
family = "Binder",
@@ -47,7 +47,11 @@ Authors@R:
4747
person(given = "Lona",
4848
family = "Koers",
4949
role = "ctb",
50-
email = "[email protected]"))
50+
email = "[email protected]"),
51+
person(given = "Alexander",
52+
family = "Winterstetter",
53+
role = "ctb",
54+
email = "[email protected]"))
5155
Description: Dataflow programming toolkit that enriches 'mlr3' with a diverse
5256
set of pipelining operators ('PipeOps') that can be composed into graphs.
5357
Operations exist for data preprocessing, model fitting, and ensemble

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mlr3pipelines 0.9.0-9000
1+
# mlr3pipelines 0.10.0
22

33
* Pretty-printing some info using the `cli` package now.
44
* New PipeOp `PipeOpInfo` prints or logs info about objects passing through.

0 commit comments

Comments
 (0)