Skip to content

Version 0.5.4

Compare
Choose a tag to compare
@barrust barrust released this 08 Jan 14:18
· 59 commits to master since this release
  • 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
  • Cuckoo Filters:
    • Added fingerprint_size_bits property
    • Added error_rate property
    • Added ability to initialize based on error rate
  • Simplified typing
  • Ensure all filepaths can be str or Path