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

Initial version release #39

Closed PyDataBlog closed 4 years ago

PyDataBlog commented 4 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 4 years ago

Registration pull request created: JuliaRegistries/General/12387

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 9c61a5aa22cf9b270ed84b47b5fa0f54cd93f961
git push origin v0.1.0
PyDataBlog commented 4 years ago

Successfully merged into Julia registries. Closing now.