Skip to content

Releases: lithammer/python-jump-consistent-hash

2.0.3

06 Feb 08:26
Compare
Choose a tag to compare
  • Missing jump.h file in sdist now found #10

2.0.1

04 May 16:39
Compare
Choose a tag to compare
  • Fix compile warnings in Python 2. #5

2.0.0

31 Mar 14:22
Compare
Choose a tag to compare
  • Add support for Python 2.6 and 2.7 (previously only 3.2 or later was supported). #4

1.1.0

30 Mar 19:34
Compare
Choose a tag to compare
  • Add Python bindings for the original C++ implementation, use jump.fasthash(...). #3
  • Now raises ValueError if num_buckets is less than 1.