- Switch to random kmeans initialization due to kmeans++ complexity issues {pr}`54`.
Fixed
- Begin fixes to make kmeans++ initialization faster {pr}`49`.
0.0.7
Changed
- Move PCR to utils module in favor of PCR comparison {pr}`46`.
Fixed
- Fix memory issue in `KMeansJax` by using `_kmeans_full_run` with `map` instead of `vmap` {pr}`45`.
0.0.6
Changed
- Reimplement silhouette in a memory constant way, pdist using lax scan {pr}`42`.
0.0.5
Added
- Standardize language of docstring {pr}`30`. - Use K-means++ initialization {pr}`23`. - Add pc regression and pc comparsion {pr}`16` {pr}`38`. - Lax'd silhouette {pr}`33`. - Cookicutter template sync {pr}`35`.