Release v2.0.1: Minor new features, bug fixes and improvements
This is a minor release with some minor improved features and bug fixes.
To install, download scancode-toolkit-2.0.1.zip
or scancode-toolkit-2.0.1.tar.bz2
from the Downloads section below and follow installation instructions in the README at https://github.com/nexB/scancode-toolkit/blob/master/README.rst
This is also available as a Python library from Pypi with pip install scancode-toolkit
You can also download the source code for pre-built third-party binaries from these locations:
- https://github.com/nexB/scancode-thirdparty-src/archive/v1.0.0.tar.gz
- https://github.com/nexB/scancode-thirdparty-src/archive/v1.0.0.zip
Thank you to all contributors to this release and the 200+ stars and 60+ forks on GitHub!
Key changes:
- New and improved license detection, including refined match scoring for #534
- Bug fixed in License detection leading to a very long scan time for some rare JavaScript files. Reported by @jarnugirdhar
- New "base_name" attribute returned with file information. Reported by @chinyeungli
- Bug fixed in Maven POM package detection. Reported by @kalagp