joseph-fox / python-bloomfilter

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

New release #34

Closed void4 closed 3 years ago

void4 commented 3 years ago

ScalableBloomFilter.fromfile() doesn't work in Python 3.9.5 since bitarray.length() was deprecated, which you already fixed in the repo. Could you create a new release for pip so the latest version can be installed this way?

joseph-fox commented 3 years ago

@void4 ,

Sorry, I forgot to release it. I will release it today.

joseph-fox commented 3 years ago

https://pypi.org/project/pybloom-live/3.1.0/

void4 commented 3 years ago

Thank you :)