Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
damirpolat committed Jun 15, 2023
1 parent e481cda commit cb09b3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3cluster
Title: Cluster Extension for 'mlr3'
Version: 0.1.8
Version: 0.1.8.9000
Authors@R:
c(person(given = "Damir",
family = "Pulatov",
Expand Down Expand Up @@ -52,6 +52,7 @@ Collate:
'LearnerClustCMeans.R'
'LearnerClustCobweb.R'
'LearnerClustDBSCAN.R'
'LearnerClustDBSCANfpc.R'
'LearnerClustDiana.R'
'LearnerClustEM.R'
'LearnerClustFanny.R'
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# mlr3cluster (development version)

* Add DBSCAN learner from 'fpc' package

# mlr3cluster 0.1.8

* Add new task based on `ruspini` dataset
Expand Down

0 comments on commit cb09b3d

Please sign in to comment.