joseph-fox / python-bloomfilter

Scalable Bloom Filter implemented in Python
MIT License
164 stars 25 forks source link

bitarray deprecated length() in favor of __len__ #33

Closed jamercee closed 3 years ago

jamercee commented 3 years ago

https://github.com/joseph-fox/python-bloomfilter/issues/32#issuecomment-838669830

joseph-fox commented 3 years ago

@jamercee thanks, I will get it released over the weekend.