* Bloom Filters: * Addition of an Expanding Bloom Filter
0.2.0
* Use **slots**
0.1.4
* Drop support for python 3.3 * Ensure passing parameters correctly to parent classes
0.1.3
* Better parameter validation * Cuckoo Filters: * Support passing different hash function * Support for different fingerprint size * Utility to help generate valid hashing strategies using decorators * hash_with_depth_bytes * hash_with_depth_int * Updated documentation
* CuckooFilter * Import / Export functionality * Enforce single insertion per key * Auto expand when insertion failure OR when called to do so (settable)