Skip to content

Releases: explosion/murmurhash

v1.0.15: Add wheels for Windows ARM

14 Nov 09:49

Choose a tag to compare

release-v1.0.15

Increment version

v1.0.14: Support Python 3.14 and free-threading

12 Nov 23:27

Choose a tag to compare

Add support for Python 3.14 and experimental support for free-threaded Python.

v1.0.13: Mark 'nogil' C functions 'noexcept', improving performance

22 May 12:34
a34d0b0

Choose a tag to compare

Cython 3 requires nogil function to have an explicit exception value, or the gil will be acquired within the function, impacting performance. This patch makes the required modifications.

v1.0.12: Add wheels for Linux ARM

16 Jan 23:02

Choose a tag to compare

Github Actions now provides Linux ARM runners for public repos, so we can build Linux ARM wheels once more.

v1.0.11: Add wheels for Python 3.13

22 Nov 23:17

Choose a tag to compare

release-v1.0.11

Fix merge

v1.0.10

15 Sep 15:14
1a32286

Choose a tag to compare

  • Package updates and binary wheels for python 3.12.

v1.0.9

14 Oct 14:27
3238966

Choose a tag to compare

  • Package updates and binary wheels for python 3.11.

v1.0.8

16 Aug 07:31
ba8ec0c

Choose a tag to compare

  • Update setup for Setuptools v65.0.0

v1.0.7

15 Sep 14:53
559bb43

Choose a tag to compare

  • Make MurmurHash2 and MurmurHash3 endian neutral

v1.0.1

14 Oct 14:55

Choose a tag to compare

  • Add wheel to setup_requires.