Skip to content

Commit 3b6fae6

Browse files
committed
update version and readme
1 parent ed64e50 commit 3b6fae6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr3cluster
22
Title: Cluster Extension for 'mlr3'
3-
Version: 0.1.7
3+
Version: 0.1.8
44
Authors@R:
55
c(person(given = "Damir",
66
family = "Pulatov",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# mlr3cluster 0.1.8
2+
3+
* Add new task based on `ruspini` dataset
4+
15
# mlr3cluster 0.1.7
26

37
* Replace 'clusterCrit' measures with alternatives from 'cluster' and 'fpc' packages

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The current version of **mlr3cluster** contains:
3232
- A selection of 19 clustering learners that represent a wide variety of clusterers:
3333
partitional, hierarchical, fuzzy, etc.
3434
- A selection of 4 performance measures
35-
- One built-in task to get started with clustering
35+
- Two built-in tasks to get started with clustering
3636

3737
Also, the package is integrated with **[mlr3viz](https://github.com/mlr-org/mlr3viz)** which enables you to create great visualizations with just one line of code!
3838

0 commit comments

Comments
 (0)