All notable changes to this project will be documented in this file.
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
- make bloomfilter serializable and deserializable
- Benchmark agains
pybloom,bloomfilter3andbloomfilter
- pywrapper:
add_bulkmethod on BloomFilter now accepts any Iterable instead of just a list - add methods for getting bits (memory) and number of hashes
- BloomFilter now uses array of bits instead of Vec
- Made bitarray and hashes private; added get methods
- pywrapper:
add_bulkbetter parsing - now accepts class-instances (hashing)
Released