v3.1.0
What's Changed
- Add support for Python 3.10 and 3.11. Thanks wouter bolsterlee and Dušan Nikolić!
- Drop support for Python 3.6; remove legacy code for Python 2.x at the source code level.
- Add support for 32-bit architectures such as
i686
andarmv7l
. From now on,hash
andhash_from_buffer
on these architectures will generate the same hash values as those on other environments. Thanks Danil Shein! - In relation to the above,
manylinux2014_i686
wheels are now available. - Support for hashing huge data (>16GB). Thanks arieleizenberg!
New Contributors
- @wbolster made their first contribution in #35
- @n-dusan made their first contribution in #37
- @arieleizenberg made their first contribution in #34
- @dshein-alt made their first contribution in #40
Full Changelog: v3.0.0...v3.1.0