v0.4.0—Numbat version
This version introduces the usage of Numbat, our home-made Sourcetrail SDK fully Pythonic. Thanks to it, pyrrha
is much easier to install.
Features
All:
- Remove SourcetrailDB dependency to use
numbat
library
File system parser:
- multiprocess binary parsing (lief export)
Docker/CI:
- Adapt to numbat dependency. Remove all the useless installations.
- Add package publication on pypi.
⚠️ Important Changes
- Package name was changes into
pyrrha-mapper
as thepyrrha
package already exists on Pypi.
Fixes
- Symlink resolution was partially broken due to not extensive checks on the path. It was trying to parse directory for example.
Associated Python package
This release contains a CI that automatically upload the package on Pypi. You can now install Pyrrha by doing
pip install pyrrha-mapper
Full Changelog: v0.3.0...v0.4.0