Releases: dobraczka/kiez
Releases ยท dobraczka/kiez
0.5.0
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
0.4.4
0.4.3
0.4.2
New in 0.4.2
- Upgrade class-resolver dependency
0.4.1
New in 0.4.1
- Fix joblib vulnerability by raising minimum required version
0.4.0
New in 0.4.0
- Added Faiss to enable fast hubness-reduced nearest neighbor search on the gpu
0.3.3
New in 0.3.3
- Patch IPython vulnerability by setting it to >=7.31.1
0.3.2
New in 0.3.2
- Fixed some version constraints of dependencies
0.3.1
New in 0.3.1
- Relaxed some version constraints of dependencies
- Enhanced documentation and some type hint problems