Skip to content

Releases: escherba/python-cityhash

v0.4.7

21 Apr 04:27
f7537eb
Compare
Choose a tag to compare

Documentation updates.

v0.4.3

14 Nov 23:14
71736f5
Compare
Choose a tag to compare

Includes wheels for Python 3.11.

v0.4.2

03 Sep 23:32
7b9cceb
Compare
Choose a tag to compare

Add Python-3.10 wheels for all supported architectures, fix issue with AARCH64 build.

v0.4.0

06 Jan 07:38
ee8150b
Compare
Choose a tag to compare
  • drops Python 2 support
  • significantly faster string processing

v0.3.6

03 Jan 23:52
cc858f8
Compare
Choose a tag to compare

Add FarmHash modules, add CityHash-CRC module, publish wheels with SSE42 support for all three x86-64 platforms.

v0.2.3

15 Jul 21:08
Compare
Choose a tag to compare

Fix setup for non-x86 architectures.

v0.2.2

24 May 17:52
Compare
Choose a tag to compare
  • multiplatform builds
  • memory leaks fixed

v0.1.10

11 May 13:53
Compare
Choose a tag to compare
  • Python 3 support

v0.1.7

15 Oct 16:49
Compare
Choose a tag to compare

Add interface for the 32-bit hash function, update setup script.