* Counting Bloom Filter: * Jaccard Index * Union * Intersection * Unique element estimation
0.0.7
* 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
0.0.6
* Counting Bloom Filter support * Refactoring of the bloom filter classes
0.0.5
* Documentation Update * Removed unnecessary functions from being public
0.0.4
* 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