Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.24 KB

changelog.md

File metadata and controls

35 lines (27 loc) · 1.24 KB

Changelog

...

0.21.0a8 - 2019-09-12

Added

  • Approximate nearest neighbor search
    • LSH by an additional provider, puffinn (Linux only, atm)
    • ANNG provided by ngtpy (Linux, MacOS)
    • Random projection forests provided by annoy (Linux, MacOS, Windows)

Fixes

  • Several minor issues
  • Several documentations issues

0.21.0a7 - 2019-07-17

The first alpha release of scikit-hubness to appear in this changelog. It already contains the following features:

  • Hubness estimation (exact or approximate)
  • Hubness reduction (exact or approximate)
    • Mutual proximity
    • Local scaling
    • DisSim Local
  • Approximate nearest neighbor search