Skip to content

Releases: dobraczka/kiez

0.5.0

11 Jan 16:51
Compare
Choose a tag to compare

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

18 Oct 09:04
Compare
Choose a tag to compare

Changed

  • Loosen class-resolver dependency
  • Simplify dependencies for extras

Fixed

  • Avoid computing initial kcandidates when not using HubnessReduction

0.4.3

27 Mar 14:25
Compare
Choose a tag to compare

Fixed

  • Loosen python dependency restriction

0.4.2

09 Nov 16:39
Compare
Choose a tag to compare

New in 0.4.2

  • Upgrade class-resolver dependency

0.4.1

12 Oct 13:29
Compare
Choose a tag to compare

New in 0.4.1

  • Fix joblib vulnerability by raising minimum required version

0.4.0

01 Jun 13:17
Compare
Choose a tag to compare

New in 0.4.0

  • Added Faiss to enable fast hubness-reduced nearest neighbor search on the gpu

0.3.3

08 Feb 09:00
Compare
Choose a tag to compare

New in 0.3.3

  • Patch IPython vulnerability by setting it to >=7.31.1

0.3.2

06 Jan 18:05
Compare
Choose a tag to compare

New in 0.3.2

  • Fixed some version constraints of dependencies

0.3.1

23 Nov 18:39
Compare
Choose a tag to compare

New in 0.3.1

  • Relaxed some version constraints of dependencies
  • Enhanced documentation and some type hint problems

0.3.0

09 Aug 13:14
Compare
Choose a tag to compare

New in 0.3.0

  • More possibilities to instantiate Kiez (thanks to @cthoyt )
  • Single-source use simplified
  • Enhanced documentation