Skip to content

Releases: ekzhu/datasketch

Functionality for removing key from LSH index

12 Apr 21:30
Compare
Choose a tag to compare
  • Add remove method for LSH index - lsh.remove(key)
  • Add membership check for LSH - key in lsh

Introduce Weighted MinHash and interface change

12 Apr 17:14
Compare
Choose a tag to compare
  • Add Weighted MinHash data sketch
  • Add Weighted MinHash LSH index
  • Performance and accuracy benchmark for Weighted MinHash
  • Rename digest to update for MinHash and HyperLogLog, and use bytes as input argument.
  • Make hashobj customizable through data sketch constructors
  • Add new methods for data sketches
  • Bug fixes