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

Release 1.0.0 #78

Closed PyDataBlog closed 3 years ago

PyDataBlog commented 4 years ago

Release goals:

PyDataBlog commented 3 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 3 years ago

Registration pull request created: JuliaRegistries/General/37417

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 v1.0.0 -m "<description of version>" 8dabd26511f6f2bb4edfd6fe1339ed5c5743083e
git push origin v1.0.0