Skip to content

Releases: JuliaStats/Clustering.jl

v0.15.7

18 Jan 22:00
b4df21a
Compare
Choose a tag to compare

Clustering v0.15.7

Diff since v0.15.6

Merged pull requests:

  • Providing intrinsic clustering quality indices (#257) (@jaksle)
  • build(deps): bump actions/checkout from 3 to 4 (#268) (@dependabot[bot])

v0.15.6

19 Dec 06:02
ffdace5
Compare
Choose a tag to compare

Clustering v0.15.6

Diff since v0.15.5

Merged pull requests:

Closed issues:

  • Link to benchmarks from README? (#264)

v0.15.5

08 Oct 00:12
83adafa
Compare
Choose a tag to compare

Clustering v0.15.5

Diff since v0.15.4

Merged pull requests:

v0.15.4

28 Jul 20:00
23bded0
Compare
Choose a tag to compare

Clustering v0.15.4

Diff since v0.15.3

Closed issues:

  • Fix warnings for latest Distances.jl (#260)

Merged pull requests:

v0.15.3

18 Jun 23:52
45d4ccc
Compare
Choose a tag to compare

Clustering v0.15.3

Diff since v0.15.2

Closed issues:

  • Unexpected behaviour of cutree - bug with :optimallayout? (#252)

Merged pull requests:

v0.15.2

05 May 13:57
2940721
Compare
Choose a tag to compare

Clustering v0.15.2

Diff since v0.15.1

Closed issues:

  • Docs not deployed for tags. (#247)

Merged pull requests:

  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#251) (@github-actions[bot])

v0.15.1

24 Mar 21:52
db4038d
Compare
Choose a tag to compare

Clustering v0.15.1

Diff since v0.15.0

Closed issues:

  • AssertionError in kmedoids alg (#231)

Merged pull requests:

  • kmedoids(): fix duplicate medoids case (#250) (@alyst)

v0.15.0

24 Mar 17:20
cbc1486
Compare
Choose a tag to compare

Clustering v0.15.0

This minor release consolidates the two implementations of DBSCAN fixing some
bugs and introducing breaking changes that require updates to the user code:

  • res = dbscan(point, radius; kwargs...) now returns DbscanResult instead of Vector{DbscanCluster}.
    To get the vector of clusters use res.clusters.
  • dbscan(dists, radius, N) is deprecated. Use dbscan(dists, radius, min_neighbors=N, metric=nothing) instead.

Diff since v0.14.4

Closed issues:

  • DBSCAN DenseMatrix Requirement (#153)
  • DBscan Adjacency Lists have repeated clusters (#200)
  • Docu for DBscan (#201)
  • Readthedocs github link broken (#202)
  • DBSCAN docs - consistency between 2 APIs (#221)

Merged pull requests:

v0.14.4

20 Mar 03:11
04b0705
Compare
Choose a tag to compare

Clustering v0.14.4

Diff since v0.14.3

Closed issues:

  • Adjusted Rand index inconsistency for large n (#225)
  • TagBot trigger issue (#234)
  • -1 silhouette score returned with empty classes (#241)

Merged pull requests:

v0.14.3

23 Sep 15:44
82821e8
Compare
Choose a tag to compare

What's Changed

  • Remove nonexistent export of kmeans_opts by @nalimilan in #210
  • CI: Switch to GitHub Actions and Codecov by @alyst in #211
  • tests: increase vmeasure test iterations to 200 by @alyst in #212
  • Fix typo by @Alex-vZyl in #232
  • Add rng parameter to appropriate methods by @wildart in #228
  • Remove test for a method from StatsBase by @ararslan in #233

New Contributors

  • @Alex-vZyl made their first contribution in #232

Full Changelog: v0.14.2...v0.14.3