Skip to content

Commit ebf67d2

Browse files
committed
NEWS and cran comments
1 parent 902c2f7 commit ebf67d2

File tree

2 files changed

+10
-30
lines changed

2 files changed

+10
-30
lines changed

NEWS.md

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,11 @@
22

33
# mlr3filters 0.6.0
44

5-
## Chore
6-
7-
- do not use deprecated function from mlr3misc
8-
9-
## Uncategorized
10-
11-
- Improve PipeOpFilter docu (@66853113+pre-commit-ci[bot], #135)
12-
13-
- [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], #129)
14-
15-
- [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], #129)
16-
17-
- [pre-commit.ci] pre-commit autoupdate (@66853113+pre-commit-ci[bot], #128)
18-
19-
- [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], #128)
20-
21-
- [pre-commit.ci] auto fixes from pre-commit.com hooks (@66853113+pre-commit-ci[bot], #128)
22-
23-
- Use featureless learner in defaults (#124)
24-
25-
26-
# mlr3filters 0.5.0.9000
27-
28-
- Add references to benchmark paper and praznik paper #104
29-
* Add documentation for PipeOpFilter
5+
- Add `FilterCarSurvScore` (#120, @mllg)
6+
- Use featureless learner instead of rpart as default learner for `FilterImportance` and `FilterPerformance` (#124)
7+
- Add documentation for PipeOpFilter
8+
- Add mlr3pipelines examples to help pages (#135, @sebffischer)
9+
- Add `label` arg to `Filter` class (#121, @mllg)
3010

3111
# mlr3filters 0.5.0
3212

cran-comments.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ mlr3filters 0.6.0
22

33
## Cran Repository Policy
44

5-
- [ ] Reviewed CRP last edited 2022-07-26.
5+
- [x] Reviewed CRP last edited 2022-07-26.
66

77
See changes at https://github.com/eddelbuettel/crp/compare/master@%7B2021-09-25%7D...master@%7B2022-07-26%7D
88

99
## R CMD check results
1010

1111
- [x] Checked locally, R 4.2.1
12-
- [ ] Checked on CI system, R 4.2.1
13-
- [ ] Checked on win-builder, R devel
12+
- [x] Checked on CI system, R 4.2.1
13+
- [x] Checked on win-builder, R devel
1414

1515
Check the boxes above after successful execution and remove this line. Then run `fledge::release()`.
1616

1717
## Current CRAN check results
1818

1919
- [x] Checked on 2022-09-02, problems found: https://cran.r-project.org/web/checks/check_results_mlr3filters.html
20-
- [ ] NOTE: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
21-
- [ ] NOTE: r-devel-windows-x86_64
20+
- [x] NOTE: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
21+
- [x] NOTE: r-devel-windows-x86_64
2222

2323
Check results at: https://cran.r-project.org/web/checks/check_results_mlr3filters.html

0 commit comments

Comments
 (0)