about summary refs log tree commit diff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2024-06-10Remove simd-kmeans as a default feature 'cause it's brokengennyble
2024-01-16ability to choose kmeans implementationgennyble
2024-01-16merge novedevo:kmeans (#10)gennyble
2024-01-14remove kmeans in favor of NIH'd implementationDevon Sawatsky
2024-01-14allow choosing selection algorithmgennyble
2024-01-13add optional feature to use kmeans clusteringDevon Sawatsky
2024-01-13update, add kmeansDevon Sawatsky
2024-01-12squash: fix tolerance and add algorithm selectiongennyble
2023-10-09some docsgennyble
2023-10-08allow changing difference algorithmgennyble
2022-12-10Libify colorquashgennyble
2021-10-03Rework color map creation, remove parallelationgennyble
2021-09-28add some parallelismDevon Sawatsky
2021-09-28cleanup, update dependenciesDevon Sawatsky
2021-03-15Initial commitgennyble
Algorithm works, roughly