SetSimilaritySearch Versions Save

All-pair set similarity search on millions of sets in Python and on a laptop

v1.0.1

1 year ago

v1.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ekzhu/SetSimilaritySearch/compare/0.1.3...v1.0.0

0.1.3

5 years ago

The code is now importable as functions and classes. Added SearchIndex class for Query problem. Updated all_pairs.py with cross-collection pairs and add better support the need for benchmarking.

0.1.2

5 years ago

First release includes all_pairs function.