Releases: ekzhu/datasketch
Releases · ekzhu/datasketch
v1.6.5
What's Changed
- Retrieve MinHash from LSHForest by @123epsilon in #234
- Merging (Identically Specified) MinHashLSH objects by @rupeshkumaar in #232
- Update bBitMinHash Benchmark by @123epsilon in #238
New Contributors
- @123epsilon made their first contribution in #234
- @rupeshkumaar made their first contribution in #232
Full Changelog: v1.6.4...v1.6.5
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
What's Changed
- Update MinHashLSH.query docstring detailing proximal nature of results by @micimize in #199
- Fix doc with new template. by @ekzhu in #202
- Update lsh.rst by @ekzhu in #208
- Benchmark ANN index for Jaccard by @ekzhu in #210
- Update hashfunc.py by @chris-ha458 in #211
- HNSW Index by @ekzhu in #218
New Contributors
- @micimize made their first contribution in #199
- @chris-ha458 made their first contribution in #211
Full Changelog: v1.5.9...v1.6.0
v1.5.9
What's Changed
- Create python-publish.yml by @ekzhu in #191
- Support numpy>=1.20.0 by @joehalliwell in #192
- Add note to documentation to address #195 by @ekzhu in #197
New Contributors
- @joehalliwell made their first contribution in #192
Full Changelog: v1.5.8...v1.5.9
v1.5.8
What's Changed
- Add GitHub URL for PyPi by @andriyor in #179
- Support asyncio redis by @long2ice in #185
- Fix name construction for all values of b by @SenadI in #190
New Contributors
- @andriyor made their first contribution in #179
- @long2ice made their first contribution in #185
- @SenadI made their first contribution in #190
Full Changelog: v1.5.7...v1.5.8
v1.5.7
Fixed broken packaging script for datasketch/experimental/aio
Fixed broken packaging setup.py that missed experimental/aio.