3.x (master)
Note
This version is not yet released and is under development.
- Add internal build improvements
- Update CI pipelines
- Update documentation
- Replace Jenkins and Travis CI with Drone CI
- Add new copy() function to Hash() and PseudoHash() class
- Add new attributes to Hash() and PseudoHash() class * name * block_size
- Update ssdeep lib to 2.14.1
- Fix issues with Travis CI
- Add additional CI test with Python 3.6
- Build docs during CI builds
- Remove deprecated PKGBUILD
- Update ssdeep lib to 2.13(thanks to Charles Lindsay)
- Update install instructions
- Add additional CI tests on CentOS 7, Debian 8 and Ubuntu 14.04/16.04
- Updated ssdeep lib to 2.12
- Added additional tests
- Fixed build issues on Windows(thanks to Paul Chaignon)
- Added option to run tests with PyPy3
- Fixed build to prevent automake version missmatch errors
- Updated documentation
- Fix build issue with ssdeep < 2.10
- Completely rewritten to use CFFI
- Interface in the spirit of hashlib
- Use pytest and tox for tests
- Use installed fuzzy lib by default
- Fix build issue with Python 2.6
- Fixing small bug in setup.py
- Updated ssdeep from 2.5 to 2.9
- Added Python 3.x support
- Initial release