Releases: explosion/murmurhash
Releases · explosion/murmurhash
v1.0.15: Add wheels for Windows ARM
release-v1.0.15 Increment version
v1.0.14: Support Python 3.14 and free-threading
Add support for Python 3.14 and experimental support for free-threaded Python.
v1.0.13: Mark 'nogil' C functions 'noexcept', improving performance
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
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
release-v1.0.11 Fix merge
v1.0.10
- Package updates and binary wheels for python 3.12.
v1.0.9
- Package updates and binary wheels for python 3.11.
v1.0.8
- Update setup for Setuptools v65.0.0
v1.0.7
- Make MurmurHash2 and MurmurHash3 endian neutral