This release includes a major refactor and finally provides the ability to perform hubness reduced nearest neighbor search with torch tensors 🥳
Added
- Support for torch, when using Faiss
- More metrics for Faiss
Changed
- Simplified kneighbors API, i.e. no queries can be supplied anymore, since they need to come from the source anyway
Removed
- Autofaiss support was removed
Fixed
- Several efficiency problems when not using Hubness Reduction were addressed