Skip to content

Commit

Permalink
update news
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Jan 27, 2021
1 parent 32f6649 commit 62ff27e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3viz
Title: Visualizations for 'mlr3'
Version: 0.5.0.9000
Version: 0.5.1
Authors@R:
c(person(given = "Michel",
family = "Lang",
Expand Down
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mlr3viz 0.5.0.9000
# mlr3viz 0.5.1

- Internal changes only.
- Fix test on solaris.


# mlr3viz 0.5.0
Expand All @@ -18,24 +18,28 @@
- New plots for cluster tasks, learners and predictions from `mlr3cluster`.
- Fixed wrong labels for boxplots of `BenchmarkResult`.


# mlr3viz 0.3.0

- Compatibility with `mlr3` >= 0.6.0.


# mlr3viz 0.2.0

- Added plots for `TaskDens` and `TaskSurv` from package `mlr3proba`.
- Update documentation of `PredictionRegr` (#23)
- `autoplot.BenchmarkResult()`: Support for learners with identical IDs (#19)
- Fixed a bug in `plot_learner_prediction()` (#47)


# mlr3viz 0.1.1

- New plot: learner prediction for objects of class `ResampleResult`.
Additionally, the helper function `plot_learner_prediction()` first performs a
`resample()` and then plots the result.
- New plot: residual plot for objects of class `PredictionRegr`.


# mlr3viz 0.1.0

- Initial CRAN release

0 comments on commit 62ff27e

Please sign in to comment.