Skip to content

Releases: JuliaStats/Clustering.jl

v0.15.8

06 Jan 06:35
fb2c187
Compare
Choose a tag to compare

Clustering v0.15.8

Diff since v0.15.7

Merged pull requests:

  • Small corrections in docs validate.md (#271) (@jaksle)
  • build(deps): bump codecov/codecov-action from 3 to 4 (#272) (@dependabot[bot])
  • build(deps): bump julia-actions/setup-julia from 1 to 2 (#276) (@dependabot[bot])
  • build(deps): bump julia-actions/cache from 1 to 2 (#277) (@dependabot[bot])
  • Fix broadcasting bug in repick_unused_centers() for K-means (#283) (@AzamatB)
  • build(deps): bump codecov/codecov-action from 4 to 5 (#284) (@dependabot[bot])
  • Modification to dbscan to add test cases and support for the case where num points <= num dimensions (#286) (@lwabeke)

Closed issues:

  • Providing additional intrinsic evaluation metrices (#253)
  • Unnecessary check of dimensions for input? (#280)
  • AssertionError in K-medoids algorithm (#281)
  • Add docs website to the "About" section on github (#282)

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: