- Add support for Python 2.6 and 2.7 (previously only 3.2 or later was supported). https://github.com/renstrom/python-jump-consistent-hash/pull/4
1.1.0
- Add Python bindings for the original C++ implementation, use `jump.fasthash(...)`. https://github.com/renstrom/python-jump-consistent-hash/pull/3 - Now raises `ValueError` if `num_buckets` is less than 1.