Skip to content

v3.1.0

Compare
Choose a tag to compare
@hajimes hajimes released this 26 Mar 06:08
· 50 commits to master since this release

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 and armv7l. From now on, hash and hash_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

Full Changelog: v3.0.0...v3.1.0