Skip to content

Release v2.0.1: Minor new features, bug fixes and improvements

Compare
Choose a tag to compare
@pombredanne pombredanne released this 03 Jul 16:27
· 9766 commits to develop since this release

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:

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