Patch release with fixes for high memory consumption in k-nn manifold estimation metrics.
Added
- `n_workers` parameter in k-nn estimation functions
Changed
- Moved k-nn estimation functions from `general.utils` to `general.functional`
Fixed
- Computing argpartition on distance matrix chunks instead of the entire matrix
- Using sklearn's `pairwise_distances_chunked` instead of `pairwise_distances`
- Reserving memory for the distance matrices to avoid memory spikes