Releases: upmem/dpu_kmeans
Releases · upmem/dpu_kmeans
v0.2.4
What's Changed
- support large dimensionality by @SylvanBrocard in #48
New limits:
- n_clusters <= 32
- n_features < 256
- n_clusters * n_features <= 4096
- Fix clusters relocation by @SylvanBrocard in #50
Warning: clusters relocation is done on CPU.
Known bug:
- n_features has to be a multiple of 2 or the DPUs crash
Full Changelog: v0.2.3...v0.2.4
v0.2.3
v0.2.0
v0.1.8
removed wrong step in dev instructions
v0.1.7
docstring for KMeans
v0.1.6
distribute to pypi only on published release
v0.1.5
auto publishing
v0.1.4
wrong title in readme
v0.1.3
v0.1.3
v0.1.0
fewer parameters and better memory handling