Version 0.5.4
- All Probablistic Data Structures:
- Added ability to load each
frombytes()
- Updated underlying data structures of number based lists to be more space and time efficient; see Issue #60
- Added ability to load each
- Cuckoo Filters:
- Added
fingerprint_size_bits
property - Added
error_rate
property - Added ability to initialize based on error rate
- Added
- Simplified typing
- Ensure all
filepaths
can bestr
orPath