- New set `algorithms_available` lists all implemented algorithms in `xxhash` 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.
2.0.2
~~~~~~~~~~~~~~~~~
- Fix Travis CI OSX dpl python2.7 get-pip.py error
2.0.1
~~~~~~~~~~~~~~~~~
- Only to trigger Python 3.9 wheels building.
2.0.0
~~~~~~~~~~~~~~~~~
- **Require xxHash version >= v0.8.0** - Upgrade xxHash to v0.8.0 - XXH3 hashes: `xxh3_64`, `xxh3_128`, and their oneshot functions
1.4.4
~~~~~~~~~~~~~~~~~
- Upgrade xxHash to v0.7.3 - Stop using PEP393 deprecated APIs - Use XXH(32|64)_canonicalFromHash to replace u2bytes and ull2bytes