v1.2.0
What's Changed
This is the first release that doesn't use setuptools as building system but instead uses meson.
This release comes with improved documentation and with a reworked frontend for the command line utility (now in colors!).
Here's the list of the major contributions:
- Switch to meson build system by @patacca in #47
- Update binexport and code cleanup by @patacca in #46
- Change the name from jaccard-strong to haussmann. NFC by @patacca in #49
- Change default parameters by @patacca in #51
- Add csv exporter by @patacca in #54
- Allow empty feature vectors and better define haussmann distance by @patacca in #56
- Better static typing by @patacca in #55
- Add several improvements and bugfixes by @patacca in #50
- Update UI to improve user experience by @ebrocas in #45
- add obfu by @rc-94 in #57
- Upload sdist to pypi by @patacca in #58
New Contributors
Full Changelog: v1.1.1...v1.2.0