What's Changed
* support large dimensionality by SylvanBrocard in https://github.com/upmem/dpu_kmeans/pull/48
New limits:
- n_clusters <= 32
- n_features < 256
- n_clusters * n_features <= 4096
* Fix clusters relocation by SylvanBrocard in https://github.com/upmem/dpu_kmeans/pull/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**: https://github.com/upmem/dpu_kmeans/compare/v0.2.3...v0.2.4