Skip to content

Version 0.5.5

Compare
Choose a tag to compare
@barrust barrust released this 15 Jan 17:04
· 62 commits to master since this release
a259242
  • Bloom Filters:
    • Re-implemented the entire Bloom Filter data structure to reduce complexity and code duplication
  • Removed unused imports
  • Removed unnecessary casts
  • Pylint Requested Style Changes:
    • Use python 3 super()
    • Use python 3 classes
  • Remove use of temporary variables if possible and still clear