Skip to content

Commit 87ce07d

Browse files
authored
v0.1.9 release
1 parent 9c5102c commit 87ce07d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ParallelKMeans"
22
uuid = "42b8e9d4-006b-409a-8472-7f34b3fb58af"
33
authors = ["Bernard Brenyah", "Andrey Oskin"]
4-
version = "0.1.8"
4+
version = "0.1.9"
55

66
[deps]
77
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"

docs/src/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ ________________________________________________________________________________
211211
- 0.1.5 Added `Yinyang` algorithm.
212212
- 0.1.6 Added support for weighted k-means; Added `Coreset` algorithm; improved support for different types of the design matrix.
213213
- 0.1.7 Added `Yinyang` and `Coreset` support in MLJ interface; added `weights` support in MLJ; added RNG seed support in MLJ interface and through all algorithms; added metric support.
214+
- 0.1.8 Minor cleanup
215+
- 0.1.9 Added travis support for Julia 1.5
214216

215217
## Contributing
216218

0 commit comments

Comments
 (0)