PyDataBlog / ParallelKMeans.jl

Parallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm
MIT License
50 stars 13 forks source link

Simplify the instructions to get the experimental branch #63

Closed asinghvi17 closed 4 years ago

asinghvi17 commented 4 years ago

When you dev a package, if it isn't updated manually through git, it will stay on the commit you dev'ed it at.

However, when adding a branch, Pkg automatically searches for the latest commit on that branch. This simplifies the workflow when you only want a branch, without having to download the entire git repo.

PyDataBlog commented 4 years ago

@asinghvi17 thanks for this simplified approach!