Releases: flier/pyfasthash
Releases · flier/pyfasthash
0.9.3
- fix non-ASCII characters in README.md, #32
0.9.2
- update
smhasher
and t1ha
repo
- test with latest
pypy
7.0
- fix
t1ha
compile issue, #29
- improve document, #31
0.9.1
- use
t1ha
competently, #25
- use
glob.glob
instead of setuptools.glob
, #26
0.9.0
- Support
PyPy
v6.0 or newer
- Use
pybind11
instead of boost::python
- Intro new T1Hash algorithms
- Support
buffer
and memoryview
object
- Support
xxx_fingerprint
family
0.8.3
- Fix incompatible hash value of string literals for Python 2.x and 3.x, #24
0.8.2
- auto link boost::python base on the python version, #18
- add simple benchmark
- travis CI build with Python 3.6
0.8.1
- fix GCC 5 bug, resolved #13
Upgrade to v0.8 (#12)
* add mum hash
* add T1 hash
* add mum and t1 hash
* add xx hash
* use optimized t1 hash with SSE4.2
* remove unused murmur code
* bump version to 0.8
* migrate to latest smhasher
* enable AES instruction set support.
* upgrade setuptools bootstrap script
* remove self upgrade setuptools
use travis-ci to register pypi
0.6.2
remove github release, again