Skip to content

Version 0.6.1

Latest
Compare
Choose a tag to compare
@barrust barrust released this 20 Dec 22:05
· 3 commits to master since this release
0834f1e
  • Quotient Filter:
    • Add ability to get hashes from the filter either as a list, or as a generator
    • Add quotient filter expand capability, auto and on request
    • Add QuotientFilterError exception
    • Add merge functionality
    • Add retrieve hashes from the filter
    • Add resize filter, automatically or programatically
    • Add merging two filters into one
    • Add removal of an element from the filter
  • Count-Min Sketch:
    • Fix bug in elements added calculation when joining Count-Min Sketches; see PR #119; Thanks @cunla