Skip to content

Releases: ekzhu/SetSimilaritySearch

v1.0.1

11 Oct 00:40
4482dd4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

30 Aug 19:23
Compare
Choose a tag to compare

What's Changed

  • Add new similarity function: containment_max by @ardate in #2
  • added conda installation by @sarthakpati in #9
  • Create python-package.yml by @ekzhu in #16
  • Fix removing tokens that appear in query file but not index file from query sets by @innovate-invent in #15

New Contributors

Full Changelog: 0.1.3...v1.0.0

Importable code, SearchIndex and cross-collection pairs

18 Nov 20:56
Compare
Choose a tag to compare

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.

First release

18 Nov 01:12
Compare
Choose a tag to compare
First release Pre-release
Pre-release

First release includes all_pairs function.