Skip to content

Releases: ifduyue/python-xxhash

v1.4.3

12 Nov 04:48
Compare
Choose a tag to compare
  • Upgrade xxHash to v0.7.2
  • Python 3.8 wheels

Full list of changes: v1.4.2...v1.4.3

v1.4.2

13 Oct 07:30
Compare
Choose a tag to compare
  • Fixed: setup.py fails when reading README.rst and the default encoding is not UTF-8

Full list of changes: v1.4.1...v1.4.2

v1.4.1

13 Oct 07:25
Compare
Choose a tag to compare
  • Fixed: missing xxh3.h file from source tarball

Full list of changes: v1.4.0...v1.4.1

v1.4.0

25 Aug 05:44
Compare
Choose a tag to compare
  • Upgrade xxHash to v0.7.1

Full list of changes: v1.3.0...v1.4.0

v1.3.0

05 Jan 05:44
Compare
Choose a tag to compare
  • Wheels are now built automatically
  • Split CFFI variant into a separate package ifduyue/python-xxhash-cffi

Full list of changes: v1.2.0...v1.3.0

v1.2.0

13 Jul 08:11
Compare
Choose a tag to compare
  • Add oneshot functions xxh{32,64}_{,int,hex}digest

Full list of changes: v1.1.0...v1.2.0

v1.1.0

05 Jul 08:33
Compare
Choose a tag to compare
  • Allow input larger than 2GB
  • Release the GIL on sufficiently large input
  • Drop support for Python 3.2

Full list of changes: v1.0.1...v1.1.0

v1.0.1

02 Mar 05:16
Compare
Choose a tag to compare
  • Free state actively, instead of delegating it to ffi.gc

Full list of changes: v1.0.0...v1.0.1

v1.0.0

10 Feb 10:34
Compare
Choose a tag to compare
  • Fixed copy() segfault
  • Added CFFI variant

Full list of changes: v0.6.3...v1.0.0

v0.6.3

10 Feb 10:33
Compare
Choose a tag to compare
  • Fixed copy() segfault

Full list of changes: v0.6.2...v0.6.3