- Change the name of
master
branch tomain
(#41) - Merge template updates, notably adding python 3.12 support (#44)
- Drop python 3.7 support (#40)
- Merge updates from the python project template (#40)
- Drop support for python 3.6
- Add support for python 3.8, 3.9, 3.10, 3.11
- Modernize setup.py, tox.ini, config.yaml, Makefile, and docs
- Add and run isort
- Add and run black
- Rename python library name to eth-bloom
- Deprecation warning for python 2
- Add BloomFilter.from_iterable API
- Add BloomFilter.extend API
- Allow use of integer types with |, |=, + and += operations.
- Add API for combining filters.
- Initial Release