Releases: ifduyue/python-xxhash
Releases · ifduyue/python-xxhash
v3.5.0
v3.4.1
v3.3.0
v3.2.0
This is the last version to support Python 3.6
- Build Python 3.11 wheels.
- Remove setup.py test_suites, call unittest directly
Full list of changes: v3.1.0...v3.2.0
v3.1.0
v3.0.0
- New set
algorithms_available
lists all implemented algorithms inxxhash
package. - Upgrade xxHash to v0.8.1.
- Drop support for EOL Python versions, require python >= 3.6 from now on.
- Migrate to github actions and build arm64 wheels for macOS.
- Always release GIL.
Full list of changes: v2.0.2...v3.0.0
v2.0.2
- Only to trigger Python 3.9 wheels building.
- Fix Travis CI OSX dpl python2.7 get-pip.py error
Full list of changes: v2.0.0...v2.0.2
v2.0.1
v2.0.0
- Require xxHash version >= v0.8.0
- Upgrade bundled xxHash to v0.8.0
- XXH3 hashes:
xxh3_64
,xxh3_128
, and their oneshot functions
Full list of changes: v1.4.4...v2.0.0
v1.4.4
- Upgrade xxHash to v0.7.3
- Stop using PEP393 deprecated APIs
- Use XXH(32|64)_canonicalFromHash to replace u2bytes and ull2bytes
Full list of changes: v1.4.3...v1.4.4