okaneco / kmeans-colors

k-means clustering library and binary to find dominant colors in images
Apache License 2.0
133 stars 9 forks source link

Update crate version to 0.4.0, rand to 0.8, rand_chacha to 0.3 #40

Closed barrbrain closed 3 years ago

barrbrain commented 3 years ago

This should enable projects with rand 0.8 to implement Calculate.

okaneco commented 3 years ago

Thanks :+1:

okaneco commented 3 years ago

I've just published version 0.4.0.

barrbrain commented 3 years ago

Thank you so much. This crate was quite helpful for validating a solution using fixed-point arithmetic.