Skip to content

Releases: JuliaStats/Clustering.jl

v0.14.2

18 Oct 12:18
8fb91a0
Compare
Choose a tag to compare

Clustering v0.14.2

Diff since v0.14.1

Closed issues:

  • the hierarchical clustering result is not consistent with R and python (#134)

Merged pull requests:

v0.14.1

19 Jun 11:06
411df50
Compare
Choose a tag to compare

Clustering v0.14.1

Diff since v0.14.0

Merged pull requests:

  • CompatHelper: bump compat for "Distances" to "0.9" (#198) (@github-actions[bot])
  • Bump version to 0.14.1 (#199) (@nalimilan)

v0.14.0

10 Apr 11:04
ba9dac1
Compare
Choose a tag to compare

Clustering v0.14.0

Diff since v0.13.5

Merged pull requests:

  • Make accept AbstractMatrix (#193) (@oxinabox)
  • CompatHelper: bump compat for "StatsBase" to "0.33" (#196) (@github-actions[bot])

v0.13.5

08 Mar 14:05
Compare
Choose a tag to compare

Clustering v0.13.5

Diff since v0.13.4

Closed issues:

  • Error when tab completing on ::Hclust (#191)
  • Use latest NearestNeighbors (#194)

Merged pull requests:

v0.13.4

05 Mar 05:05
d7095c8
Compare
Choose a tag to compare

Clustering v0.13.4

Diff since v0.13.3

Changelog:

v0.13.3

21 Aug 22:07
v0.13.3
d250039
Compare
Choose a tag to compare

v0.13.3 (2019-08-21)

Diff since v0.13.2

Merged pull requests:

v0.13.2

10 Jul 16:27
v0.13.2
0a1c065
Compare
Choose a tag to compare
  • wcounts() method for weighted cluster counts [#168]
  • hclust(): add branchorder= parameter supporting :optimal for optimal ordering of branches (leaves) [#107, #170]
  • StatsBase.counts(a, b) for cross-tabulation of two clusterings [#166]
  • switch to Project.toml [#172]

v0.13.1

07 Apr 12:23
Compare
Choose a tag to compare
  • docstrings cleanup (#164)
  • more checks and tests for input arguments (#162, #163, #165)

v0.13.0

29 Mar 13:18
Compare
Choose a tag to compare
  • convert docs to docstrings and Documenter (#145), (#155)
  • drop Julia 0.7, require Julia 1.0 (#158)
  • cleanup deprecations (#159)

v0.12.4

25 Mar 19:33
Compare
Choose a tag to compare
  • fix 1-cluster silhouettes() corner case (#149)
  • fix logging in fuzzy_cmeans() and add the docs (#151)
  • fix building docs with more recent Sphinx (v1.4+) (#154)