Skip to content

Commit 274a34f

Browse files
committed
Finalised 0.1.7 & master branch as the dev branch
1 parent 8405a47 commit 274a34f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pkg> add ParallelKMeans
4949
For the few (and selected) brave ones, one can simply grab the current experimental features by simply adding the experimental branch to your development environment after invoking the package manager with `]`:
5050

5151
```julia
52-
pkg> add ParallelKMeans#experimental
52+
pkg> add ParallelKMeans#master
5353
```
5454

5555
To revert to a stable version, you can simply run:

docs/src/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ You can grab the latest stable version of this package from Julia registries by
4848
pkg> add ParallelKMeans
4949
```
5050

51-
The few (and selected) brave ones can simply grab the current experimental features by simply adding the experimental branch to your development environment after invoking the package manager with `]`:
51+
The few (and selected) brave ones can simply grab the current experimental features by simply adding the master branch to your development environment after invoking the package manager with `]`:
5252

5353
```julia
54-
pkg> add ParallelKMeans#experimental
54+
pkg> add ParallelKMeans#master
5555
```
5656

5757
You are good to go with bleeding edge features and breakages!
@@ -174,6 +174,7 @@ c = [ParallelKMeans.kmeans(X, i; tol=1e-6, max_iters=300, verbose=false).totalco
174174
Currently, this package is benchmarked against similar implementations in both Python and Julia. All reproducible benchmarks can be found in [ParallelKMeans/extras](https://github.com/PyDataBlog/ParallelKMeans.jl/tree/master/extras) directory. More tests in various languages are planned beyond the initial release version (`0.1.0`).
175175

176176
*Note*: All benchmark tests are made on the same computer to help eliminate any bias.
177+
177178
|PC Name |CPU |Ram |
178179
|:---------------------------:|:------------------------:|:----------------:|
179180
|iMac (Retina 5K 27-inch 2019)|3 GHz 6-Core Intel Core i5|8 GB 2667 MHz DDR4|

0 commit comments

Comments
 (0)