Skip to content

Releases: barrust/pyprobables

Version 0.1.3

02 Jan 00:06
6ab9448
Compare
Choose a tag to compare
  • Cuckoo Filter
    • Parameterize fingerprint size
    • Allow passing in custom hashing functions
  • Better parameter checking
  • Update documentation

Version 0.1.2

09 Oct 23:18
Compare
Choose a tag to compare
  • Counting Cuckoo Filter
  • Fix for PyPi install

Version 0.1.1

04 Oct 00:24
Compare
Choose a tag to compare
  • Cuckoo Filter
    • Import / Export
    • Unique inserts
    • Ability to expand (automatically or by request)

Version 0.1.0

29 Sep 20:23
Compare
Choose a tag to compare
  • Cuckoo Filter Implementation

Version 0.0.8

22 Aug 00:02
Compare
Choose a tag to compare
  • Counting Bloom Filter:
    • Jaccard Index
    • Union
    • Intersection
    • Unique element estimation

Version 0.0.7

12 Aug 16:07
Compare
Choose a tag to compare
  • Counting Bloom Filter
    • Fix counting bloom hex export / import
    • Fix for overflow issue in counting bloom export
    • Added ability to remove from counting bloom
  • Count-Min Sketch
    • Fix for not recording large numbers of inserts and deletions correctly

Version 0.0.6

05 Aug 22:18
Compare
Choose a tag to compare
  • Counting Bloom Filter support
  • Refactoring of the bloom filter classes

Version 0.0.5

21 Jul 21:47
Compare
Choose a tag to compare
  • Documentation Update
  • Removed unnecessary functions from being public

Version 0.0.4

15 Jul 16:55
Compare
Choose a tag to compare
  • Initial probabilistic data-structures
    • Bloom Filter
    • Bloom Filter On Disk
    • Count-Min Sketch
    • Count-Mean Sketch
    • Count-Mean-Min Sketch
    • Heavy Hitters
    • Stream Threshold
  • Import / Export of each type