Skip to content

Releases: escherba/python-cityhash

v0.4.9

02 Aug 21:54
cedeaff

Choose a tag to compare

  • fixes issue with Cython 3.1 build
  • minor workflow updates

v0.4.8

27 Mar 23:56
8ee63d3

Choose a tag to compare

What's Changed

Full Changelog: 0.4.7...0.4.8

v0.4.7

21 Apr 04:27
f7537eb

Choose a tag to compare

Documentation updates.

v0.4.3

14 Nov 23:14
71736f5

Choose a tag to compare

Includes wheels for Python 3.11.

v0.4.2

03 Sep 23:32
7b9cceb

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

Choose a tag to compare

  • drops Python 2 support
  • significantly faster string processing

v0.3.6

03 Jan 23:52
cc858f8

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

Choose a tag to compare

Fix setup for non-x86 architectures.

v0.2.2

24 May 17:52

Choose a tag to compare

  • multiplatform builds
  • memory leaks fixed

v0.1.10

11 May 13:53

Choose a tag to compare

  • Python 3 support