Releases: JuliaStats/Clustering.jl
Releases · JuliaStats/Clustering.jl
v0.14.2
Clustering v0.14.2
Closed issues:
- the hierarchical clustering result is not consistent with R and python (#134)
Merged pull requests:
v0.14.1
Clustering v0.14.1
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
Clustering v0.14.0
Merged pull requests:
v0.13.5
v0.13.4
Clustering v0.13.4
Changelog:
- hclust(): handle duplicate distances better (#176 #177) (@alyst)
- kmeans corner cases for k=1 and k=n (#183, #185) (@birm)
- rename
KmedoidsResults.acosts
tocosts
(#98, #186) (@birm) - Correct & expand k-medoids implementation note (#178, #187) (@alyst)
- Install TagBot as a GitHub Action (#184) (@JuliaTagBot)
- Fix Travis CI (#189) (@alyst)
v0.13.3
v0.13.3 (2019-08-21)
Merged pull requests:
- bump version, up deps (#174) (matbesancon)
- added the mutual information calculation (#171) (wildart)