* Counting Bloom Filter * Estimate unique elements added * Union * Intersection * Jaccard Index
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
* Probabilistic data structures added: * Counting Bloom Filter * Minor code clean-up * Re-factored Bloom Filters
0.0.5
* Better on-line documentation * Changed access to some public functions
0.0.4
* Probabilistic data structures: * Bloom Filter * Bloom Filter (on disk) * Count-Min Sketch * Count-Mean Sketch * Count-Mean-Min Sketch * Heavy Hitters * Stream Threshold * Import and export of each