Releases: lithammer/python-jump-consistent-hash
Releases · lithammer/python-jump-consistent-hash
2.0.3
- Missing
jump.h
file in sdist now found #10
2.0.1
- Fix compile warnings in Python 2. #5
2.0.0
- Add support for Python 2.6 and 2.7 (previously only 3.2 or later was supported). #4
1.1.0
- Add Python bindings for the original C++ implementation, use
jump.fasthash(...)
. #3
- Now raises
ValueError
if num_buckets
is less than 1.