Skip to content

Releases: escherba/python-cityhash

v0.4.9

Choose a tag to compare

@escherba escherba released this 02 Aug 21:54
cedeaff
  • fixes issue with Cython 3.1 build
  • minor workflow updates

v0.4.8

Choose a tag to compare

@escherba escherba released this 27 Mar 23:56
8ee63d3

What's Changed

Full Changelog: 0.4.7...0.4.8

v0.4.7

Choose a tag to compare

@escherba escherba released this 21 Apr 04:27
f7537eb

Documentation updates.

v0.4.3

Choose a tag to compare

@escherba escherba released this 14 Nov 23:14
71736f5

Includes wheels for Python 3.11.

v0.4.2

Choose a tag to compare

@escherba escherba released this 03 Sep 23:32
7b9cceb

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

v0.4.0

Choose a tag to compare

@escherba escherba released this 06 Jan 07:38
ee8150b
  • drops Python 2 support
  • significantly faster string processing

v0.3.6

Choose a tag to compare

@escherba escherba released this 03 Jan 23:52
cc858f8

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

v0.2.3

Choose a tag to compare

@escherba escherba released this 15 Jul 21:08

Fix setup for non-x86 architectures.

v0.2.2

Choose a tag to compare

@escherba escherba released this 24 May 17:52
  • multiplatform builds
  • memory leaks fixed

v0.1.10

Choose a tag to compare

@escherba escherba released this 11 May 13:53
  • Python 3 support