Releases: JuliaStats/Clustering.jl
Releases · JuliaStats/Clustering.jl
v0.14.3
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
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)