Skip to content

Commit bc6394f

Browse files
committed
Bump version to 2.19.1.9000
1 parent eccfe6f commit bc6394f

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr
22
Title: Machine Learning in R
3-
Version: 2.19.1
3+
Version: 2.19.1.9000
44
Authors@R: c(
55
person("Bernd", "Bischl", , "[email protected]", role = "aut",
66
comment = c(ORCID = "0000-0001-6002-6980")),

NEWS.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
22

3+
# mlr 2.19.1.9000
4+
5+
## Continuous integration
6+
7+
- Only build on r-devel
8+
9+
- Add fledge support
10+
11+
## precommit
12+
13+
- Skip styler hook due to timeout
14+
15+
- Remove roxygenize hook
16+
17+
## CPPFLAGS
18+
19+
- Suppress unused arguments warning
20+
21+
## Uncategorized
22+
23+
- Consistent naming for dummy feature encoding of variables with different levels count (#2847)
24+
25+
- Remove nodeHarvest learners (#2841)
26+
27+
- Remove rknn learner (#2842)
28+
29+
- Remove all {DiscriMiner} learners (#2840)
30+
31+
- Remove extraTrees learner (#2839)
32+
33+
- [github.com/lorenzwalthert/precommit: v0.3.0 → v0.3.2](https://github.com/lorenzwalthert/precommit/compare/v0.3.0...v0.3.2) (@66853113+pre-commit-ci[bot], #2838)
34+
35+
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0) (@66853113+pre-commit-ci[bot], #2838)
36+
37+
- [github.com/lorenzwalthert/precommit: v0.2.2.9015 → v0.3.0](https://github.com/lorenzwalthert/precommit/compare/v0.2.2.9015...v0.3.0) (@66853113+pre-commit-ci[bot], #2835)
38+
39+
- R 4.2 fixes (#2823)
40+
41+
- Remove depcrecated rrlda learner
42+
43+
- Resolve some ggplot deprecation warnings
44+
45+
346
# mlr 2.19.1
447

548
## Continuous integration

0 commit comments

Comments
 (0)