Skip to content

Releases: bact/licenseid

v0.3.2

Choose a tag to compare

@bact bact released this 20 Jul 17:38

What's changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

Choose a tag to compare

@bact bact released this 09 Jul 14:29
da1a797

What's changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@bact bact released this 09 Jul 13:19
519add8

Faster license matching, and now comes with software bills of material (SBOM) in the wheel.

What's changed

  • Optimizing querying speed by @bact in #19
  • Update normalization according to SPDX matching guidelines by @bact in #21
  • Generate SBOM and put in wheel by @bact in #22

Full Changelog: v0.2.3...v0.3.0

v0.2.3

Choose a tag to compare

@bact bact released this 13 May 22:24
cdba424

What's changed

  • Use predictable exit code by @bact in #10
  • Add is-spdx, is-open commands by @bact in #11
  • License marker by @bact in #12
  • Use default db for matcher if not specified by @bact in #16

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@bact bact released this 29 Apr 09:01
6986a13

What's Changed

  • Make the package a typed package by @bact in #8

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@bact bact released this 28 Apr 22:48
4ee7551

What's Changed

  • Add --bold output option by @bact in #5

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@bact bact released this 28 Apr 22:15
67659d1

What's Changed

  • Revise matching logic by @bact in #4

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@bact bact released this 28 Apr 14:03
e86e2d1

What's Changed

New Contributors

  • @bact made their first contribution in #3

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@bact bact released this 28 Apr 08:14
  • First release
  • It does the job in general
  • Takes 1-2 seconds for each query at command line. May not usable for projects with thousands of license text to check.
  • Open question: Apache-2.0 vs Pixar matching confusion needs to be fixed
    • According to SPDX License List, Pixar "is essentially Apache-2.0 with modifications to section 6." So they are very similar.
    • Currently in the test, Apache-2.0 license text is misidentified as Pixar.
    • Same on SPDX Online Tools v1.3.3
    • Popularity score (--pop) can help fix this, since Apache-2.0 is way more popular than Pixar.
    • But we can't turn on the popularitry score by default, since it will degrade the accuracy overall (note: in a generated dataset that may not represent the real demographic of licenses)
    • Popularity score currently rely on information from GitHub Innovation Graph

Full Changelog: https://github.com/bact/licenseid/commits/v0.1.0