Releases: bact/licenseid
Releases · bact/licenseid
v0.3.2
Compare
Sorry, something went wrong.
No results found
bact
released this
20 Jul 17:38
What's changed
Full Changelog : v0.3.1...v0.3.2
v0.3.1
Compare
Sorry, something went wrong.
No results found
bact
released this
09 Jul 14:29
What's changed
Full Changelog : v0.3.0...v0.3.1
v0.3.0
Compare
Sorry, something went wrong.
No results found
bact
released this
09 Jul 13:19
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
Compare
Sorry, something went wrong.
No results found
bact
released this
13 May 22:24
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
Compare
Sorry, something went wrong.
No results found
bact
released this
29 Apr 09:01
What's Changed
Make the package a typed package by @bact in #8
Full Changelog : v0.2.1...v0.2.2
v0.2.1
Compare
Sorry, something went wrong.
No results found
bact
released this
28 Apr 22:48
What's Changed
Add --bold output option by @bact in #5
Full Changelog : v0.2.0...v0.2.1
v0.2.0
Compare
Sorry, something went wrong.
No results found
bact
released this
28 Apr 22:15
What's Changed
Revise matching logic by @bact in #4
Full Changelog : v0.1.1...v0.2.0
v0.1.1
Compare
Sorry, something went wrong.
No results found
bact
released this
28 Apr 14:03
What's Changed
New Contributors
@bact made their first contribution in #3
Full Changelog : v0.1.0...v0.1.1
v0.1.0
Compare
Sorry, something went wrong.
No results found
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