Releases: ekzhu/SetSimilaritySearch
Releases · ekzhu/SetSimilaritySearch
v1.0.1
v1.0.0
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
- @ardate made their first contribution in #2
- @sarthakpati made their first contribution in #9
- @ekzhu made their first contribution in #16
- @innovate-invent made their first contribution in #15
Full Changelog: 0.1.3...v1.0.0
Importable code, SearchIndex and cross-collection pairs
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
First release includes all_pairs
function.